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? |