Forum

CiBands always return the same for Upper, Lower and Base

Hello, I've created a CiBands object: private : CiBands bollinger; On the constructor: bollinger.Create(symbol, PERIOD_H1, 20 , 2 , 0 , PRICE_CLOSE ); On another method: bollinger.Refresh( OBJ_ALL_PERIODS ); double upBollinger = bollinger.Upper( 1 ); double lowBollinger = bollinger.Lower( 1 );

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