How to create MT5 EA to work as same as the MT4 EA that I built before.
-
Hey guys, I have to create MT5 EA, but I don't have any experiece on it before.
I tried to set all block as the same of my MT4 EA, but I didn't found some block such as "No trade", so I tried to use "No Position" block instead, but it didn't work.
How can I set the block to let EA work as my MT4 EA? Plese Help...
This is my MT4 EA >>>>> https://fxdreema.com/shared/xnAE6Pfae
-
No position is the same as no trade , you'll need a once per bar block or will trade constantly and in condition blocks in more settings i would place candle id numbers all to 1 instead of 0.
what exactly do you want the ea to do ?
-
@joolelove Somewhere on the forum the administrator advised to save the file as .mq5 extension. Try it.
-
@joolelove You also need to change the 'trailing stop' block. It's called differently for MT5 in fxDreema.