This only happens on a 6E and CL chart....for YM chart it works perfectly...even though I have recorded all 3 instruments for the same sessions for a week and I am replaying the last day of that week. Why?
// Add second data series (1 minute Bars object) to pickup Open in a volume chart
Add(PeriodType.Minute, 1);
if ( BarsInProgress == 1 )
Print("BarsInProgress == 1 "+Time);
I am not using BarsRequired

Comment