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 | PWMA

Power weighted moving average.

The indicator has three input parameters:

  • Period - calculation period
  • Power
  • Applied price

Calculation:

PWMA = SUM(Applied price(i) * (i^Power), Period) / SUM(i^Power, Period)

If Power is 1, МА is identical to LWMA

MetaTrader Experts, Indicators, Scripts and Libraries

21415