Guarda come scaricare robot di trading gratuitamente
Ci trovi su Facebook!
Unisciti alla nostra fan page
Unisciti alla nostra fan page
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
- Visualizzazioni:
- 4247
- Valutazioni:
- Pubblicato:
- 2018.07.09 13:30
-
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a 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))
Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/21041