The Wilder’s Smoothing Average (WMA) indicator.
It has two input parameters:
- Period – calculation period;
- Applied price – price used for calculations.
Calculations:
WMA = (Applied price - PrevWMA) * k + PrevWMA
where:
k = 1/Period
Expert Advisors β’ Indicators β’ Scripts β’ Libraries
The Wilder’s Smoothing Average (WMA) indicator.
It has two input parameters:
Calculations:
WMA = (Applied price - PrevWMA) * k + PrevWMA
where:
k = 1/Period