obsidiate.
Technical analysis
IntermediateLesson 9 of 106 min read

What indicators can’t see

Every indicator on your chart is a transformation of data you already have. That single sentence contains most of what this lesson needs to say, and it is remarkable how much trading behavior ignores it. An indicator cannot know anything the price and volume series do not contain; it can only restate the past in a shape your eye finds easier to parse. That restating is genuinely valuable — humans are bad at eyeballing rates of change — but it sets a hard ceiling on what any combination of indicators can deliver, and most indicator disappointment comes from expecting something above that ceiling.

Four structural limits do most of the damage: lag, shared ancestry, overfitting, and repainting. None of them is fixable with better settings, because none of them is a settings problem.

Lag: the past, summarized late

Indicators are computed from completed bars, and most smooth several of them, so every reading describes a market that no longer exists. A 14-period RSI on a daily chart is a statement about the last two to three weeks; a MACD crossover reports a momentum shift that began well before the lines touched. Reducing lookbacks reduces lag but amplifies noise in exact proportion — there is no setting where you get smooth and current simultaneously, only a slider between late and jumpy. The practical consequence: indicators are best at confirming and contextualizing, structurally poor at anticipating, and worst precisely at turning points — the moments traders most want their help.

Shared DNA: five witnesses, one story

Here is the quiet failure mode of the five-indicator chart: RSI, MACD, stochastics, momentum, and rate-of-change are all arithmetic on the same closing prices. When the market has rallied for ten days, all five will say so, in five dialects, simultaneously. That chorus feels like overwhelming confirmation, but it carries barely more information than any single voice — agreement among correlated witnesses is cheap. Real diversification of evidence means inputs with different ancestry: volume (participation, not price), market structure and levels (positioning memory), relative behavior versus a related instrument, or simply the higher timeframe’s context. Two genuinely independent confirmations outweigh five rephrasings, and knowing the difference is half of indicator literacy.

Audit your chart: for each indicator, name the raw input it is computed from. If the answer is “closing price” more than twice, you are not cross-checking — you are harmonizing.

Overfitting: torturing the backtest

Take any indicator, add adjustable parameters, and optimize them against history, and you will find settings that performed beautifully — a 13-period RSI with thresholds at 68 and 27 that nailed the last two years. The trap is that historical price data contains a great deal of randomness, and a sufficiently flexible search will fit the randomness rather than any repeatable behavior. Curves fitted to noise have no reason to work tomorrow, and characteristically fall apart the moment real money arrives. The defenses are old and unglamorous: prefer fewer parameters, prefer settings that work passably across many instruments and periods over settings that work brilliantly on one, test out-of-sample, and treat any backtest that looks too clean as a bug report on your process. Suspiciously perfect history is usually a description of the past, not an edge in the future.

Repainting: signals that rewrite history

Some indicators recalculate past values as new data arrives — signals appear on live bars, then quietly relocate or vanish once the bar closes or later swings redefine them. Anything built on not-yet-confirmed swing points (many ZigZag and fractal-based tools) repaints by construction, and an unscrupulous strategy chart can look prophetic in hindsight because losing signals literally got erased. The test is simple: watch the indicator live across bar closes, or compare a saved screenshot against the same chart a week later. Anything that edits its past is unusable for decisions, whatever it does for slideshows. A subtler cousin: taking signals from an indicator mid-bar, before the bar closes — the value can still change, so you are effectively trading a repaint of your own making.

What no indicator anticipates

Finally, the outside world. Scheduled releases — earnings, central bank decisions, macro prints — and unscheduled shocks reprice markets in seconds, and no function of past prices contains tomorrow’s announcement. Liquidity events are the same family: in a thin order book, a single large market order can sweep through multiple levels, blowing past zones and triggering stops in one motion, and the indicator panel will explain it to you afterward with its usual calm. None of this makes technical analysis useless; it defines its jurisdiction. Indicators describe the crowd’s behavior between shocks. Risk management — position sizing, stops, awareness of the events calendar — is what handles the shocks themselves, and no oscillator setting substitutes for it.

The practical adjustment is procedural, not technical: know what is scheduled before you size a position, expect spreads to widen and depth to thin around major releases, and accept that a stop is a request, not a guarantee, when price gaps. Traders who internalize this stop blaming the indicator for the headline — and stop carrying full-size positions through events the indicator was never going to see coming.

Key takeaways

  • Indicators restate past price and volume — they cannot contain information the data lacks, and they are weakest exactly at turning points.
  • Lag versus noise is a fixed trade-off; no setting delivers both smooth and current.
  • Multiple indicators on the same input are one opinion in chorus — seek evidence with different ancestry: volume, structure, higher-timeframe context.
  • Optimized parameters that shine on history usually fit noise; prefer robust-everywhere over perfect-once, and verify out-of-sample.
  • Repainting tools and mid-bar signals rewrite their own past — verify live behavior before trusting any signal.
  • News and liquidity shocks are outside every indicator’s jurisdiction; sizing and stops cover what the math cannot.