if(BarsInProgress == 3); // 1 tick bars
{
x = MAX(Highs[1][0],CurrentBars[1] - longBar)[0] // 1 min Bars have index location 1
}
Also is there a way of getting the HighestBar of the 1 min bar series during OnBarUpdate for 1 tick time series?

Comment