Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Facebook !
Rejoignez notre page de fans
Un script intéressant ?
Poster un lien vers celui-ci -
laisser les autres l'évaluer
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
Indicateurs

Range weighted average - indicateur pour MetaTrader 5

Vues:
4854
Note:
(16)
Publié:
2018.11.11 18:27
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

Theory :

Almost all averages can be made as an average with a generalized formula that could be simply written down as : sum of price*(something) / sum of (something). The usual averages that we have are simple moving average (SMA, where the (something) is always equal to 1), linear weighted moving average (LWMA, where the (something) depends on the calculation length), volume weighted average (where the (something) depends on the current volume) and some more ...

This version :

This version is using the range (high-low) of the bar it is calculated for as the weight. That way the bars with higher volatility are getting more emphasized and the response to price changes at those bars is accelerated. Basically, as almost all weighted averages, it is similar to simple moving average with an important difference at the times of high ranges where this indicator is much "faster" than the SMA

Usage :

You can use the color changes of this indicators as signals


Filtered WPR Filtered WPR

Filtered WPR (Williams Percent Range)

Filtered averages Filtered averages

Filtered averages

Range weighted average MACD Range weighted average MACD

Range weighted average MACD

Range weighted EMA Range weighted EMA

Range weighted exponential moving average (EMA)