Watch how to download trading robots for free
Find us on Twitter!
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:
4378
Rating:
(9)
Published:
2018.12.18 19:10
RSI_Of_MA.mq5 (15.99 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

RSI of MA is an exponentially smoothed RSI based on exponential moving average data.

It has six input parameters:

  • Source EMA period - initial EMA calculation period
  • Source applied price - initial EMA calculation price
  • RSI period - RSI calculation period
  • EMA of RSI period - smoothing EMA period
  • Overbought - overbought level
  • Oversold - oversold level

Calculation:

RSIofMA = EMA(RSI, EMA of RSI period)

where:

RSI - RSI(SrcMA, RSI period)

SrcMA - EMA(Source applied price, Source EMA period)

Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/22603

Hans_Indicator_x22_Cloud_System Hans_Indicator_x22_Cloud_System

The indicator paints candles going beyond the Hans_Indicator_x22_Cloud channel expansion.

Exp_XBullsBearsEyes_Vol Exp_XBullsBearsEyes_Vol

The trading system based on XBullsBearsEyes_Vol indicator signals

RSI_Divergence RSI_Divergence

RSI Divergence indicator

MaDevOsc MaDevOsc

Deviation from MA oscillator indicator