I have a problem with the new Zorro version 2.40.8.
BarOffset no longer works as expected.
I have set:
BarPeriod = 1440;
BarOffset = 17*60;
With Zorro 2.35.9 this worked fine and shifts the trading time, but since the update Zorro always skips several days. The issue disappears when I comment out BarOffset.
Is the error known?