I'm starting to work with Strategies, and in my test, when I run the backtest with 1 minute candles, I've found that High and Low arrays are emtpy, but Time has 5563 elements and it isn't the first candle, CurrentBars[0] is 360.
I haven't found any relevant information in Help Guides about when or how are filled those arrays.
Could you point to me how are filled or how to use them?
Thanks in advance.

Comment