Stochastic instantation error 4002

 

Hello I've declared a CiStochastic:

private:

CiStochastic stochastic;


On a method I've tried to create it:

stochastic.Create(symbol, timeFrame, 14, 3, 0, MODE_SMA, STO_CLOSECLOSE);   

but appears these errors:

2017.03.29 23:49:14.257    2017.01.01 00:00:00   cannot load indicator 'Stochastic Oscillator' [4002]
2017.03.29 23:49:14.479    EURUSD,H2: history cache allocated for 3848 bars and contains 3116 bars from 2016.01.04 00:00 to 2016.12.30 22:00

What is wrong?

 
What the documentation says about error 4002 ?
 

ERR_WRONG_INTERNAL_PARAMETER  - Wrong parameter in the inner call of the client terminal function

What this means?

 
I found it! The slowing parameter can't be 0.