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

The 2 Pole Butterworth Filter - indicateur pour MetaTrader 5

John Ehlers
Publié par:
Andrei Novichkov
Vues:
10399
Note:
(21)
Publié:
2020.11.13 13:37
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

The indicator was created by John Ehlers and described in his book "Cybernetic Analysis For Stocks And Futures", page 192. This is one of its many noise-cutting filters. Please read about it yourself.

In the book by the same author "Cycle Analytics for Traders Advanced Technical Trading Concepts", page 32, another method of calculating the same indicator is given. You can get the code of the indicator containing both calculation methods, as well as versions of both indicators for MT4, through the author's Telegram channel. The link to the channel is in my profile and in the files with the source codes of this indicator. Don't forget to Subscribe.


observer (push) - behavioral design pattern observer (push) - behavioral design pattern

define a one-to-many dependency between objects so that when one object changes state, all its dependents are notified and updated automatically

Keltner channel Keltner channel

Keltner channel with standard averaging and averaged over the ATR indicator.

observer (pull model) - behavioral design pattern observer (pull model) - behavioral design pattern

define a one-to-many dependency between objects so that when one object changes state, all its dependents are notified and updated automatically

MQL Plus Enhanced Debugging Support MQL Plus Enhanced Debugging Support

An (optional) include file to enhance debugging experience.