
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
Hello everyone,
I recently coded an expert that allows me to automatically download various files from my FTP server and also upload my trading statistics to the same server. On MetaTrader 5, Windows version, the code works perfectly! However, when I tried it on my Mac, there seems to be an issue with the "FtpGetFileW" function of Wininet.dll.
No problem using the functions : InternetOpenW(); InternetConnectW(); FtpPutFileW(); FtpSetCurrentDirectoryW(); InternetCloseHandle();
The FtpGetFileW() function does not work on MacOS but perfect on Windows... do you have a solution for this problem ?
I tried replacing the Wininet.dll of Wine (installed with Metatrader5 MacOS) with the version of Wininet.dll from my Windows computer, but it does not work or even prevents MetaTrader from opening completely.
Same problem with PlayToMac.
Thanks in advance for your help.
Ps : first post on mql5 ... and just see i posted on bad category ... is there an admin for mooving this post on correct forum category ?