tickstory can't load
-
i can't load ea when using mt4 build 765 for tickstory lite supported version is this normal thing ? does fx dreema ea's don't support that version of mt4 ?
-
fxDreema produces Expert advisors - source code files (mq4, mq5) or compiled files with the latest compiler (ex4, ex5). Very often MetaQuotes make some changes and newly generated files can't work with older versions. I'm not updating the compiler on the server very often, but it was these days that I put the latest version. It's possible that the ex4 file is not compatible with your MT4 version, I don't know. If you compile it by yourself, it should work.
-
so all I need to do is copy mql file all the codes generated by fxdreema and past it in new mql file from metaquote software and compile it ? is it that simple or I need to do more things to compile it
note. I have 0 experience in coding
-
For .mq4/.mq5 files you need MetaEditor. I believe that when you start MetaTrader, it finds all .mq* files without .ex* and compiles them automatically.
fxDreema outputs .mq* or .ex* files. If you choose to output .ex* file, it is compiled on the server. If you are using the desktop version... I think it uses embedded compiler, which is kinda old now.