INDICATORS GUIDE

RSI, MACD, EMA, ATR & VWAP, explained.

Five indicators cover most of what an intraday trader needs: momentum (RSI), trend shifts (MACD), trend direction (EMA), volatility (ATR), and fair value (VWAP). This guide explains what each computes, how to read it honestly, and the classic ways each one misleads.


01 · MOMENTUM

RSI — Relative Strength Index

RSI measures the speed of recent gains versus losses on a 0–100 scale, smoothing price changes over a lookback window — 14 periods is the standard, and the setting TradCopilot uses.

RSI = 100 − 100 / (1 + average gain / average loss)

Readings above 70 are conventionally called overbought; below 30, oversold. The honest interpretation is narrower than that: in strong trends, RSI can stay overbought or oversold for extended stretches while price keeps going. Overbought does not mean “sell now” — it means momentum is stretched and mean reversion risk is elevated. Divergences (price makes a new high while RSI doesn’t) carry more information than absolute levels alone.

Where it misleads: treating 70/30 as automatic reversal signals in trending markets; ignoring the lookback window when switching timeframes.


02 · TREND SHIFT

MACD — Moving Average Convergence Divergence

MACD tracks the relationship between two EMAs of price — conventionally the 12 and 26 period — plus a 9-period EMA of the difference (the signal line) and a histogram showing the gap between them.

MACD line = EMA(12) − EMA(26) · Signal = EMA(9, MACD)

Crossovers of the MACD line above or below its signal line flag potential trend shifts; the histogram visualizes whether momentum behind the move is accelerating or fading. Because it is built from moving averages, MACD lags price by design — it confirms moves after they start, which makes it a context tool rather than an entry trigger.

Where it misleads: acting on crossovers in sideways markets, where whipsaws cluster; reading histogram magnitude across different instruments as if it were comparable.


03 · TREND DIRECTION

EMA — Exponential Moving Averages

An EMA weights recent prices more heavily than older ones, so it hugs price more closely than a simple moving average. Intraday traders commonly stack three: a fast EMA (9), a medium EMA (21), and a slower EMA (50).

EMA today = price × k + EMA yesterday × (1 − k),  k = 2/(N+1)

Alignment tells a quick directional story: fast EMA above medium above slow describes an orderly uptrend; interleaved EMAs describe chop. Price relative to the 50 EMA is also the cleanest single-line regime filter most traders have. EMAs confirm direction — they do not predict it, and in ranging markets they cross constantly with little meaning.

Where it misleads: treating every crossover as a trade; using EMAs as support or resistance without checking whether price has actually respected them recently.


04 · VOLATILITY

ATR — Average True Range

ATR averages the true range — the largest of the high-low span, the high-versus-prior-close gap, and the low-versus-prior-close gap — over a window, typically 14 periods. It answers one question: how much does this market typically move?

True range = max(high − low, |high − prev close|, |low − prev close|)

Its best use is sizing stops and targets to the market instead of to your emotions: a stop 1.5× ATR away gives noise room to breathe; a target at 2× ATR is plausible within the session. A rising ATR warns that fixed-pip or fixed-dollar stops set last week may be too tight today.

Where it misleads: reading ATR as directional (it isn’t — it can rise in a sell-off); comparing raw ATR values between instruments priced in different units instead of percentages.


05 · FAIR VALUE

VWAP — Volume Weighted Average Price

VWAP is the average price weighted by volume over a session — the price at which the typical participant actually transacted. Institutional desks use it as a execution benchmark; intraday traders use it as a magnet and a divider.

VWAP = Σ(price × volume) / Σ(volume)

Price repeatedly rejecting above VWAP leans bullish; persistent acceptance below it leans bearish. Because crypto trades around the clock, platforms compute it as a rolling window (TradCopilot uses a 20-bar rolling VWAP) rather than resetting at a daily session open like equities do — worth knowing before you compare readings across tools.

Where it misleads: applying equity-style daily resets to 24/7 crypto markets; expecting VWAP to hold as support in high-volatility news events.


06 · SYNTHESIS

Reading them together

No single indicator carries a trade. A structured read assigns each one a job: EMAs frame the regime, MACD tests whether momentum agrees, RSI flags stretch, ATR sizes the stop and target, VWAP marks fair value. When all five point the same way, the setup is coherent; when they contradict, the honest answer is “no trade.”

That synthesis is exactly what TradCopilot automates: it computes all five server-side from live candles — RSI(14), MACD(12,26,9), EMA 9/21/50, ATR(14), rolling VWAP — then produces a written setup with bias, quality grade, entry, stop, target, and invalidation level. See how the analysis pipeline works.


KEEP READING

Let the terminal do the arithmetic

TradCopilot computes these exact indicators from live crypto and forex data and journals every analysis. Educational tool — not financial advice; see our disclaimer.