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_rainbow_moving_average - indicator for MetaTrader 5

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

Sylvain Vervoort Rainbow Moving Average

It has one adjustable parameter:

  • Period - calculation period

Calculations:

SVRMA = Value / 20.0

where:

Value = 5.0 * MA1 + 4.0 * MA2 + 3.0 * MA3 + 2.0 * MA4 + MA5 + MA6 + MA7 + MA8 + MA9 + MA10

MA1 = SMA(Close,Period)
MA2 = LWMA(MA1, Period)
MA3 = LWMA(MA2, Period)
MA4 = LWMA(MA3, Period)
MA5 = LWMA(MA4, Period)
MA6 = LWMA(MA5, Period)
MA7 = LWMA(MA6, Period)
MA8 = LWMA(MA7, Period)
MA9 = LWMA(MA8, Period)
MA10= LWMA(MA9, Period)


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

Sylvain_Vervoort_RSI_inverse_fisher_transform Sylvain_Vervoort_RSI_inverse_fisher_transform

Indicator Sylvain Vervoort RSI inverse fisher transform

Volatility_Quality_Index Volatility_Quality_Index

Indicator Volatility Quality Index

Simple_Slope Simple_Slope

Indicator Simple slope

POGO POGO

Indicator POGO