
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
Thanks a lot, exactly what I was looking for.
There is just a little detail in some of the code examples.
On my computer / my version of mql5, the example for "file open" does not work.
I have changed it slightly, so that it works in my case.
See here below.
However, many thanks again, this is absolutely appreciated!!!
int h = FileOpen("test1.txt", FILE_WRITE|FILE_ANSI|FILE_COMMON,"|",CP_ACP);