JCL,

I discovered that TimeFrame=AssetFrame works only in whole hours. E.g.:
Quote:
BarPeriod=20;
AssetZone=ET;
FrameOffset=51; //51=17hrs of 3x 20min bars;
TimeFrame=AssetFrame;

will end the Daily bar at 17:00 ET.
But with FrameOffset=50 (i.e. 1 bar less), the daily bar will end at 16:00 ET, not 16:40.

Can this be behaviour be changed to the expected?