Importing Problem
-
Hi,
When I export an mq4 file, open it from my local pc in notepad and make changes, then import it back into fxdreema, it doesn't display the changes I made but rather the last version of the ea in fxdreema (the one that I exported). I tried renaming the file, changing the project ID, clearing browser cache and switching browsers to no avail.
-
Of course, it does not read MQL4 code, it reads the special code at the end that contains project data.
-
I see, so is there a way to modify an mq4 file in a text editor and then reimport it to see the changes or can change be made only through the fxdreema interface?
-
No, but there is a way to modify things on fxDreema and not work with MetaEditor

-
Is there is a way to modify source code of entire ea in fxdreema or just one block at a time? For example, in 75 blocks I wrote the variable display name instead of the mql name and I want to make a global edit. Is there a way to do this or do I need to open each block individually and change the name that way?
-
If you select variables with right (and choose it), there is no need to do something in blocks, you can always rename any variable, because they are associated with some ID that is hidden from user. But if you wrote the name manually... well, in theory everything is possible, but now there is no an option to search & replace in fxDreema blocks, but it's a great idea otherwise and I will include it to my to do list

-
ok thanks