ASE Home Page Products Download Purchase Support About ASE
ChartDirector Support
Forum HomeForum Home   SearchSearch

Message ListMessage List     Post MessagePost Message

  Custom finance charts?
Posted by Will on Sep-07-2013 21:47
For the finance charts, you can call methods like addMACD() or addRSI() that will plot new
charts beneath your OHLC bars, lining up nicely with them. Is it possible to plot a custom
indicator in the same way? For example, suppose that I compute my own array of RSI * MA.
Is there a way to plot those values beneath my OHLC bars, just like the built-in MACD or
ADX charts?

  Re: Custom finance charts?
Posted by Willy on Oct-10-2013 22:03
Never mind! I missed the .addLineIndicator() method. Works exactly as I need it to. Excuse
my RTFM moment.