Why indicators lag, and why one or two beats ten
Lesson 22 · about 6 min
Every indicator on your platform is built from past prices, usually past closes. That means every indicator is, by construction, a summary of what already happened. This lesson makes that concrete, then explains why stacking more of them makes you worse at reading charts, not better.
Lag is arithmetic, not a flaw
A 20-period moving average includes the close from 20 candles ago. When price turns today, that 20-candle-old close is still in the average, pulling it the old direction. The average cannot turn until enough new closes have replaced the old ones. That takes candles. There is no setting that fixes it; a shorter average lags less but reacts to every wiggle, and a longer one is smoother but slower. You are trading noise for delay.
Here is the delay in numbers. A stock rises steadily, then reverses sharply:
| Day | Close | 5-SMA | Direction of price | Direction of SMA |
|---|---|---|---|---|
| 1 | 50 | up | ||
| 2 | 51 | up | ||
| 3 | 52 | up | ||
| 4 | 53 | up | ||
| 5 | 54 | 52.0 | up | up |
| 6 | 52 | 52.4 | down | up |
| 7 | 50 | 52.2 | down | down (barely) |
| 8 | 48 | 51.4 | down | down |
| 9 | 47 | 50.2 | down | down |
Price reversed on day 6. The 5-SMA was still rising on day 6 and only clearly turned on day 8. That is a two-candle lag on the shortest useful average. A 20-SMA would take far longer. RSI and MACD, being built from the same closes, inherit the same delay.
Meanwhile, the candle on day 6 (open 54, close 52, a big red body after four green ones) told you about the reversal immediately. The swing high at 54 was visible as soon as day 7 closed lower. Structure leads; indicators follow.
What lag costs
If you enter on an indicator signal, you enter after the move has started. If you exit on an indicator signal, you exit after the reversal has started. Both are late by the same number of candles. In a long trend, being a few candles late does not matter much. At a turning point, those few candles are where a large share of the profit lives, or where a small loss becomes a large one.
This is why every serious price action trader uses structure and levels for timing and, at most, uses indicators as confirmation. Confirmation is allowed to be late. Timing is not.
Key idea: Indicators are computed from past closes, so they can only describe the past, with a delay proportional to their length. Candles and swing points show a reversal first. Use indicators to confirm what structure already shows, never to time entries or exits on their own.
Why more indicators make you worse
New traders discover that one indicator is unreliable and conclude they need more. They add RSI, then MACD, then stochastics, then Bollinger Bands, then a couple more moving averages, and end up with six panels under the chart. Three problems follow.
They are the same information. RSI, MACD, stochastics, rate of change, and a dozen others are all functions of the last N closes. When price rises steadily, all of them say "rising." When price reverses, all of them lag by a similar amount. Six agreeing indicators are one piece of evidence, counted six times. It feels like confirmation. It is repetition.
They will always disagree somewhere. With six indicators there is always one that says "not yet." Beginners use that as a reason to hesitate, and hesitate on every trade, including the good ones. Then, when they finally trade, it is because all six agreed, which happens only after the move is well underway. The stack of indicators turns into a machine for entering late and skipping early.
They crowd out the chart. Six panels take up half the screen. The candles get compressed into a strip. You stop seeing wicks and bodies and start watching lines cross. The information that leads (the candles) is now the smallest thing on the display.
Ten-indicator screen Two-indicator screen
+-----------------------------+ +-----------------------------+
| tiny candles | | |
+-----------------------------+ | candles, large, with |
| RSI ~~~~~~~~~ | | the 20 and 50 MA and |
+-----------------------------+ | three horizontal levels |
| MACD ---===--- | | |
+-----------------------------+ | |
| Stoch ~~~~~~~~~ | | |
+-----------------------------+ | |
| CCI ---~~~--- | +-----------------------------+
+-----------------------------+ | volume ## ### ## ##### |
| ADX / OBV / ROC / ... | +-----------------------------+
+-----------------------------+
A sane setup
For a beginner who has finished this course:
- Candles, large enough to read wicks.
- One or two moving averages, for dynamic support in trends. The 20 and 50 are fine.
- Volume, for grading breakouts and spotting climaxes.
- Your three to five horizontal levels.
- Optionally, VWAP if you trade intraday.
- Optionally, one oscillator (RSI or MACD, not both) if you find the pace read helpful.
That is the whole display. If a new indicator does not answer a question you could not already answer from the candles, do not add it. If you add one, remove one. The goal is a chart you can read in five seconds.
Try it: Screenshot your current chart layout. Count the indicators. Then rebuild it with only the list above. Trade both layouts on a simulator or replay for a week. Notice which one you actually make decisions from; it is almost always the candles, and the rest was decoration.
Recap
- Indicators are computed from past closes and lag by a delay proportional to their length. There is no setting that removes it.
- Candles and swing points show reversals first; indicators confirm later.
- Multiple oscillators are the same information repeated; they do not add evidence, they add hesitation.
- Extra indicator panels shrink the candles, which are the part of the chart that leads.
- Use candles, one or two MAs, volume, a few levels, and optionally one oscillator. Add nothing that does not answer a question the candles cannot.
See it drawn
Original diagrams for the ideas on this page. Illustrative, not real market data.