I'm trying to find a bug in a script I have. Using NT8, the indicator when run, processes ALL of the bars on the chart.
This is different than I remember NT6 or NT7 being, where it would only process the right most bar on the chart. I.e., if you scrolled to the left, THEN loaded the indicator(F5), you could bump the chart forward bar-by-bar, and the indie would process each bar as you scrolled forward.
I used to use Print() to plot various values of the indicator for debugging purposes, while bumping the chart forward.
Is there a way to accomplish a similar thing in NT8? I.e., a break/pause type function where you can process the indicator bar by bar, while checking various indicator values?
Thanks,
Forrest

Comment