Currently once I start the market replay it seems to run through the last 3 days or so through my entire strategy resulting in trades being entered, exit, cancelled, etc.
I see that you can manually set days to load. Can it be done programatically and can it be 0?
I already have:
if (Historical)return;
Thanks

Comment