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
Dear Denis,,
Your script and class has really helped me a lot I have spent over 24 hours trying to see hour I could read multiple lines from a CSV five. I just got it now with this scripts thanks a lot.
I however need more help, The file I want to read is in my common folder, as I have multiple platforms accessing it. I would normally use handle and the normal format such as handle=FileOpen(fileName, FILE_READ|FILE_ANSI|FILE_COMMON, ";"); to access the file for read or Write with MQL4.
I had to move the file into my MT5 file folder to use your program, I would like if you can help with how to access it from my "...Terminal\Common\Files" folder
Thanks a lot in advance
in build 5100, 6 Juni 2025,
that code have error, friend
in build 5100, 6 Juni 2025,
that code have error, friend
change the values from int to uint and type cast the ArraySize to uint
ok, thank you for help, friend.