Bug that started today
-
Hello Mr.
Since today I can't compile on MetaTrader 5 any EA created on FxDreema.
A simple code "No position" -> "Buy now" does not work (exactly as the first axample). The error is on this code:
void block1()
{
if (disabled[1] || FXD_BREAK) {return;}
FXD_CURRENT_FUNCTION_ID=1;MetaEditor returns the error: 'disabled' - index out of range
The same EA created yesterday would compile correctly, but the code is different:
void block1(int parent=0)
{
if (block1==false || FXD_BREAK==true) {return;}
FXD_CURRENT_FUNCTION_ID=1;Can you fix it?
EDIT: I believe it has something to do with today's update.
-
+1 Same problem, can't compile with same error returned.
-
It was my fault, it looks that I missed something when I did some updates today. Sorry about that
-
It's working perfectly again. Thanks!