Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Telegram !
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
Vues:
3443
Note:
(10)
Publié:
2018.07.13 16:05
Mise à jour:
2018.07.13 16:05
ButtMA.mq5 (7.78 KB) afficher
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

Indicator Butterworth Moving Average - a moving average with smoothing using Butterworth filter.

It has two configurable parameters:

  • Period - calculation period
  • Applied price - calculation price

Calculations:

ButtMA = p1 * Price + p2 * PrevButtMA - p3 * PrePrevButtMA

where:

Price = SMA(Applied price, 1)

p1 = 2 / (1+Period) p2 = 2 * (1-Kf) p3 = (1-Kf) * (1-Kf) Kf = Sqrt(p1)

Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/21338

AB AB

Indicator Acceleration Bands

WRSI WRSI

An RSI smoothed by Wilder's moving average

Choppiness_Index Choppiness_Index

Indicator Choppiness Index

Choppiness_IndexH Choppiness_IndexH

Indicator Choppiness Index Histogram