Skip to content
On this page
  1. Key Takeaways
  2. What It Is
  3. The Intuition
  4. How It Works
  5. Worked Example
  6. Common Mistakes
  7. Frequently Asked Questions
  8. Sources
  9. Disclaimer
← All concepts
Technical AnalysisIntermediate5 min read

Average Directional Index: Measure Trend Strength

The Average Directional Index, usually written ADX, measures how strong a trend is without telling you which direction it runs. It was created by J. Welles Wilder Jr. and published in his 1978 book *New Concepts in Technical Trading Systems*, the same book that introduced RSI and ATR.

Key Takeaways

  • ADX measures trend strength on a 0–100 scale; above 25 generally confirms a trend is present and worth trading with trend-following tools.
  • ADX never tells you direction, a rising ADX with -DI above +DI means a strengthening downtrend, not an uptrend.
  • Very high ADX readings above 50 often mark late-stage trends where much of the move has already occurred.
  • When ADX stays below 20, trend-following strategies typically lose money; mean-reversion or range tools work better instead.

Key Takeaways

  • ADX measures trend strength on a 0–100 scale; above 25 generally confirms a trend is present and worth trading with trend-following tools.
  • ADX never tells you direction, a rising ADX with -DI above +DI means a strengthening downtrend, not an uptrend.
  • Very high ADX readings above 50 often mark late-stage trends where much of the move has already occurred.
  • When ADX stays below 20, trend-following strategies typically lose money; mean-reversion or range tools work better instead.

What It Is

ADX is one line plotted on a 0 to 100 scale beneath the price chart. On its own it says nothing about whether prices are going up or down. It only tells you whether there is a coherent trend at all, and how strong that trend is.

ADX is usually shown with two companion lines, the positive directional indicator (+DI) and the negative directional indicator (-DI). Together, the three lines form the Directional Movement System, sometimes abbreviated DMI. +DI and -DI provide the direction; ADX provides the strength.

The Intuition

Trend-following strategies work in trending markets and lose money in choppy ones. Mean-reversion strategies do the opposite. Before you apply either style of rule, you want to know which regime you are in.

Wilder built ADX to answer that question mechanically. His insight was that trends show up as a persistent imbalance between up-moves and down-moves from one bar to the next. If most of today's range is new ground above yesterday's high, buyers are in charge. If most of it is new ground below yesterday's low, sellers are. When those imbalances compound over time, ADX rises. When bars overlap with little net progress in either direction, ADX falls.

A rising ADX means "whatever direction price is moving, it is moving with conviction." A falling or low ADX means "price is drifting or chopping."

How It Works

The calculation has three stages. First, compute the directional movement for each bar:

+DM = max(High - PrevHigh, 0)    if High - PrevHigh > PrevLow - Low
-DM = max(PrevLow - Low, 0)      if PrevLow - Low > High - PrevHigh

Only one of +DM or -DM is non-zero on any given bar. Next, smooth +DM, -DM, and True Range (TR) using Wilder's 14-period smoothing and convert them into directional indicators:

+DI = 100 * Smoothed(+DM) / Smoothed(TR)
-DI = 100 * Smoothed(-DM) / Smoothed(TR)

Finally, compute the Directional Index (DX) from the two DI lines and smooth it to get ADX:

DX  = 100 * |(+DI) - (-DI)| / ((+DI) + (-DI))
ADX = Wilder smoothed average of DX over 14 periods

The absolute value in DX is what strips out direction. Whether +DI is much larger than -DI or the other way around, DX captures the same magnitude of imbalance. ADX just smooths that number.

The standard parameter is 14. Wilder recommended it, and most charting platforms still default to it.

Worked Example

Suppose on a given day +DI is 30 and -DI is 10. The bulls are clearly in charge, but how strongly is the trend developing?

DX = 100 * |30 - 10| / (30 + 10)
DX = 100 * 20 / 40
DX = 50

A DX of 50 is high, but ADX is the smoothed average of DX values, so one spike does not lift ADX to 50 right away. After two weeks of similar readings, ADX might climb from 22 to 35. That move from below 25 into the mid-30s is the signal: a trend has started and is gaining strength.

The common reading rules on ADX itself:

  • Below 20: weak or no trend. Favour range-bound tactics.
  • 20 to 40: trend is present. Above 25 is the usual confirmation level.
  • 40 to 50: strong trend. Trend-following strategies work well here.
  • Above 50: very strong trend, often close to exhaustion.

The +DI and -DI lines separately give you the direction. ADX above 25 with +DI above -DI is a strong uptrend. ADX above 25 with -DI above +DI is a strong downtrend.

Common Mistakes

  1. Reading ADX as a direction signal. This is the single most common error. A rising ADX does not mean "buy." It means the current trend, whichever way it points, is getting stronger. If -DI is above +DI and ADX is rising, the thing getting stronger is a downtrend. Always check the DI lines before assigning direction.

  2. Using ADX on range-bound assets. In sideways markets, ADX stays below 20 for long stretches. Trying to force trend-following entries while ADX is low leads to repeated whipsaws. When ADX is flat and low, step back or use mean-reversion tools instead.

  3. Missing peak ADX. Very high ADX readings, say above 50, often mark late-stage trends rather than fresh ones. A trend that has already run hard is not always the safest one to join. Pair ADX peaks with price action, not with eager entries.

  4. Ignoring ADX turns. The level of ADX matters, but so does its slope. ADX rolling over from 40 down to 30 while still above the trend threshold is an early warning that the trend is losing force, even though the reading is still "high."

  5. Changing the period without thought. Shorter ADX periods like 7 give faster but noisier signals; longer ones like 21 filter noise but lag more. The 14-period default is a sensible starting point for most daily charts. Drifting off it without a specific reason usually costs more than it gains.

Frequently Asked Questions

Q: What is the average directional index in simple terms? ADX is a single line from 0 to 100 that answers one question: is price trending or drifting? A reading above 25 says a trend is present. Below 20 says the market is chopping sideways. It says nothing about whether the trend is up or down.

Q: How does ADX affect investment decisions? It determines which type of strategy to use. When ADX is above 25 and rising, trend-following tools like moving average crossovers work well. When ADX is below 20, switch to range tactics or stand aside to avoid whipsaws.

Q: What is a real-world example of ADX in use? After a range-bound month with ADX at 15, a stock breaks out with volume and ADX starts rising toward 30. That rising ADX confirming a new trend gives additional confidence that the breakout is real and trend-following entries make sense.

Q: How can investors use ADX practically? Use ADX as a strategy selector, not as a buy or sell signal. A simple rule: only apply trend-following entries when ADX is above 25 and rising; when ADX is flat and below 20, use range tactics or wait for a new trend to develop.

Q: How is ADX different from RSI? RSI measures momentum, the ratio of recent gains to losses, and sits on an absolute 0–100 scale. ADX measures directional strength, capturing how consistently price is pushing in one direction, without regard to which direction or whether gains are large or small.

Sources

  1. StockCharts ChartSchool. "Average Directional Index (ADX)." https://chartschool.stockcharts.com/table-of-contents/technical-indicators-and-overlays/technical-indicators/average-directional-index-adx
  2. Fidelity Viewpoints. "Average directional index: ADX." https://www.fidelity.com/viewpoints/active-investor/average-directional-index-ADX
  3. Wilder, J.W. (1978). New Concepts in Technical Trading Systems. Trend Research. https://archive.org/details/newconceptsintec00wild
  4. Corporate Finance Institute. "ADX Indicator - Technical Analysis." https://corporatefinanceinstitute.com/resources/career-map/sell-side/capital-markets/adx-indicator-technical-analysis/

Disclaimer

This article is educational content only and is not financial advice. Nothing here is a recommendation to buy, sell, or hold any security. Consult a licensed advisor before making investment decisions.

Back to your knowledge path

The IWP Substack

You understand the concept. Now see it applied.

The Investing With Purpose Substack turns ideas like this into research and risk-managed trade plans on real stocks, updated every week.

Read on Substack (opens in a new tab)

Related concepts