Converter Isnt working correctly even tho there arent any errors
-
I tried to convert an mt4 EA to mt5 EA and the results seems to be polar opposite
there were few errors in the generated mq5 file when i converted it , and somehow I fixed those errors , But when i ran a backtest on GBPUSD from APRIL 1 to APRIL 30 and the results are totally different from each other
also in the live market test , mt5 EA didnt opened some of the trades that the mt4 EA opened , is this normal ?
these are the mt4 and mt5 EAs: MT5 EA1_1620212345618_1.mq5 -----and mt4 EA 0_1620212345614_1.mq4i tried to find out the issue thats causing this but no luck , however i did see this in the mt5 Experts tab :

can someone please help in this matter ?
-
@zackry Why are your questions always so hard?
This is programmer's stuff. I'm afraid I cannot help. -
@l-andorrà I was kinda hoping i could find a solution , but i guess there is no way unless i know programming
-
@zackry I'm not infront of my pc right now but what I'd do is dissect it and test it piece by piece. Get one part working then the next till you have all the bugs worked out.
-
@johann-0 yeah gonna try that but there isnt much hope for me