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
| Category | Measures | Examples | Typical use |
|---|---|---|---|
| Trend | Direction and persistence | Moving averages, MACD, ADX, Supertrend | Regime filters, entries in trend systems |
| Momentum / oscillators | Speed and extremity of recent movement | RSI, Stochastic, rate of change | Mean reversion triggers, overbought and oversold |
| Volatility | Magnitude of movement | ATR, Bollinger Bands, Keltner | Stop placement, position sizing, breakout filters |
| Volume | Participation | OBV and volume tools, VWAP | Confirmation, 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.Turning an indicator into a rule
- 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
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
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
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
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
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
- Stacking correlated indicators. RSI, Stochastic, and MACD frequently agree because they measure overlapping properties. Three confirmations from one category is one confirmation.
- Optimising the settings. Searching for the parameter that performed best is overfitting. Prefer conventional values and require robustness across neighbours.
- 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.
- Ignoring what the indicator cannot see. No indicator knows about earnings tomorrow, a merger announcement, or a liquidity crisis.
- 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 backtestKeep reading
- IndicatorsMoving Averages Explained: SMA, EMA, and How to Use Them
- IndicatorsRSI Indicator Strategy: Beyond Overbought and Oversold
- IndicatorsATR Indicator Guide: The Most Useful Number in Risk Management
- IndicatorsMACD Indicator Strategy: What It Really Shows
- IndicatorsBollinger Bands Strategy: Volatility Bands That Adapt
- BacktestingOverfitting in Trading: How Backtests Lie
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.