Add(PeriodType.Minute, 1);
if (BarsInProgress == 0 && FirstTickOfBar) {
Print("\n" + Times[0][startIndexSeriesZero] + " GOT HERE!\n");
return;
}
My suspicion is that I'm not loading enough of the 2nd series - so how do I handle this?
Thanks in advance.

Comment