I am working on a multiple time frame strategy, but i get an error message for the following code
if (Close(BarsArray [1])[0] > Open(BarsArray [1])[0])
I intend to access the close and the open of the current minute bar on the time frame i added to the strategy. Can anyone give me some advice to fix this issue? Thank you so much.

Comment