I'm using the IchimokuCloudsSenkouSpan indicator on a Renko Chart (Brick size =2). If I display the Data Box I can read each value of the IchimokuCloudsSenkouSpan indicator values, but when I use IchimokuCloudsSenkouSpan(26,26,Color.Green,Color.R ed,2,52,9).SenkouSpanB[0] in my strategy code, the value I get is incorrect.
What I'm I doing wrong? How is it that the correct value appears in the Data Box for each "Renko Candle" but not when I read it with a strategy? Can I access the "Show Data Box Code" to see what you are doing differently?

Comment