stangstang
stangstang
Friends

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

stangstang
Added topic I can use CiMA in experts but not use it in indicator ,why?
i  write such code in experts , it can work ! #include <Indicators\Trend.mqh> CiMA  *ma; //+------------------------------------------------------------------+ //| Custom indicator initialization
stangstang
Added topic how to get data from calling technical indicator class ?
      generaly , if you want to get indicator data, you can use the code such as:    double macd[];    int macdHandle=iMACD(Symbol(),PERIOD_CURRENT,12,26,9,PRICE_CLOSE);   
stangstang
Added topic why not has volume in MqlTick data
hi , l have a problem ,l wish get tick volume and lused the code such as : void   OnTick ()   {     MqlTick  last_tick; //---     if ( SymbolInfoTick ( Symbol (),last_tick))
stangstang
Registered at MQL5.community