I customized a version of the ATR, called PercentATR, and it has four different plots. It runs successfully on standard candlestick charts.
I want to pass the PercentATR.P_per_atr_avg plot/values to the second indicator called RenkoAnalysis, which has a renko bars array as its primary data series. I've added the candlestick series and was able to successfully read a standard ATR indicator from the candlestick BarsArray[1], so it seems like some aspect of my custom PercentATR indicator is not correct.
Hope this makes sense, and thank you in advance for any guidance. Both indicators are attached.

Comment