Indicators: RSIOMA

 

RSIOMA:

The RSI indicator drawn on the basis of the smoothed price series with the added signal line

Fig.1 The RSIOMA indicator

Fig.1 The RSIOMA indicator 

Author: Nikolay Kositsin

 

if somebody cant compile, replace this:

input Smooth_Method RSIOMA_Method=MODE_EMA; //RSIOMA smoothing method //original

with this: 

input Smooth_Method RSIOMA_Method=(Smooth_Method)MODE_EMA; //RSIOMA smoothing method //with conversion type
Reason: