code not saving correctly after modifying blocks
-
Hi,
In FXDREEMA, when I change the settings like TP from risk % to lot size or remove SL to "No Stop Loss" and then compile from FXDREEMA to over write the original file then upon viewing the code in MT4 Editor I see the code I changed is still there together with the changed (new) code I want. Then on backtesting the results are all wrong....I delete all the files and the cache file and then rename the original file in FXDREEMA and compile again...when I open the file again in MT4 editor it still shows all the old code including the new code as above. This shows me that the update of the new code is not changing on your server correctly...please help...this is very frustrating and am wasting time to try redo the whole code from scratch with new settings I need...
Thank You
-
Are you working on MQ5? That could be the reason behind it.
-
@l-andorrà That also happens on mq4 projects. I spend hours once to find my error in metaeditor as it wouldn't compile.
If I remember correctly in my case I left blank the fixed SL and changed to risk percent. That always didn't compile due to zero divide.Before I knew the reason I fixed it by recursively deleting blocks and create them again.