Technical Indicators
Moving averages, RSI, MACD, Bollinger Bands, ATR, VWAP - what each measures, how they're calculated, where they add value, and the honest truth about lag, redundancy, and the 'indicators alone can't predict' rule every serious trader eventually learns.
A technical indicator is a mathematical transformation of price and/or volume designed to surface information the raw chart doesn't make obvious at a glance. Moving averages smooth trend; RSIRSIMomentum oscillator ranging 0 - 100. Above 70 = potentially overbought; below 30 = potentially oversold. Best used for divergence.Read in glossary → compresses momentum; MACD combines two MAs into a signal line; Bollinger Bands measure volatility bands; ATR quantifies range; VWAP anchors intraday execution. Used well, indicators are genuinely useful context tools. Used badly - stacked, redundant, treated as standalone signals - they're how many retail charts end up looking like cockpits and many retail accounts end up looking like drawdowns. This lesson covers the four indicator categories, six indicators worth knowing in depth, the lag problem, and the two rules that stop indicators from making trading harder instead of easier.
The four categories
Every indicator falls into one of four buckets by what it measures:
| Category | Measures | Examples |
|---|---|---|
| Trend | Direction and slope | Moving averages (SMAMoving averageThe average price over the last N bars. Used as dynamic support/resistance and trend filter. EMA weights recent data heavier.Read in glossary →, EMA), MACD, ADX |
| Momentum | Speed of movement | RSI, Stochastic, Rate of Change |
| Volatility | Magnitude of movement | ATRATRAverage volatility over N bars. Used for volatility-adjusted stop placement and position sizing.Read in glossary →, Bollinger Bands, Keltner Channels |
| Volume | Participation intensity | OBV, VWAPVWAPThe average price for the session weighted by volume. Institutional reference level for intraday mean reversion.Read in glossary →, Chaikin Money Flow |
Understanding which category you're adding to your chart is the first filter against redundancy. Stacking three momentum indicators doesn't give you three independent reads - it gives you one read repeated three times.
Moving averages - the trend baseline
A moving average (MA) is the running average of price over a defined window. Two common flavors:
- Simple Moving Average (SMA) - straight arithmetic mean.
- Exponential Moving Average (EMA) - weights recent prices more heavily; reacts faster to new data.
Common windows:
- 9 EMA / 20 EMA - short-term trend; used for intraday entry timing.
- 50 SMA / 50 EMA - medium-term trend; institutional watch level.
- 200 SMA / 200 EMA - long-term trend; the single most-watched line on equities.
Use cases
- Trend bias filter - price above rising 200 = uptrend bias; below falling 200 = downtrend bias.
- Dynamic supportSupportA price level where buyers have historically stepped in with size. Acts as a floor until it breaks.Read in glossary →/resistance - in trending markets, pullbacks often find the 20 or 50 MA.
- Crossover signals - 50 crossing above 200 = "golden cross"; the inverse = "death cross." More meaningful on higher timeframes; noisy on lower.
Common mistakes
- Treating crossovers as entry signals in isolation - they lag. By the time a crossover prints, the move is usually well underway.
- Stacking multiple MAs of similar length - a 20, 21, and 25 EMA tell you the same thing three times.
- Fighting the MA regime - shortingShort sellingBorrowing shares to sell, with the intent to buy them back lower. Profits when price falls. Losses theoretically unlimited as price rises.Read in glossary → an uptrend because "it bounced off the 20 EMA and looks toppy."
The minimalist approach: one medium-term MA (50) for trend bias, optionally one short-term (20 EMA) for pullback entries. Two lines max.
RSI - momentum compressed
The Relative Strength Index (RSI) is a momentum oscillator ranging from 0 to 100. It compares the magnitude of recent gains to recent losses.
RSI = 100 − (100 ÷ (1 + RS))
RS = average of up-closes over the period ÷ average of down-closes. Wilder's original 14-period is still the standard. Shorter periods (9, 7) make it more reactive; longer periods (21, 25) smoother.
The classic (and overapplied) reads
- RSI > 70 = "overbought." Price has moved up fast.
- RSI < 30 = "oversold." Price has moved down fast.
Why "overbought / oversold" is misleading
In ranging markets, RSI 70/30 levels often mark turning points. Fade signals at extremes work.
In strong trends, RSI can sit above 70 for days or weeks while price continues to rise. Traders who short every RSI 70 signal in a bull market lose systematically.
Correct use:
- Context-dependent. Know your regime (trend vs range) before treating extremes as actionable.
- RSI divergence - price makes a higher high while RSI makes a lower high. This is the more reliable RSI signal, because it captures fading momentum in a way level thresholds can't.
- RSI trend filter - using 50 as the dividing line. RSI > 50 confirms uptrend; RSI < 50 confirms downtrend.
MACD - trend and momentum combined
The Moving Average Convergence Divergence (MACD) combines two EMAs into a single oscillator that captures both trend direction and momentum.
Components
- MACDMACDMomentum indicator based on the difference between two EMAs plus a signal line. Signals on crosses and histogram divergence.Read in glossary → line = 12 EMA − 26 EMA.
- Signal line = 9 EMA of the MACD line.
- Histogram = MACD line − Signal line (shows the distance between them).
Reads
- MACD line crosses above signal line = bullish momentum shift.
- MACD line crosses below signal line = bearish momentum shift.
- MACD above zero = fast EMA above slow EMA = uptrend regime.
- MACD below zero = downtrend regime.
- Histogram growing = momentum strengthening; shrinking = momentum fading.
- MACD divergence - price new high, MACD lower high = momentum fading even as price extends.
Honest assessment
MACD is informative on medium and higher timeframes (daily, 4-hour) in trending instruments. It's noisier and less useful on lower timeframes or in choppy conditions. Divergences are the highest-signal use case; simple crossovers are lagging and often late.
Bollinger Bands - volatility envelopes
Bollinger BandsBollinger BandsMoving average ± N standard deviations. Expanding bands = rising volatility; contracting = squeeze before a move.Read in glossary → plot three lines on the price chart:
- A middle band - typically a 20-period SMA of close.
- An upper band - middle + (2 × standard deviation of price over the period).
- A lower band - middle − (2 × standard deviation).
What they show
- Width (upper − lower) = current volatility. Narrow bands = low volatility (compression). Wide bands = high volatility.
- Position within the bands = where price sits relative to its recent range.
Reads
- Bollinger squeeze - bands contracted tightly = volatility compression. Often precedes an expansion move. Direction of the eventual break is not predicted by the squeeze itself.
- Walking the band - in strong trends, price can track along the upper (or lower) band for many bars. Do not treat touches as reversals.
- Outside-band closes - closes well outside the band on thin volume often mark climactic moves; on heavy volume, they're breakouts.
Honest assessment
Bollinger Bands are useful as a volatility overlay and as a compression-detection tool. They are not a reliable overbought/oversold indicator in trending markets, for the same reason RSI isn't. The price-touching-the-band-equals-reversal interpretation is the most common misuse.
ATR - volatility in price units
The Average True Range (ATR) measures typical range (high minus low, adjusted for gaps) over a lookback period. It is pure volatility - in the same units as price.
TR = max(High − Low, |High − prev Close|, |Low − prev Close|)
Whichever of the three values is largest. Captures gaps by measuring from prior close rather than just current-bar high-low.
ATR = smoothed average of TR over N periods
Typically a 14-period Wilder's smoothed average of TR. ATR has no direction - only magnitude.
The killer use case - stop sizing
ATR normalizes stop sizing across instruments of different volatility. A $0.50 stop on a low-volatility name is wide; the same $0.50 on a volatile biotech is a scratch. Instead:
- Stop distance = 1.5 × ATR (tight, for trend-following in low-vol environments).
- Stop distance = 2 × ATR (standard).
- Stop distance = 3 × ATR (loose, for swing holds through news risk).
This one formula is the single most useful application of any indicator in trading. It does for position sizingPosition sizingThe formula that turns risk dollars and stop distance into shares/contracts/lots. Size = Risk $ ÷ Stop distance.Read in glossary → what regular indicators do for entries - quantifies what your eye was guessing at.
Secondary uses
- Rising ATR = volatility expanding. Adjust risk accordingly.
- Falling ATR = compressing. Breakout watch.
- ATR percentile - is today's ATR high, low, or average for the last 6 months? Context for regime.
VWAP - the institutional anchor
VWAP (Volume-Weighted Average Price) is the average price traded during a session, weighted by volume at each price. Typically computed intraday and reset daily.
VWAP = Σ(Volume × Typical Price) ÷ Σ(Volume)
For each bar, multiply volume by typical price (usually (H+L+C)/3), sum cumulatively through the session, and divide by cumulative volume.
Why it matters
VWAP is the benchmark institutional execution algorithms target. If a pension fund is buying, they'll aim to fill at or below VWAP; selling, at or above. This creates real reactive behavior around the line.
Reads
- Price above VWAP = bullish intraday bias. Institutions buying are getting a premiumPremiumThe price paid (or collected) to enter an options contract. Equal to intrinsic value plus extrinsic (time + volatility) value.Read in glossary →.
- Price below VWAP = bearish intraday bias.
- VWAP as dynamic support/resistance - especially on the first test of the session, VWAP often acts as a meaningful level.
- VWAP bands - some traders plot ±1σ and ±2σ around VWAP for additional reference levels.
Honest assessment
VWAP is one of the most-useful intraday indicators for liquid instruments (index futures, major equities). Less useful for multi-day swings (it resets daily). If you only use one intraday indicator on ES, NQ, or SPY, VWAP is often the pick.
The lag problem - honest framing
Every indicator derived from past prices lags current price. There is no way around this - the math doesn't permit it.
- A 20 EMA responds faster than a 20 SMA, but both lag.
- MACD adds a layer of smoothing and therefore lags more than its component MAs.
- RSI is computed from closing prices over a window - lags by definition.
- Bollinger Bands use a moving average plus standard deviation window - lags.
"Leading indicators" is a marketing term. Nothing computed from past data leads price. Some indicators lag less than others (shorter windows, EMAs vs SMAs), but they all lag.
The honest workflow: use indicators for context (what regime are we in?), filters (should I take this setup or pass?), and sizing (ATR for stops). Use price action and order flow for triggers (when to actually click). Don't confuse the two jobs.
The two rules of indicator use
After a few years, most working traders land on the same two rules:
Rule 1 - Limit to 2 - 3 indicators, from different categories
A trend indicator (moving average), a volatility indicator (ATR), and optionally a momentum indicator (RSI divergence only, not levels) cover 90% of useful indicator context. Stacking 5+ oscillators doesn't improve signal - it multiplies noise and creates analysis paralysis.
Rule 2 - Use indicators to confirm or filter price action, never to substitute
Indicators should answer "does this setup still pass?" or "is the regime appropriate?", not "what setup should I take?" The price action tells you what to do; the indicator tells you whether to do it now.
When a chart has indicators dictating entries and price action as an afterthought, you have the workflow backward. That's where retail over-indicator setups consistently underperform.
Choosing a working indicator kit
For most traders, after 6 - 12 months of practice:
- Trend filter: 50-period SMA (or 50 EMA) on the timeframe you trade. One line. For swing trading, add the 200 on higher timeframes.
- Volatility / stop sizing: 14-period ATR. Not plotted on the chart - used for stop calculation.
- Intraday anchor (day traders): VWAP, reset daily.
- Optional momentum filter: RSI for divergence only, not for 70/30 levels.
Four tools, each doing a distinct job. A working trader can run an entire career off this kit.
What to skip - or at least deprioritize
Common indicators that tend to add noise without adding signal:
- Stochastic Oscillator - essentially redundant with RSI for most purposes.
- CCI (Commodity Channel Index) - momentum with a different formula; similar category to RSI.
- Ichimoku Cloud - rich system with a devoted following, but easy to treat as magic without the underlying discipline. Hard to integrate with the rest of a working framework.
- Parabolic SAR - generates many false signals in ranging markets.
- Fractals / ZigZag - visualization aids, not signals.
- Pivot points (daily / Camarilla / Fibonacci pivots) - useful for some day traders; watch for over-reliance.
- Most paid / proprietary indicators - marketing heavier than math.
None of these are "useless." Several have practitioners who use them well. But for a trader building a core kit, the simple Trend / ATR / VWAP / RSI-divergence set is hard to beat on return-per-complexity.
A worked indicator read
NVDA daily chart.
- 50 SMA: rising, price well above it. Uptrend regime confirmed.
- 200 SMA: rising, price far above. Long-term bullish.
- 14 ATR: $4.50. Means "normal" daily range is ~$4.50; plan stops as ATR multiples.
- 14 RSI: 68. Not technically overbought; comfortable in the upper half (trend continuation).
- RSI at last swing high: 72. Now at a new price high but RSI at 68 - slight bearish divergence.
Read:
- Uptrend intact; regime is long-bias.
- Slight RSI divergence = mild warning, not a short signal.
- For a long entry on pullback, stop at 2 × ATR = $9 below entry.
- Continue trend-following, but size down slightly due to divergence warning.
That's four indicator values giving four pieces of context - trend regime, volatility for sizing, momentum level, and a divergence warning. No indicator is telling you to trade. They're filtering and sizing a decision the price action drives.
Common questions
Which single indicator should I start with? A 50-period moving average on your main timeframe. Nothing else. Watch it for weeks. Get used to how price interacts with it. Add other indicators only when you have a specific question they answer.
Is RSI reliable on crypto? Same rules apply - context-dependent. In strong crypto trends, RSI can stay "overbought" for extended periods. Divergences remain the more useful signal.
What about Fibonacci retracements? Useful for identifying potential pullback levels in trends. They're not an "indicator" in the traditional sense - they're levels drawn based on prior swings. Many traders use 38.2%, 50%, and 61.8% as the watched pullback zones. Don't treat Fib levels as magic; they're pattern-recognition anchors like any other level.
Can I automate a strategy using only indicators? Possible but difficult. Pure-indicator systems suffer from lag and over-fitting. Most robust automated strategies combine price-action structure with indicator filters, not indicator signals alone.
Why do my indicators sometimes give contradictory signals? Because they measure different things (trend vs momentum vs volatility). Contradictions aren't failures - they often correctly describe a transitioning market. Let price action arbitrate.
How long to learn a new indicator? Months of seeing it on charts, not hours of reading. Indicator fluency comes from watching how it behaves in many market conditions - not from memorizing textbook rules.
Key takeaways
- Four indicator categories: trend, momentum, volatility, volume. Know which category before adding.
- Every indicator computed from past prices lags current price. Plan for lag; don't pretend it's absent.
- Moving averages (20, 50, 200) - the cleanest trend indicator. Use sparingly; one or two is enough.
- RSI - momentum in a 0 - 100 range. Overbought/oversold levels mislead in trending markets. Divergences are the high-signal use case.
- MACD - trend + momentum combined. Divergences meaningful; simple crossovers lagging.
- Bollinger Bands - volatility envelopes. Best for compression detection; misleading as overbought/oversold.
- ATR - volatility in price units. Its killer use is stop sizing: stop distance = 1.5 - 3 × ATR.
- VWAP - intraday institutional anchor. Particularly useful for day trading liquid index futures and equities.
- Two rules: limit to 2 - 3 indicators from different categories; use them to filter/confirm price action, never substitute for it.
- A working kit: 50 SMA (trend), ATR (sizing), VWAP (intraday anchor), RSI divergence (momentum warning). Four tools; career-capable.
- Over-indicator setups consistently underperform. Cockpit charts are a sign of confusion, not sophistication.
That completes the Technical Analysis track - foundations, price action, candlesticks, S/RR-multipleThe dollar amount risked on a trade. Every outcome is measured in R: a 2R winner made twice the risked amount.Read in glossary →, trends, gaps, breakouts, chart patterns, volume, and indicators. You now have the full TA toolkit to pair with the Intro to Trading and Order Flow curricula. From here: applied session playbooks, strategy design, and the psychology / risk curriculum that turns these tools into a durable trading practice.
Related lessons
Technical Analysis Foundations
Why studying the chart works (and when it doesn't), the three Dow principles every trader still uses, the split between price action and indicators, and the honest limits of reading past price to forecast future price.
Price Action Fundamentals
The seven building blocks of pure price reading - candles, support and resistance, trends, gaps, breakouts, chart patterns, and volume. How each one carries signal, the common misreads, and the working order you should learn them in.
Reading Candlesticks
Body, wick, open, close - and every named pattern built from them. Doji, pin bar, engulfing, hammer, morning star, three white soldiers, and the reading framework that stops you from trading isolated patterns without context.
