in my strategy I have 60 min bars, using Calculate.OnEachTick, therefore I am not adding BarsPeriodType.Tick to update the OrderFlowCumulativeDelta indicator.
As a secondary dataseries I have AddDataSeries(BarsPeriodType.Minute, 5);
As I need to sync the OrderFlowCumulativeDelta indicator with the secondary 5 min bar series, what is the correct way to do that? Is the following correct?
Martin

Comment