SumRSI – indicator MetaTrader 5
The real author: jax1000 This indicator calculates the averaging amount of the RSI different oscillators. The period of the averaging intervals is set by the user. Indicator input parameters: //+———————————————-+ //| INDICATOR INPUT PARAMETERS | //+———————————————-+ input uint StartLength=3; // the initial period of the averaging input uint EndLength=25; // the final period of … Read more