Welcome Forex EA downloads & MT4/MT5 auto-trading resources — EAs, Gold EAs, quant tools and real-world automation.
Sign In Sign Up

Sylvain_Vervoort_RSI_inverse_fisher_transform - MetaTrader 5 script

author EAcpu | 3 reads | 0 comments |

Sylvain_Vervoort_RSI_inverse_fisher_transform - indicator for MetaTrader 5

Indicator Sylvain Vervoort RSI Inverse Fisher Transform Rainbow Moving Average built on Sylvain Vervoort

It has five tunable parameters:

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

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)

It is not necessary to have the indicator Rainbow Moving Average in the terminal, it is calculated independently

Sylvain_Vervoort_RSI_inverse_fisher_transform - indicator for MetaTrader 5


Attachment download

📎 sylvain_vervoort_rsi_inverse_fisher_transform.mq5 (24.68 KB)

Source: MQL5 #22698

Verification code Refresh