Have a look here, see if it helps : http://www.forexfactory.com/showthread.php?t=258441

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, I have a csv file which is formatted as follows:
GBPUSD,1.2345,1.2345,1.2345
EURUSD,1.2345,1.2345,1.2345
EURJPY .....
The data represents: Symbol, High Price, Low Price, Close Price
I would like to import the data from the file, and match the currency symbol to the current chart, the use the relevant price data, so it would need transferring to variables (called High, Low, Close for instance) so I can manipulate the data.
This is for use in a custom indicator.
Any help would be much appreciated.
Cheers.