Watch how to download trading robots for free
Find us on Facebook!
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:
3841
Rating:
(7)
Published:
2018.08.23 12:52
BezierMA.mq5 (8.11 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

Bezier-weighted Moving average.

The indicator has three input parameters:

  • Period - calculation period
  • Sensitivity
  • Applied price

Calculation:

BMA = SPC

where:

SPC - Sum(Price*Coeff) in the Period range Coeff = (Period! / (i! * (Period-i)!)) * Sensitivity^i * (1-Sensitivity)^(Period-i) Price - Applied price N! - factorial

Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/21430

ASH ASH

Absolute Strength Histogram (ASH) indicator

ASO ASO

Absolute Strength Oscillator (ASO) indicator

Candle_Amplitude Candle_Amplitude

Candle amplitude indicator

Channel_Balance Channel_Balance

Channel balance indicator