@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.
