Using other Timeframes

 

I have faced a problem when I want to find data on the bars in different Timeframe.

For example when the indicator working on 5 Minutes Timeframe, I need to look at the bars of 1 Minute

(the regular arrays of: high, low, close will be greate, can I use them ?)

Thanks all.

 
dawis:

I have faced a problem when I want to find data on the bars in different Timeframe.

For example when the indicator working on 5 Minutes Timeframe, I need to look at the bars of 1 Minute

(the regular arrays of: high, low, close will be greate, can I use them ?)

Thanks all.

using the iClose(...),iHigh(...) iLow(...) functions

Reason: