Willbur:
Hi There!
I am about to do my first steps in MQL5. Some things went fine others . . .
How to open a file in append mode?
There is no flag in the FileOpen.
Thanks a lot
Willbur
and FileSeek() to position at the right place.
Hi Alain,
works fine!
Thanks
Willbur
FileOpen( ... FILE_READ|FILE_WRITE ....);
FileSeek(...,0,SEEK_END);
FileWrite(....);

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 There!
I am about to do my first steps in MQL5. Some things went fine others . . .
How to open a file in append mode?
There is no flag in the FileOpen.
Thanks a lot
Willbur