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
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
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.