"All pending orders are processed after OnBarUpdate() now. Before only orders targeting that particular BarsInProgress would process."
Could someone please elaborate on this? Some of my strategies use a 5min bar series for the entries but a 1min series for the exits/stops. Has anything changed in respect to calling:
if (BarsInProgress == 0)...
if (BarsInProgress == 1)...
etc.
Thanks,
Mole

Comment