Expert Advisors • Indicators • Scripts • Libraries

MQL.RobotFX.org is the biggest collection of MetaTrader expert advisors (MT5 & MT4), indicators, scripts and libraries that can be used to improve trading results, minimize risks or simply automate trading tasks

MetaTrader 5 Indicator | BezierMA

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

MetaTrader Experts, Indicators, Scripts and Libraries

21430