iCustom function doesn't work anymore

 

Hello everybody,

today I noticed that icustom function on MT5 doesn't work correctly. Without changing my code that work from long time, today without any reason when I call the function icustom and I set custom parameters, it set the default parameters.


Did you see something similar?


Here part of my code:

input int      ATRPeriod  = 12;

input ENUM_TIMEFRAMES   TradeTimeframe    = PERIOD_H1;  



ATR_handle[SymbolLoop] = iCustom(SymbolArray[SymbolLoop],TradeTimeframe,"ATR_Wilder",ATRPeriod,MODE_SMMA);

here the input parameters of the indicator

//--- input parameters

input int InpAtrPeriod=14;  // ATR period

input ENUM_MA_METHOD InpMethod   =  MODE_SMMA;   // Method


Thank you

 
far88: when I call the function icustom and I set custom parameters, it set the default parameters.

There was just a post about this. Stop using the beta build.

 
William Roeder #:

There was just a post about this. Stop using the beta build.

Thank you very much

now it works

Reason: