Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Twitter !
Rejoignez notre page de fans
Un script intéressant ?
Poster un lien vers celui-ci -
laisser les autres l'évaluer
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
Vues:
3633
Note:
(7)
Publié:
2018.07.09 13:30
RSS.mq5 (17.8 KB) afficher
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

Ian Copsey's indicator RSS (Relative Spread Strength) was presented in Stocks & Commodities in October, 2006.

The indicator has seven configurable parameters:

  • Fast MA period - fast EMA period;
  • Slow MA period - slow EMA period;
  • RSI period - RSI calculation period;
  • Smoothing period - smoothing period;
  • Applied price - the calculation price;
  • Overbought level - overbought level;
  • Oversold level.

Calculation:

RSS = MA(RSI, Smoothing period)

where:

RSI = RSI(Fast EMA(Price) - Slow MA(Price))

Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/21041

NMA NMA

Navel MA.

IDWMA IDWMA

Indicator Inverse Distance Weighted Moving Average.

VAMA VAMA

Indicator Velocity and Acceleration MA.

VAMA_MACD VAMA_MACD

Indicator Volume Adjusted MA MACD.