Forum

No broker choice with new MT5 installation

Hello, For several times now, when I download and install MetaTrader 5 from the official website (I believe) https://www.metatrader5.com/ , the software only offers me one default server (today it defaults to Admiral Market servers, for example). It is impossible to add a new server with another

Button not working issue

int OnInit () { ObjectCreate ( 0 , "BreakEven" , OBJ_BUTTON , 0 , 0 , 0 ); ObjectSetInteger ( 0 , "BreakEven" , OBJPROP_CORNER , CORNER_LEFT_LOWER ); ObjectSetInteger ( 0 , "BreakEven" , OBJPROP_XSIZE , 240 ); ObjectSetInteger ( 0 , "BreakEven" , OBJPROP_YSIZE , 30 );

Metatrader5 MacOS - Problem with Wininet.dll and FtpGetFileW

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