Compiling error
-
Hi all
Im having this error trying to export to ex4
'SymbolMode' - undeclared identifier 'Symbol' - undeclared identifier.I've exported this EA last friday with no problems.
Any idea what is wrong?
TA


-
Hi all
The solution is change "SymbolMode,Symbol" to "Marketmode,Market"
Thanks

-
I am getting the same Compilation error when trying to compile my latest EA. It compiled without any problems a couple of days ago but won't today without any changes to the EA.
It looks like @azazelio sorted out his issue by making some change to the code somewhere. I know nothing about the code or even how to see the code and don't want to be making changes to the code.
@fxDreema @miro1360 can you please advise on how this can be fixed?
-
which block still have this problem?
-
Hello,
I'm having the same issue.
I can't identify which is the block that contains the faulty code.
How can we solve it in fxdreema and not in the MetaEditor?
Thanks!
David -
Hi there
Just look for "SymbolMode,Symbol" in any text editor or metaeditor and change it to "MarketMode,Market", should be more or less the same as me.
Then compile it in metaeditor and voila!
Thanks
-
@miro1360 Hi Miro, I reckon its not in any block, its part of the general code, in my case, over the 800 line.
Hope this helpThanks
-
I sent several times this thread to admin ... he is not much active

-
Same issue here.
-
-
thnx azazelio. Any suggestions on my case:
Compilation errors
'�0' - undeclared identifier
'�0' - constant expectedthnx,
L.
-
Same problem here. I haven't been able to do much for the last 2 days. My exported projects in the past days don't open without making any changes to the EA.