How to copy constants/variables from one project to other one?
-
Hello
Is there any way to copy all the constants and variables from one Project and paste them in other one?
I have my projects in MQL5 language and I want to transform some of them to MQL4. I know that it is posible to copy all the blocks from the source to the destination. But, what about the constants and variables? Is there any way to do it as well?
Thanks
-
I HAVE SAME QUESTION
-
Sadly not. There is no way to do that on fxDreema right now, sorry.
-
SO I HAVE TO DEFINE ALL CONSTANTS AND VERIABLE AGAIN . I MADE MT4 ROBOT NOW I WANT TO COPY THAT IN MT5 . BLOCKS ARE WORKING PROPERLY BUT CONSTANTS AND VERIABLES ARE NOT MOVING ALONG .
-
-
@VHV-Profit-Masters
This isn't what was asked, the first video is just writing the constant/variable by hand again, the second is only using blocks that are the same on MT4 and MT5, anything that reads trade is MT4 and won't change to position upon converting.@josecortesllobat the only way I know of doing this is to down load the MQ file, then import it back in to FX, then delete any unnecessary blocks. This won't work to convert from MT5 to MT4 though.