On this page
Accumulation/Distribution Line: Chaikin's Money Flow Trend
The **accumulation distribution line**, created by Marc Chaikin, is a cumulative volume-flow indicator that tries to measure whether a stock is being accumulated or distributed. It uses the position of each bar's close within its high-low range, scaled by volume, then summed.
Key Takeaways
- The indicator multiplies a close location value by volume to get money flow volume.
- Money flow volume is added to a running total to create the cumulative line.
- A rising line indicates net accumulation; a falling line indicates net distribution.
- The most common error is acting on absolute level rather than direction and divergence.
Key Takeaways
- The indicator multiplies a close location value by volume to get money flow volume.
- Money flow volume is added to a running total to create the cumulative line.
- A rising line indicates net accumulation; a falling line indicates net distribution.
- The most common error is acting on absolute level rather than direction and divergence.
What It Is
The accumulation distribution line, often shortened to ADL or AD line, is a single cumulative series plotted under price. Marc Chaikin designed it to read where each bar closes relative to its range as a sign of who was in control, then weight that read by volume.
ADL is closely related to On-Balance Volume (OBV) but differs in one critical way. OBV assigns the full bar's volume to either accumulation or distribution based on whether close was above or below the prior close. ADL uses a proportional weight based on where in the high-low range the close occurred.
The Intuition
If a stock closes near the top of its daily range, buyers won the day, and large volume on that bar reinforces the signal. If it closes near the bottom of its range, sellers dominated, and again volume confirms.
Chaikin's idea was to capture that intra-bar information rather than reduce each day to a simple up or down compared to the previous close. A doji that opens, runs to a new high, then closes mid-range is ambiguous on a close-to-close basis but tells a clearer story when you look at where the close landed within the bar.
How It Works
There are three steps.
1. Close Location Value (CLV):
CLV = ((Close - Low) - (High - Close)) / (High - Low)
2. Money Flow Volume:
MFV = CLV x Volume
3. Accumulation/Distribution Line:
ADL_t = ADL_t-1 + MFV_t
The CLV ranges from -1 to +1. A close exactly at the high gives +1, a close exactly at the low gives -1, a close at the midpoint gives 0. Multiplying by volume scales the read to the bar's importance.
ADL is cumulative, so its absolute level depends on how long the series has been running. What matters is direction and the relationship between ADL and price.
Standard reads:
- ADL rising while price rising: trend is confirmed.
- ADL rising while price falling: bullish divergence, accumulation building under a pullback.
- ADL falling while price rising: bearish divergence, distribution under a rally.
- ADL flat while price rising: trend may be losing money-flow support.
Worked Example
Take three trading days on a stock.
Day 1: High 52, Low 50, Close 51.6, Volume 1,000,000
CLV = ((51.6 - 50) - (52 - 51.6)) / (52 - 50)
= (1.6 - 0.4) / 2 = 0.60
MFV = 0.60 x 1,000,000 = 600,000
ADL = 600,000
Day 2: High 53, Low 51, Close 51.2, Volume 1,500,000
CLV = ((51.2 - 51) - (53 - 51.2)) / (53 - 51)
= (0.2 - 1.8) / 2 = -0.80
MFV = -0.80 x 1,500,000 = -1,200,000
ADL = 600,000 - 1,200,000 = -600,000
Day 3: High 52, Low 50.5, Close 51.8, Volume 800,000
CLV = ((51.8 - 50.5) - (52 - 51.8)) / (52 - 50.5)
= (1.3 - 0.2) / 1.5 = 0.733
MFV = 0.733 x 800,000 = 586,667
ADL = -600,000 + 586,667 = -13,333
The line whipsawed sharply on Day 2 when a heavy-volume bar closed near the low. Day 3 partly recovered. A trader watching the line would look at the cumulative slope rather than any one bar.
Common Mistakes
- Reading absolute ADL levels. Because ADL is cumulative from an arbitrary start, the level number is meaningless. Only the direction, slope, and relationship to price matter.
- Ignoring gaps. ADL uses the bar's high-low range and ignores the prior close. A large overnight gap that occurs entirely outside today's range never enters the calculation, which can understate real money flow.
- Confusing ADL with OBV. OBV adds full volume each bar in a signed direction; ADL adds a fraction based on close position. The two often disagree on individual bars.
- Using ADL on illiquid stocks. Thin volume makes the line jumpy and unreliable. ADL works best on liquid issues where intraday range and volume are meaningful.
- Reading divergence without confirmation. As with all oscillator-style tools, divergence is only a warning. Wait for price structure to confirm before acting.
Frequently Asked Questions
What is the accumulation distribution line in simple terms? The accumulation distribution line is a running total of money flow that uses where the close sits in each bar's range, weighted by volume. A rising line means buyers are in control; a falling line means sellers are.
How does the accumulation distribution line affect investment decisions? Position traders use the slope and divergence of the AD line to confirm or question price trends. A new price high with a flat or falling AD line is treated as a warning that the rally lacks the money flow that usually supports it.
What is a real-world example of the accumulation distribution line? On a stock making new highs after a long base, the AD line should also be making new highs. If the index sets a new high while the AD line stays well below its prior peak, that bearish divergence has historically preceded meaningful corrections.
How can investors use the accumulation distribution line effectively? Read direction not absolute level, pair it with price structure, and use divergences only as warnings, not entries. Combine with a momentum tool such as MACD for a clearer picture.
How is the accumulation distribution line different from OBV? OBV adds the entire bar's volume in either the positive or negative direction based on whether close is above or below the prior close. The AD line adds a fraction of volume scaled by where the close sits inside the bar's range. AD captures intra-bar detail that OBV ignores.
Sources
- StockCharts ChartSchool. Accumulation/Distribution Line. https://chartschool.stockcharts.com/table-of-contents/technical-indicators-and-overlays/technical-indicators/accumulation-distribution-line
- AAII Journal. The Accumulation/Distribution Line. https://www.aaii.com/journal/article/the-accumulation-distribution-line
- Steema Documentation. CLV (Close Location Value) Function. https://www.steema.com/docs/financialFunctionsRef/clvFunction.htm
- 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.