VolumePine Script v6Built-in Variable

ta.accdist

Accumulation/Distribution Index

Accumulation/distribution index. Measures the cumulative flow of money into and out of a security.

Syntax

Syntax
ta.accdist

Returns

series float

Code Examples

Pine Script v6 Example
//@version=6
indicator("Accumulation/Distribution")
plot(ta.accdist, color=color.yellow)

Trading Applications

Confirm price trends with volume flow

Detect divergences between price and accumulation

Identify institutional buying/selling pressure

Use as a leading indicator for price reversals

Related Functions

Frequently Asked Questions

Generate ta.accdist Code with AI

Skip the manual coding. Use Pineify's AI Coding Agent to generate Pine Script code using ta.accdist and other built-in functions instantly.