Indicators: ColorSRoC

 

ColorSRoC:

The smoothed S-RoC indicator of the relative price increment by Fred Shutsman.


Author: Nikolay Kositsin

 
When downloading, it doesn't compile!
 
Vinicius Xavier:
When downloading, it doesn't compile!

Move this code:

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 CXMA class, i.e. put it in the global scope. That way it will work.

 
The indicator is written with errors and does not compile fix it !!!!
 
hi , this indicator cant be compiled !!