Technical Indicators Explained: What They Measure and What They Cannot

Every indicator is a transformation of price and volume. None contains new information. Knowing what each one measures prevents most indicator mistakes.

5 min readBeginnerUpdated September 16, 2026

At a glance

What an indicator is
A formula applied to price and volume history
What it is not
A prediction or a source of new information
Four categories
Trend, momentum, volatility, and volume
Practical maximum
Two or three, each measuring something different

Key takeaways

  • Indicators compress price history into a single number. They cannot contain information that is not already in the price series.
  • Most popular indicators fall into four categories, and using several from the same category adds delay rather than insight.
  • Every indicator lags to some degree, because every indicator is computed from past data. "Leading" indicators lead only in the sense of oscillating faster.
  • An indicator becomes a strategy only when attached to a specific action, a specific exit, and a position size.
  • The parameter matters less than robustness: a rule that works only at one setting has been fitted to history.

What an indicator actually is

A technical indicator is arithmetic applied to a price series. A 50-day moving average is the mean of the last 50 closes. RSI is a ratio of average gains to average losses. MACD is the difference between two exponential averages. None of these observes anything the price chart does not already contain; they reorganise it so that a particular property becomes easier to see or to code.

That framing resolves most confusion. Indicators do not predict. They summarise. Their value is that a summary can be tested mechanically, whereas "the trend looks strong" cannot.

The four categories

CategoryMeasuresExamplesTypical use
TrendDirection and persistenceMoving averages, MACD, ADX, SupertrendRegime filters, entries in trend systems
Momentum / oscillatorsSpeed and extremity of recent movementRSI, Stochastic, rate of changeMean reversion triggers, overbought and oversold
VolatilityMagnitude of movementATR, Bollinger Bands, KeltnerStop placement, position sizing, breakout filters
VolumeParticipationOBV and volume tools, VWAPConfirmation, execution benchmarks

A well-constructed strategy typically uses at most one from each relevant category: for example, a moving average for trend context, ATR for stop distance and sizing, and possibly RSI for timing. Adding a second momentum oscillator alongside the first adds a correlated, delayed copy of the same information.

Lag, smoothing, and the trade-off

Every indicator computed from past data lags. Smoothing reduces noise and increases lag; shortening the lookback reduces lag and increases false signals. There is no setting that removes both, and every claim of a lag-free indicator is a claim about how the lag has been redistributed rather than eliminated.

Simple moving average of length N
   Average lag  = (N - 1) / 2 periods
   SMA(50)      = about 24.5 periods of lag

Exponential moving average with smoothing alpha
   Equivalent N = 2/alpha - 1
   EMA(50)      = similar lag, weighted toward recent data

Faster response always means more whipsaws.
The choice is not lag versus no lag.
It is lag versus false signals.
Approximate lag for common smoothing methods.

Turning an indicator into a rule

  1. 1

    State what the indicator measures

    For example: "RSI(2) below 10 means the last two days were unusually weak relative to recent history."

  2. 2

    State why that should matter

    Connect it to a market mechanism: short-term overreaction, liquidity demand, or trend persistence. Without a mechanism, you are testing a shape.

  3. 3

    Define the action precisely

    Entry condition, on which bar, at what price. "Buy when RSI is low" is not a rule; "buy at the close when RSI(2) closes below 10" is.

  4. 4

    Define the exit and the stop

    The indicator rarely provides both. Most strategies use the indicator for entry and something else, such as a time stop or ATR stop, for exit.

  5. 5

    Test across a parameter range

    Vary the lookback and threshold. A genuine effect shows a plateau; a fitted one shows a spike at one setting.

  6. 6

    Test across instruments and periods

    If the rule works only on one instrument in one decade, it is an artefact. Effects driven by participant behaviour should appear broadly.

The five common indicator mistakes

  1. Stacking correlated indicators. RSI, Stochastic, and MACD frequently agree because they measure overlapping properties. Three confirmations from one category is one confirmation.
  2. Optimising the settings. Searching for the parameter that performed best is overfitting. Prefer conventional values and require robustness across neighbours.
  3. Using oscillators as standalone signals in trends. Overbought readings persist for months in strong trends. Oscillator extremes need a trend filter or a reversion context.
  4. Ignoring what the indicator cannot see. No indicator knows about earnings tomorrow, a merger announcement, or a liquidity crisis.
  5. Confusing an indicator with an edge. The indicator is a measurement device. The edge, if any, comes from the market behaviour the measurement captures.

Frequently asked questions

What is the best technical indicator?

There is no best indicator, because indicators are measurement tools rather than sources of edge. If forced to choose two for a complete strategy, a moving average for trend context and ATR for volatility-based stops and sizing cover the most ground, because they inform the decisions that matter most: whether to trade and how large.

How many indicators should I use?

Two or three, each measuring a different property. Beyond that, additional indicators are usually correlated with the ones you already have, which creates an illusion of confirmation while adding lag. If two indicators disagree frequently, you need a rule for which wins, decided in advance.

Do indicators work in all markets?

The calculations work anywhere, but the parameters must change. A 14-period RSI on daily crypto data behaves very differently from the same setting on daily bond futures, because the underlying volatility and mean-reversion characteristics differ. Always recalibrate rather than assuming transferability.

Are custom or proprietary indicators better?

Rarely. Most proprietary indicators are recombinations of standard calculations, and novelty is not an edge. The risk is higher too: a custom indicator with several tunable parameters is an efficient way to fit historical noise. Prefer simple, well-understood measures whose behaviour you can reason about.

Should I use default indicator settings?

Default settings such as RSI(14) and MACD(12,26,9) are reasonable starting points precisely because they are not optimised to your data. Test whether results hold across a range around them. If your strategy only works at a specific unusual setting, treat that as evidence against the strategy rather than as a discovery.

Test this idea before you trade it

Describe the rules in plain language and AlgoTrader AI turns them into a structured strategy blueprint with a configurable historical backtest, cost assumptions, and exportable code.

Build a backtest

Keep reading

Referenced by

Educational use only. This guide explains how a strategy works. It is not investment advice, not a recommendation, and no result described here is a forecast. Test any approach on historical and out-of-sample data, size positions conservatively, and never risk money you cannot afford to lose.