Indicators Overview
9 min read
Survey the most common trading indicators, understand what they really tell you, and learn their limitations.
9 min read
Survey the most common trading indicators, understand what they really tell you, and learn their limitations.
A trading indicator is a mathematical function applied to price (and sometimes volume) that re-expresses the chart in a smoothed or normalized form — RSI, MACD, moving averages, Bollinger Bands, ATR. Indicators don't predict; they summarize what already happened.
But here’s the truth: indicators lag — for the reason explained in Technical Analysis Basics: every TA tool is computed from past price. They don’t predict—they summarize.
Used correctly, indicators can add confluence to your price action and structure analysis. Used blindly, they become a trap that makes traders late, overconfident, or confused.
In this post, you’ll learn:
Indicators are mathematical formulas applied to price and/or volume data.
They take historical information and transform it into visual insights, often about:
Key fact: All indicators are functions of price (and sometimes volume). They cannot add information that isn’t already in the chart — they only re-express it through a smoothing or normalization lens. The only thing they "tell you" is what your eyes could already see, slower. They are reactive, not predictive.
Think of indicators as summaries—not instructions.
Use MAs to confirm structure—not to enter alone.
RS = avg gain / avg loss over N periods
RSI = 100 - 100 / (1 + RS)
where avg gain = Wilder-smoothed average of up-closes, avg loss = Wilder-smoothed average of down-closes, N = lookback periods (default 14)
| Regime | Overbought zone | Oversold zone | How to read |
|---|---|---|---|
| Range | above 70 | below 30 | Mean-reversion candidate |
| Strong uptrend | above 70 normal | 40 (Brown floor) | Above 70 is not a sell signal |
| Strong downtrend | 60 (Brown ceiling) | below 30 normal | Sub-30 can persist for weeks |
Best used for divergence + structure (e.g., RSI makes lower high while price makes higher high = potential bearish shift).
MACD = EMA(12) - EMA(26)
Signal = EMA(9) of MACD
Histogram = MACD - Signal
where EMA(n) = exponential moving average over n bars, Histogram = early-warning of MACD/Signal cross
Use MACD as confirmation—after you have structure, bias, and a setup.
Use Bollinger for stretch and regime — not as a buy/sell trigger.
ATR answers "how far?" — never "which way?"
| Category | Examples | Default Params | Best For | Failure Mode |
|---|---|---|---|---|
| Trend | MA, MACD | MA(50, 200); MACD(12, 26, 9) | Confirming direction | Lag, whipsaw in chop |
| Momentum | RSI, Stochastic | RSI(14, 30/70) | Exhaustion, divergence | Stays stretched in trends |
| Volatility | Bollinger Bands, ATR | BB(20, 2σ); ATR(14) | Stop sizing, regime detection | Doesn't tell direction |
| Volume | OBV, VWAP, CVD | session-anchored | Conviction confirmation | Quiet on synthetic flow |
Let’s break this down simply:
That’s not a problem if you already have:
Then indicators can add extra confluence or confidence—but not direction.
Indicators are tools—not strategies.
No. Every indicator is a function of past price (and sometimes volume) — they re-express what already happened in a smoothed or normalized form. They are reactive, not predictive, and cannot add information that isn't already in the chart.
It depends on regime. In a range, RSI > 70 is a mean-reversion candidate. In a strong uptrend, RSI > 70 is normal and not a sell signal — strong trends can hold above 70 for weeks. Always condition on structure first.
The canonical setting introduced by Gerald Appel is 12, 26, 9: MACD = EMA(12) − EMA(26), signal = EMA(9) of MACD, and histogram = MACD − signal.
An indicator uses the last X candles to calculate its output, so by the time it reacts, price has already moved. If you wait for an indicator to confirm an entry, you are by construction late to the move it is summarizing.
No. You can trade purely from market structure, liquidity, and price action. Indicators are optional confluence — useful as a second opinion, never as a strategy on their own.
You don’t need indicators to trade—but they can be useful.
The right mindset is:
“I understand what price is doing. Let’s see if RSI or MACD agrees.”
Not:
“RSI says buy, so I’m buying.”
Your edge still comes from:
Everything else—including indicators—is secondary.
In this module: You've covered TA basics and the technical-vs-fundamental split. Indicators are tool 3 of 5. Next, Chart Patterns and Price Action shows you the structure indicators are summarizing — and Market/Volume Profile shows you the liquidity context they ignore.