Thanks for the script. A couple programming tips:
1, you don't need any arrays in this script., but you can use one small one to help clean up your code.
2, for your for loop, to 10000000 is not a very good practice, instead, try (WARNING: not compiled or tested)
string columns[]; string discard; for (int i = 0; i < 6; ++i) { discard = FileReadString(Handle); } while (! FileIsEnding(Handle) { for(int i = 0; i 0) { FileWrite(Result, date, time, columns[1], columns[2], columns[3], columns[4] , columns[5]); } }
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
JForex OHLC data converter:
Author: George