Watch how to download trading robots for free
Find us on Facebook!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Views:
3567
Rating:
(7)
Published:
2018.07.09 13:30
RSS.mq5 (17.8 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to 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))

Translated from Russian by MetaQuotes Ltd.
Original code: 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.