I need my indicator to do nothing until the chart is fully loaded and it's reached the last bar on the right side of chart (current open bar).
The problem is, it starts processing bars as realtime as soon as the first bar in the data series loads...
So in my indicator, I want it to only do something based on right now. But when it is initialized/loads, even if i do an early return when state is historical, it's processing bars from days ago since I have chart data series set to load 3 days... It's processing those as realtime.
I really hope I"m explaining this properly.

Comment