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:
3408
Rating:
(8)
Published:
2018.08.23 12:49
ALWMA.mq5 (11.08 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

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.

Fig. 1. Regular mode


Fig. 2. Inverse mode


Fig. 3. Asymmetric mode


Fig. 4. Inverse Asymmetric mode

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

WVF_Stochastic WVF_Stochastic

WVF Stochastic indicator

WPR_HL WPR_HL

WPR HL indicator

ASO ASO

Absolute Strength Oscillator (ASO) indicator

ASH ASH

Absolute Strength Histogram (ASH) indicator