Hi
I am getting compile time error when compiling REGCH.mqh, I can not understand why. please help.
thx
'STOCH_POPULT' - wrong parameters count REGCH.mqh 31 4
constructors:
and
I am getting compile time error when compiling REGCH.mqh, I can not understand why. please help.
thx
'STOCH_POPULT' - wrong parameters count REGCH.mqh 31 4
MQL5:
class REGCH : public STOCH_POPULT
constructors:
MQL5:
REGCH(string sym, ENUM_TIMEFRAMES prd){first_run=true;}
and
MQL5:
STOCH_POPULT::STOCH_POPULT(string sym, ENUM_TIMEFRAMES prd) {
Last edited by a moderator: