compiling issue
-
when i download the ex5 of the project , it works great in the mt5 terminal, but when i download the same project in mq5 and run it in the same mt5 , it doesnt work
anybody else facing such issue? -
@zackry Are you sure ex5 is compiled by fxdreema without any issues? I remember I once had an issue with a block where I changed some setting, but the one configured before was still also compiled. For instance if you choose a Buy block with fixed SL / TP and put a variable in there and save it. After that I changed the MM to risk percent based on SL but didn't clear the variables used before in static SL / TP. If I remeber it right, fxdreema compiled well or at least didn't show any issue, but compileing the sources in Metaeditor caused errors.
-
@trader-philipps well i am not getting any errors when i download the mq5 and compile it using the metaeditor on my pc , its compiling fine without any errors , but when i run the backtest on that compiled ea , or attach it to the chart it does not open any trades , whereas when i download the ex5 version from fxdreema it works fine in backtest and also when i attach it to the chart
-
@zackry Are you getting any warnings when compiling in Metaeditor?
-
@trader-philipps yeah there are some warnings but thats some regular stuff like implicit conversion and stuff
those warnings never actually caused any issues in the past
but i think the issue is the same as you said in the first post (about changing some settings ) , because i started it from the scratch in a new project and its working fine