I suppose that means that I need to compare the value of ichimoku.ChikouSpan[index] with the value of MarketSeries.Close[index-26], correct?
malinga.ratwatte said:
This is because Chikou Span is only calculated after 26 future bars have elapsed. If you scroll to the end of the chart, you'll notice that the cloud is calculated in advance, and Chikou Span retrospectively.
fxsilversurfer
02 May 2016, 17:42
RE:
Thanks!
I suppose that means that I need to compare the value of ichimoku.ChikouSpan[index] with the value of MarketSeries.Close[index-26], correct?
malinga.ratwatte said:
@fxsilversurfer