
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
Example:
1. Use WriteToCsvFile("fractals_mql4.csv") in MT4. Use ReadFromCsvFile ("fractals_mql4.csv") in MT4; Read data correctly
3. Use WriteToCsvFile("fractals_mql5.csv") in MT5; Use ReadFromCsvFile ("fractals_mql5.csv") in MT5; Read data correctly
Why is it wrong to write files in MT4 and read files in MT5? The content of the analysis file is inconsistent, how to solve it without using an external DLL?