I have added an additional data series.
[0] = 1 minute
[1] = 60 minute
When the [1] series changes, say from hour 13 to hour 14, I want to grab specific data points from historical bars. I am doing this utilizing the following method:
if (BarsArray[1].GetTime(CurrentBars[1]).Hour == 14)
I have tried a few things but am not getting it to do what I want, any suggestions.

Comment