Indicators: Stochastic RSI - page 2

 
Just remove the GetStartBars function.
 
PedroCamargo indicator, but it doesn't work with the latest versions of MT5 without modifying the class. However, quite accurate
What modifications need to be made?
 

Just add this code to the SmoothAlgorithms file and it will work:

enum Smooth_Method{

MODE_SMA_,

MODE_EMA_,

MODE_SMMA_,

MODE_LWMA_,

MODE_JJMA,

MODE_JurX,

MODE_ParMA,

MODE_T3,

MODE_VIDYA,

MODE_AMA

};