In my strategy, I have two data series, one is set up with Calculate = Calculate.OnBarClose; and the other set up with AddDataSeries(Data.BarsPeriodType.Tick, 1) .
With that setup, my OnBarUpdate() will be called on every tick as well on every bar closed. Is my understanding correct? Thanks
Billy

Comment