AddDataSeries: 15min
I have code that should execute on BarsInProgress == 0
and code that should execute on BarsInProgress ==1 unless the the 60minute bar is closing.
In theory this means execute on 3 consecutive 15min bars within the 60min bar and then skip one 15min bar.
but have to initiate the timing and align it regularly to ensure its acurate.
What can i use to achieve this in code?
thanks

Comment