Compile error with MT4 1160
-
Started to receive these errors after MT4 update to version 1160:
'TesterHideIndicators' - override system function TSEA5-18.mq4 12583 6
'TesterHideIndicators' - ambiguous call to overloaded function with the same parameters TSEA5-18.mq4 503 2
could be one of 2 function(s) TSEA5-18.mq4 503 2
built-in: void TesterHideIndicators(bool) TSEA5-18.mq4 503 2
void TesterHideIndicators(bool) TSEA5-18.mq4 12583 6 -
Yep, same here. Tester hide indicator issue.
Turning Tester off/on makes no difference. Compile error after new MT4 upgrade. -
I am having the same issue. Can admin help?
-
Same here.
-
Same to me.
-
I am having the same issue.
-
i have same problem, any one have old mt4 compiler?
-
Hi,
Same problem... will resolve soon? need finish my job! more thanks -
You all are compiling .mq4 files generated with fxDreema locally? But why? :))
I wonder for what reason MetaQuotes upgraded MT4 after they abandoned it. Those guys are very confused in the business they are doing

-
I'm compiling direct from the web based fxdreema version if that's what you mean, not the old local version. Can you remove the 'display indicators after test, that appears to be where the issue is.
-
After removing the following lines from the source code the compilation works. It seems to be a built-in function now:
void TesterHideIndicators(bool hide)
{
HideTestIndicators(hide);
} -
I removed it and I decided to put the latest compiler on the web version, but unfortunately it is much slower than the one I used until now. I hope that at least the EAs will be backtested quickly, or maybe not
-
I do not understand the logic behind introducing modifications that break what had been working well?