I have this strategy that I am testing in market replay. When only the primary data series is loaded (no Add() calls in the Initialize() function), and I reload ninjascript, it load several bars as historic data on the chart, shows the strategy's orders on those bars (and in strategy performance) and stands ready to start the replay.
When I Add() another data series in the Initialize() function, it seems to change the number of bars loaded as historic without any code or system changes. What sets the number of bars loaded on secondary series and why does it affect the number of bars loaded for the primary series ?
Thanks

Comment