Problems with MT 4.00 Build 432 (31 May 2012):no trades
-
I have compiled an ea with MT-4 Build 482 and 492 and 500. The ea´s are running.
For a Special test with tickdata I have compiled the ea´s with MT-4 Build 432. The ea´s do not run on Build 432.
I can not use the ea´s that compiled with build 482, 492, 500 in MT-4 Build 432.Is there a restriction of fxdreema of MT 4 Builds from n...n + 1...500 ?
From witch build can I use fxdreema?Greetings from Germany
-
I think these restrictions comes from MetaTrader itself. Sometimes it's required to build with the proper version, but it does not sound normat to not be able to build and run with the same build (432). What happens actually, it there an error message?
In the web version of fxDreema at the moment build 451 (from 21.12.2012) is used. Local version uses local MetaTrader to compile.
-
The Background of the build 432 is the use of tickstory lite - tickdata => Metatrader can use tickdata with build 432 in conjunction with tickstory lite.
Build 432 gave me the error message: "ea ist interrupted, compile the ea new"
For build 432 the ea´s have to compile Meta Editor of build 432. After that procedure the ea´s are running in the tester.One ea do not run with build 432, because the the Meta Editor gave me after the compiling procedure the message:
"Function "attrSwap" is not preferenced and will be removed from the exp-file",
so this ea can not work.How can I fix this cause. I'm not a programmer.
-
This is not an error, this is warning and it's not fatal. Just a function that is in the code but will be deleted from the final .ex4 because it is not used.
-
I understand. The ea´s compiled by the local fx dreama programm do not work with build 432 and older ones.

-
This warning messages says something like this "Hey, you created a function but you are not using it. Because this function is not used, I will remove it from the final .ex4 file".
EA can be compiled with warning message like this and this is not a limitation. If you can see .ex4 file, it is compiled successfully. And actually in the local version fxDreema is not compiling it. Search for file named "metalang.exe" where MetaTrader is installed - this is the program used from MetaTrader and local fxDreema to compile code. -
The problems are not the warning messages.
The problems ist that with MT 4.00 Build 432 (31 May 2012) commpiled ea´s do not work. Build 432 is in combination with, Forwalktester, bird´s-Tick data site and tickstory very powerful.I will stop the discussion here. I will solve the problems by myself.