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

Adaptive Smoother - indicateur pour MetaTrader 5

Vues:
10647
Note:
(20)
Publié:
2016.11.02 17:00
Mise à jour:
2017.01.16 09:20
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

One more average/smoother that due to its fractional calculation period possibility can be used to be made adaptive.

Some call it Jurik smooth some don't. Since it is not a Jurik MA left simply the name to be "smoother". The bigest difference is that this one is adaptive too unlike the similar ones that can be found floating on the net. In this one the adapting method used is a standard deviations method.

It is a good filter, since unlike the JMA versions floating around the way it inherits values prevents it from repainting problem that almost all JMA versions have. It is probably not as responsive as the real JMA but in this new adaptive form, considering everything, it merits our attention.

____________________

To turn the adapting off, set the adapting period to 1.

It seems that with longer periods the adapting gives better results but better to experiment a bit with it (lower example has adapting period set to 50 and calculating period set to 25).



Stochastic of Super Smoother, v.2 Stochastic of Super Smoother, v.2

The second version of indicator with added features.

Hull Moving Average Hull Moving Average

Hull moving average with arbitrary weights of calculation.

Stochastic of Adaptive Smoother Stochastic of Adaptive Smoother

Adapting is done using standard deviations.

Stochastic of RSX Stochastic of RSX

Stochastic that is using RSX as an input for calculations.