On this page
Accumulation Distribution Line: Smarter Volume Reading
The Accumulation/Distribution Line is a cumulative volume indicator that weights each day's volume by where the close sat inside the day's high-low range. It aims to measure whether money is flowing into or out of a security more precisely than a pure up-day, down-day rule.
Key Takeaways
- The A/D Line multiplies each day's volume by a money flow multiplier based on close position in the high-low range, giving partial credit rather than all-or-nothing.
- A close at the absolute high gives a +1 multiplier; a close at the absolute low gives -1; a mid-range close contributes nothing.
- Divergence, price rising while the A/D Line falls, is the primary signal and suggests distribution is quietly offsetting apparent buying in price.
- The A/D Line ignores overnight gaps entirely, since the multiplier only uses the current bar's range.
Key Takeaways
- The A/D Line multiplies each day's volume by a money flow multiplier based on close position in the high-low range, giving partial credit rather than all-or-nothing.
- A close at the absolute high gives a +1 multiplier; a close at the absolute low gives -1; a mid-range close contributes nothing.
- Divergence, price rising while the A/D Line falls, is the primary signal and suggests distribution is quietly offsetting apparent buying in price.
- The A/D Line ignores overnight gaps entirely, since the multiplier only uses the current bar's range.
What It Is
The indicator was developed by Marc Chaikin as a refinement of earlier volume-based work such as On-Balance Volume. Like OBV, the A/D Line is a running sum. Unlike OBV, it does not treat all up days and all down days equally. Instead, it scales each day's volume by a multiplier that reflects where price closed within the day's range.
A close near the high gets nearly all of the day's volume added to the line. A close near the low gets nearly all of the day's volume subtracted. A close near the middle contributes very little in either direction. The result is a more granular picture of buying and selling pressure than OBV provides.
The Intuition
OBV's all-or-nothing rule has a well-known weakness. If a stock opens up 4 percent, sells off all day, and closes just barely above the prior close, OBV still adds the entire day's volume as buying pressure, even though the day's tape was clearly distributive. The A/D Line tries to fix that by looking inside each bar.
The core idea: a close in the upper half of the day's range is bullish, a close in the lower half is bearish, and the strength of that signal scales linearly with how far from the midpoint the close finished. That single intra-bar adjustment is the entire difference in spirit between OBV and the A/D Line.
How It Works
The calculation is a three-step process.
Step 1. Compute the Money Flow Multiplier, which sits between -1 and +1:
MFM = ((Close - Low) - (High - Close)) / (High - Low)
When the close equals the high, MFM is +1. When the close equals the low, MFM is -1. A midpoint close gives zero.
Step 2. Compute the period's Money Flow Volume:
MFV = MFM * Volume
Step 3. Add it to the running total:
A/D Line = Previous A/D Line + MFV
Variables:
- Close, High, Low, Volume are the standard OHLCV values for the bar.
- The starting value of the A/D Line is arbitrary, so only its slope and shape matter.
If High equals Low (a zero-range bar), the multiplier is undefined and most platforms carry the previous A/D value forward unchanged for that bar.
Worked Example
Assume two days of data.
Day 1: High 102, Low 98, Close 101, Volume 1,000,000. MFM = ((101 - 98) - (102 - 101)) / (102 - 98) = (3 - 1) / 4 = 0.50 MFV = 0.50 * 1,000,000 = +500,000 A/D Line (from 0): +500,000
Day 2: High 103, Low 99, Close 99.5, Volume 1,200,000. MFM = ((99.5 - 99) - (103 - 99.5)) / (103 - 99) = (0.5 - 3.5) / 4 = -0.75 MFV = -0.75 * 1,200,000 = -900,000 A/D Line: 500,000 - 900,000 = -400,000
Note what happened. Day 2 closed above the previous close (99.5 vs the prior 101 is actually down, but imagine a case where it closed at 100.1). OBV would have added the full 1.2 million. The A/D Line instead subtracted 900,000 because price spent most of the day in the lower half of its range. That is the whole philosophical difference.
Common Mistakes
-
Confusing the A/D Line with OBV. They look similar and often move together, but they disagree on days with wide ranges and weak closes. The A/D Line weights by where inside the bar the close landed; OBV only cares whether the close was up or down. On gap-and-fade days they can point in opposite directions, which is usually the A/D Line's best moment.
-
Reading the absolute level. Like OBV, the A/D Line's starting value is arbitrary. The number on the y-axis has no standalone meaning. Watch the slope and compare highs and lows in the line to highs and lows in price. That is where divergence lives.
-
Trusting the multiplier on narrow-range bars. When the high-low range is tiny, the denominator shrinks and the multiplier can swing dramatically off a one-cent shift in the close. On quiet days the indicator can look jumpy for reasons that have nothing to do with real flow.
-
Ignoring gaps. The A/D Line uses only the current bar's range, so a large overnight gap never enters the formula. A stock that gaps up and closes unchanged on the day will show close to zero Money Flow Volume, even if the gap itself was enormous. Pair the indicator with a gap-aware tool if overnight moves matter.
-
Using it alone to time entries. The A/D Line is a confirmation and divergence tool, not a trigger. It answers "is volume confirming this move?" and "is pressure starting to fade?" For actual entry and exit timing, combine it with price structure or a momentum indicator.
Frequently Asked Questions
Q: What is the Accumulation/Distribution Line in simple terms? The A/D Line is a running total where each day's volume is scaled by a number between -1 and +1, depending on whether the close was near the high, the low, or the midpoint of the day's range. Rising line means more volume is closing near highs; falling line means more closes near lows.
Q: How does the A/D Line affect investment decisions? It identifies whether smart money is quietly accumulating or distributing while price stays range-bound. A stock with flat price action but a steadily rising A/D Line suggests buyers are absorbing supply, which can precede an upside breakout.
Q: What is a real-world example of an A/D Line signal? A stock's price hits a new 52-week high but the A/D Line is below its high from two months ago. That bearish divergence, price up, volume confirmation missing, warned that the rally lacked the broad buying participation needed to sustain the move, and price subsequently pulled back.
Q: How can investors use the A/D Line practically? Compare the A/D Line's highs and lows to price highs and lows for divergence. A simple rule: treat the A/D Line as a confirmation tool only, if price is rising and A/D is also rising, the move has volume support; if they diverge for more than a few weeks, reassess the trade.
Q: How is the A/D Line different from OBV? OBV labels an entire day's volume as either all-positive or all-negative based on the close direction. The A/D Line scales volume by where inside the day's range the close landed. On gap-and-fade days, price opens up but sells off all session, closing barely positive, OBV adds full volume but A/D would subtract most of it.
Sources
- StockCharts ChartSchool. "Accumulation/Distribution Line." https://chartschool.stockcharts.com/table-of-contents/technical-indicators-and-overlays/technical-indicators/accumulation-distribution-line
- StockCharts MailBag. "How can OBV and the Accumulation-Distribution Line be so Different?" https://stockcharts.com/articles/mailbag/2015/03/how-can-obv-and-the-accumulation-distribution-line-be-so-different-wvideo-.html
- Investopedia. "Accumulation/Distribution Indicator (A/D)." https://www.investopedia.com/terms/a/accumulationdistribution.asp
- Fidelity Learning Center. "Accumulation/Distribution." https://www.fidelity.com/learning-center/trading-investing/technical-analysis/technical-indicator-guide/accumulation-distribution
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.