Watch how to download trading robots for free
Find us on Telegram!
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
Indicators

Sylvain_Vervoort_RSI_inverse_fisher_transform - indicator for MetaTrader 5

Views:
4286
Rating:
(13)
Published:
2018.12.28 13:09
Updated:
2019.01.17 11:29
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

Indicator Sylvain Vervoort RSI inverse fisher transform built on Sylvain Vervoort Rainbow Moving Average

It has five adjustable parameters:

  • SVRMA period - Rainbow Moving Average calculation period
  • RSI period - RSI calculation period
  • MA period - smoothing period
  • Overbought - overbought level
  • Oversold - oversold level

Calculations:

SVRSI = ((Pow(2.71828183,2 * ZeroLagEMA)-1.0) / (Pow(2.71828183,2 * ZeroLagEMA)+1.0) + 1.0) * 50.0

where:

ZeroLagEMA = SmMA1 + (SmMA1 - SmMA2)

SmMA1 = EMA(RSI, MA period)
SmMA2 = EMA(SmMA1, MA period)

RSI = 0.1 * (TmpRSI - 50.0)
TmpRSI = RSI(RMA, RSI period)

RMA = Rainbow Moving Average(SVRMA period)

No need to have indicator Rainbow Moving Average in the terminal, it is calculated independently

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

Volatility_Quality_Index Volatility_Quality_Index

Indicator Volatility Quality Index

Extreme EA Extreme EA

Indicators iCCI (Commodity Channel Index, CCI) and two iMAs (Moving Average, MA) are used.

Sylvain_Vervoort_rainbow_moving_average Sylvain_Vervoort_rainbow_moving_average

Indicator Sylvain Vervoort rainbow moving average

Simple_Slope Simple_Slope

Indicator Simple slope