The Weighted Moving Avg (WMA) calculates the average price of a symbol over a selected period, but it assigns greater weight to more recent prices. This means recent price movements influence the indicator more strongly than older data.
For automated strategies, WMA is useful when traders want the moving average to react faster to recent market activity while still maintaining a smoothed trend line.
What does the Weighted Moving Avg measure?
WMA measures the average price trend while giving progressively smaller weight to older price data.
Because recent prices have more influence in the calculation:
- WMA can detect trend changes faster than a Simple Moving Avg (SMA)
- It still smooths price movement to help identify the overall direction of the trend
In general:
- When price moves above the WMA, it may indicate strengthening bullish momentum
- When price moves below the WMA, it may indicate weakening momentum or a possible downtrend
This makes WMA useful when traders want a more responsive trend indicator.
How WMA is used in indicator-based triggers
In automation, WMA can be used to monitor how price behaves relative to a weighted average of recent prices.
For example, strategies may monitor when:
- Price crosses above or below the WMA, indicating a potential change in short-term momentum
- Two WMAs with different periods cross each other, which may signal a shift in trend direction
These conditions allow automated strategies to react when recent price movement begins to diverge from its weighted average trend.
Note:
- The Weighted Moving Avg gives more importance to recent prices compared to older price data.
- This makes WMA more responsive than SMA while still maintaining a smoothed trend line.
Important:
- WMA is useful for strategies that rely on recent price momentum to generate signals.
- It can be used with both Indicator with value and Two indicators trigger types to create momentum-based automation conditions.