Библиотеки: SmoothAlgorithms - страница 2

 
Nikolay Kositsin :

I do not commit any violations in the work of the code and in its compilation at all. It's completely incomprehensible what is it about?

Hi, Nikolay.


I got erros with the class, like you can see in below picture.

Can you solve it for us?

I have 4 indicators using this class, but, it doesn't work.


 
Charles Magno:

Hi, Nikolay.


I got erros with the class, like you can see in below picture.

Can you solve it for us?

I have 4 indicators using this class, but, it doesn't work.


Move this enum:

   enum Smooth_Method
     {
      MODE_SMA_,  //SMA
      MODE_EMA_,  //EMA
      MODE_SMMA_, //SMMA
      MODE_LWMA_, //LWMA
      MODE_JJMA,  //JJMA
      MODE_JurX,  //JurX
      MODE_ParMA, //ParMA
      MODE_T3,     //T3
      MODE_VIDYA,  //VIDYA
      MODE_AMA     //AMA
     };

out of the class CXMA scope (just cut and paste in front of it).

Причина обращения: