Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Facebook !
Rejoignez notre page de fans
Rejoignez notre page de fans
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
RSS - indicateur pour MetaTrader 5
- Vues:
- 4000
- Note:
- Publié:
- 2018.07.09 13:30
- 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