Whatever[] variables will fetch from the current timeframe and chart only.
iWhatever() functions will fetch from anything you want although usually they are used to access other timeframes rather than other pairs.
Jon
thanks for the answers.

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
Hi,
What is the difference between the time series functions iClose, iOpen, etc and the predefined arrays Close[],Open[], etc?
I don't really see a difference except the choice of timeframe and symbol. Is iClose(Symbol(), 0, i) == Close[i] ?
cheers