I would like to get a confirmation regarding the following observation. I think it is a difference in NT behavior comparing NT6.5 with NT7.
Here is the presumption:
- I open a chart containing 200 bars in total, the chart window itself displays 100 bars, therefore the horizontal bar-slider is active.
- I apply an indicator to the chart and click OK. NT passes through all bars and finishes at CurrentBar == 199 (we have 200 bars available).
Now I move the horizontal bar-slider to the left (upper-right corner black arrow occurs), and the last bar visible on the chart is now #99. Now I reload the indicator:
In NT6.5, CurrentBar == 99, after the data processing is finished.
In NT7 CurrentBar == 199, after the data processing is finished.
Is this observation correct and intended?
Regards
Ralph

Comment