Forum

MT5 Mac deleting account info - "deleted due security reason"

I'm running MT5 for Mac. I upgraded my previous version since it was complaining about Wine being old. The upgrade went OK. The problem is, it's not storing account information. After I restart a few times, the account information disappears. It prompts me the dialog to create / import a broker

How do I get the commission value in MQL5?

Before opening a position for any instrument. The best I could find - and it was in MQL4 - was AFTER having a position open: for ( int pos = total - 1 ; pos >= 0 ; pos--) { if ( OrderSelect (pos, SELECT_BY_POS)) { posCommission = OrderCommission(); break ; } } I'd

Debug on MT4 for Mac - Disabled?

I was trying to use the Debug button on MT4 for Mac (downloaded from MetaQuotes website), but it looks grayed out. Is this disabled on Mac, or did I forget to do anything along the way? Any way to get it working? Thanks in advance

MT4/MT5 Server "open source"?

I've seen a couple of videos of people referring to the MT4/MT5 servers being "open source. I've never heard of this before. Am I missing something all along, or has anything changed in the recent past that I'm unaware of? I never knew MT4/MT5 to be open sourced or have open source portions to it

Save Settings from Expert Advisor

I have 4 copies of an expert advisor running in 4 MT4 installations. One of them is performing frankly well above the other ones. How do I save the settings from that expert advisor instance? I can't find it in the menus. To be clear, I mean the input settings, not the chart settings or the profile