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

Asymmetric Linear Weighted Moving Average.

The indicator has three input parameters:
  • Period - calculation period
  • Method - calculation method
    • Regular
    • Inverse
    • Asymmetric
    • Inverse asymmetric
  • Applied price

Four calculation modes:

  1. Regular - behaves like an ordinary LWMA. The last period has the greatest weight.
  2. Inverse - the initial period has the greatest weight.
  3. Asymmetric - the period middle has the greatest weight. Initial and final periods have the lowest weights.
  4. Inverse asymmetric - the initial and final periods have the greatest weight. The middle part has the least weight.

MetaTrader Experts, Indicators, Scripts and Libraries

Fig. 1. Regular mode

MetaTrader Experts, Indicators, Scripts and Libraries

Fig. 2. Inverse mode

MetaTrader Experts, Indicators, Scripts and Libraries

Fig. 3. Asymmetric mode

MetaTrader Experts, Indicators, Scripts and Libraries

Fig. 4. Inverse Asymmetric mode

21427