Problem when compiling EA
-
Hi all,
A new problem occured. When I try to compile the code I have created I have the same matter, whatever the code I would like to compile. Look.

And look at the project. There is not "CURRENT PERIOD" variable...
link text -
Just for information, to solve the problem, replace the code by the following :
CurrentTimeframe();
-
Same here, the bug effects all my projects, old and new.
-
Finally yes. And it affects other parameters...not cool. The EA doesn't work correctly
-
BUG IS HERE SAME PROBLEM JUST FROM PAST FEW HOURS
-
In working scripts i have this line:
Period = (ENUM_TIMEFRAMES)CurrentTimeframe();In NOT-working scripts the line is:
Period = (ENUM_TIMEFRAMES)c::PERIOD_CURRENT; -
@hugoportisch said in Problem when compiling EA:
In working scripts i have this line:
Period = (ENUM_TIMEFRAMES)CurrentTimeframe();In NOT-working scripts the line is:
Period = (ENUM_TIMEFRAMES)c::PERIOD_CURRENT;If i change all those lines the EA seem to compile without error and will run. But i did not test if any other functionality is effencted or if this is the only bug that was introduces recently.
-
SAME here. See more detail in my new topic post.
-
I have the same error. I haven't used the programme for two days, so I don't know when it started. But four days ago everything was correct, because I generated the code for an EA who is currently working on a demo.
Today I was working on some changes on a new version, and I got this error. I thought it was my mistake, so I loaded the old working mq4 version and tried to compile: the error appeared. I loaded old EAs, and the error is the same. -

-
None of the programs are compiled and give an error!
-
The error started hours ago

-
This error is created for some indicators like Hiken Ashi
-
@smartdevils This problem started for me from today, but it's been two days for you! Has your problem been solved?
-
I do not use Hiken Ashi in any of my projects.
The error appears in all the ones I have tested.
The error only appeared for me today -
@bagheria no problem from my side, but i don't have this custom indicator, are you sure it is was uploaded correctly in "my indicator"?

-
Sorry for my late. All is in order now. The problem occured during many minutes. I don't know why
-
-
This post is deleted! -
Definitely something happens with ex4 files. The problem still persists. Fortunately, mq4 files can be downloaded normally.
