lqsa00
lqsa00
Friends

Add friends via their profile or user search and you will be able to see if they are online

lqsa00
Added topic 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 );
lqsa00
Added topic 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
lqsa00
Registered at MQL5.community