A weighted moving average, or WMA, is a moving average that gives progressively larger linear weights to newer prices inside a fixed lookback period. This makes recent observations influence the current average more than older observations.
Definition: The Weighted Moving Average Indicator calculates a weighted price total and divides it by the sum of the assigned weights. In a standard linear WMA, the oldest observation receives the smallest weight and the newest observation receives the largest.
WMA remains a lagging calculation because every value comes from observed price data. Its faster response comes from how those observations are weighted, not from predictive information.
How Linear Weighting Works
A five-period WMA can assign weights of 1, 2, 3, 4, and 5 from the oldest price to the newest price.
5-period WMA = (P1 x 1 + P2 x 2 + P3 x 3 + P4 x 4 + P5 x 5) / 15
The denominator is 15 because the weights sum to 15. The newest price therefore contributes 5/15 of the weighted total, while the oldest contributes only 1/15.
| Observation | Weight | Share of total weight |
|---|---|---|
| Oldest price | 1 | 1 / 15 |
| Second oldest | 2 | 2 / 15 |
| Middle price | 3 | 3 / 15 |
| Second newest | 4 | 4 / 15 |
| Newest price | 5 | 5 / 15 |
As a new observation enters the window, the calculation rolls forward and the weights are reassigned across the current lookback period.
Why WMA Reacts Faster Than SMA
A simple moving average gives every observation in the lookback period equal influence. WMA instead concentrates more of the total weight in the newest observations.
If recent price changes sharply, that new information therefore moves WMA more than it would move an SMA of the same length.
Core boundary: WMA responsiveness comes from the weighting scheme. A 20-period WMA and a 20-period SMA use the same number of observations, but they distribute influence differently.
Faster reaction should not be confused with stronger evidence. A temporary spike also receives more influence because it is recent.
WMA vs SMA and EMA
| Moving average | Weighting method | Main characteristic |
|---|---|---|
| SMA | Equal weight for every observation in the lookback window | Smoother response with greater influence from older observations |
| WMA | Linear increase in weight toward the newest observation | Recent prices have progressively greater influence |
| EMA | Exponential weighting with recursive smoothing | Recent prices receive greater influence without a simple linear weight ladder |
The distinction is mathematical rather than qualitative. WMA is not automatically better because it reacts sooner, and SMA is not automatically better because it is smoother.
When the Extra Responsiveness Becomes a Weakness
The same weighting that makes WMA responsive can make it sensitive to unstable recent movement.
Example: Price breaks sharply above a range and pulls the WMA upward. If price quickly returns to the range, the newest observations can pull the line back down just as quickly. The WMA correctly reflects the recent data, but the line change does not establish that a durable trend change occurred.
This becomes especially visible when price repeatedly crosses the average and the WMA keeps changing slope. The calculation is functioning normally. The market simply is not providing stable directional movement for the line to summarize.
Interpretation limit: WMA can reduce some delay relative to an equally weighted average, but it cannot remove lag and it can increase sensitivity to temporary recent movement.
What a Rising or Falling WMA Actually Shows
A rising WMA means the weighted average of the selected observations is rising. A falling WMA means that weighted average is falling.
The slope does not directly measure trend strength, persistence, or probability. Those are separate questions that require additional evidence from price behavior or tools designed for those analytical jobs.
WMA vs Other Trend Indicators
WMA is fundamentally a price-smoothing calculation. The Directional Movement Index instead evaluates directional movement components and trend-strength structure.
Supertrend uses volatility-based bands and state changes rather than a linear weighted average. These indicators can all appear in trend analysis, but their calculations answer different questions.