WMA 20 smooths price with a weighted calculation so you can judge trend direction without staring at every candle.
WMA 20 smooths price with a weighted calculation so you can judge trend direction without staring at every candle.
A weighted moving average gives the newest candles the strongest influence. It is useful when you want a smoother line that still respects fresh pressure.
WMA 20 is shown as a chart overlay: candles remain the source of truth, while the line or zone frames bias, stretch, or invalidation.
WMA = sum(close_i * weight_i) / sum(weight_i)Newest candles receive the highest weightsA weighted moving average gives the newest candles the strongest influence. It is useful when you want a smoother line that still respects fresh pressure.
Use WMA 20 as a trend filter first. In CandleOps it works best when price respects the line repeatedly, then expands away from it after a pullback rather than chopping directly through it.
WMA 20 belongs in the bias layer. It helps decide whether the market is trending cleanly, losing control, or chopping too much for a confident deployment.
Treat the 20 setting as the market memory it is measuring. Pair it with structure, ATR rails, or momentum so you only take trades when price and context agree.
Confirmation should be visible before the trade starts. If the indicator says one thing and raw candles reject that story, skip the mission or record it as a conflicted setup.
Lookback: 20
Weighting: Weighted
Do not treat WMA 20 as a standalone entry trigger. Late crosses and sideways periods can turn a clean-looking average into a lagging trap.
Because WMA 20 sits on the price chart, the common trap is treating a touch, cross, or flip as automatic permission. The safer rule is price first, indicator second, execution last.
The indicator should change the decision process, not decorate it. If it does not affect direction, invalidation, target placement, or the decision to skip, remove it from the active tactical handbook for that drill.