What's the correct way to set-up in Zorro a Globex session - which starts at 1800 ET and ends at 1700 ET.?
Quote:
BarPeriod=20;
AssetMarket=ET;
StartMarket=1800;
EndMarket=1700;
does not work - market(ET,0) is always false.

Would be great if Zorro could internally recognize and correctly handle situations when StartMarket>EndMarket.

Quote:
BarPeriod=20;
FrameOffset=18*3;

AssetMarket=ET;
TimeFrame=AssetFrame;
does not work either.. regardless of FrameOffset market(ET,0) equals true for a period from 9:20 to 15:40..

Please help.