When the Rollover (06-23) happened for NQ, it did not merge the historical data leading to a chart bars less than BarsRequiredToTrade.
This issue made the strategy to not analyze any trades.
So, I had to do a Manual Reload All Historical Data and restart the strategy again.
- Why this happened, knowing that the Merge Policy is set to MergeBackAdjusted ?
- Is it okay if I use the function ReloadAllHistoricalData() at the State.DataLoaded in the strategy to make sure of the historical data merging at every start of a trading session?
Best regards.

Comment