No More MetaTrader 4? I had no choice but to download MetaTrader 5.
-
I just went to the MetaTrader4 website (https://www.metatrader4.com/en/download) to re-install mt4 and apparently that's not an option anymore.
I tried to download mt4, but I had no choice but to download mt5.
Now that I have to use mt5 how to get my EA's from fxDreema to my mt5?
-
@Dan-2 You can download the MT4 from forex brokers by registering a demo accout. Dukascopy, for example.
If you want to download your project in MT5:
Create a new project and select MT5

Select everything in your MT4 project and copy/paste it into your MT5 project.
( You won't be able to bring along your custom indicators made in MT4, and you would have to rewrite your variables/constants but everything else will work fine, as far as I know) -
@rafaels919 Great idea! Thank you!
-
@rafaels919 Now I can get my EA to compile in the MetaEditor, and it shows up in the Navigator within the MetaEditor, but my EA doesn't show up in the MetaTrader Navigator.
How can I make my EA show up on my MetaTrader?
-
@Dan-2 Try to Refresh your navigator (right click in the navigator). Also try restarting MT4. Otherwise, I'm not sure...
-
@dan-2 It only shows up if MT4 terminal can compile it. If you have some errors eg. in custom code, it will not show up after first installation to expert folder.