are you expericing this?
-
I built an EA in MT4/MQ4 and used the FxDreem Conversion tool to convert it to MT5/MQ5, stage both EAs but then i realised that the MT5 EA seemed broken, it omits some trades that are supposed to be opened in MT5 whilst in the MT4 it is all perfect.
What went wrong with this? Is there a code breaking bug in the conversion feature?
\ -
That convertor will convert any FX EA, but some blocks need to be replaced
-
@jstap ooh I see, so it is recommend to just build the MT5 version separately right?
-
I would, if a block says position it is MT5, if trade MT4
-
@jstap hmm...true, didnt notice would be any difference
-
Some blocks there's not but, internally the code is different, and although lots between MT4 & MT5 is the same or similar, but some is not. So I tend to use exact, just in case.
-
Ohhhh, esto es realmente buena informacion, no sabia que el convertir un ea desde mq4 q mq5 puede afectarlo ais, esto explicaria muchas cosas que me han pasado con varios proyectos, wow!.... Gracias amigos por esta nueva informacion.