I am designing a custom indicator (with a -1 to 1 range) but when I am trying to add this to the chart it only shows up on the main bar chart and not in a separate panel (like how the RSI indicator is represented) Naturally, this is not feasible as the ranges of this indicator are different from the bid/ask.
I have tried using: - chart.addSubIndicator(1, indicator) and - chart.addSubIndicator(indicator)
...but unfortunately the indicator does not show up, unless I add it to the main chart by using chart.addIndicator(indicator).
What am I doing wrong and how can I make this work?
Thanks in advance!
jlongo
Post subject: Re: Adding custom indicator to sub panel