Knowledge Base
Docs & Articles
Indicator Field Manual

EMA 20

EMA 20 smooths price with a exponential calculation so you can judge trend direction without staring at every candle.

Indicator Guide
Trend
Chart Overlay
moving averages
20

What it measures

EMA 20 smooths price with a exponential calculation so you can judge trend direction without staring at every candle.

An exponential moving average weights recent candles more heavily. It reacts faster than an SMA while still filtering out some single-candle noise.

Visual read

EMA 20 is shown as a chart overlay: candles remain the source of truth, while the line or zone frames bias, stretch, or invalidation.

EMA 20138119100PriceEMA 20Reactive trend filter following recent closes.Fast trendTimeConcept sketch only. CandleOps missions still resolve from real historical candle data.

Formula / construction

Exponential moving average
alpha = 2 / (n + 1)EMA_today = close_today * alpha + EMA_yesterday * (1 - alpha)

An exponential moving average weights recent candles more heavily. It reacts faster than an SMA while still filtering out some single-candle noise.

How to read it in replay

Use EMA 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.

EMA 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.

What confirms the read

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.

Default parameters in CandleOps

Lookback: 20

Weighting: Exponential

Replay drill

  1. Open a block of 10 to 20 missions and allow EMA 20 to answer only one question: bias, timing, volatility, or participation.
  2. Before clicking Start Mission, write one sentence explaining what EMA 20 says and one sentence explaining what raw price must do to confirm it.
  3. Keep virtual risk stable for the whole drill so the review measures decision quality rather than random sizing.
  4. After each mission, grade the EMA 20 read as clean, early, late, conflicted, or irrelevant, then compare that grade with the payout and the revealed candles.

Failure modes and risk notes

Do not treat EMA 20 as a standalone entry trigger. Late crosses and sideways periods can turn a clean-looking average into a lagging trap.

Because EMA 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.

Back To Indicator GuidesOpen Blog Index
EMA 20 | CandleOps Indicator Guide