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
Views:
3409
Rating:
(10)
Published:
2018.07.13 16:05
Updated:
2018.07.13 16:05
ButtMA.mq5 (7.78 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to 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)

Translated from Russian by MetaQuotes Ltd.
Original code: 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