With TickReplay, the primary series will be updating for each tick or price change when using Calculate.OnPriceChange or .OnEachTick (with TickReplay in historical). Meaning you will see the primary bar time print appear repeatedly for every bar update while that bar is open.
BarsRequiredToPlot defaults to 20.
You can set this to 1 in the indicator code if you would like to start plotting on the first bar.

Comment