Open-source scriptindicator/v1
Accumulation Distribution
Accumulate close-location volume to compare underlying buying and selling pressure with price.
#accumulation-distribution#money-flow#volume
Description
The Accumulation Distribution Line weights each bar volume by the closing position inside its high-low range, then accumulates the result. Its direction and divergences can help evaluate whether volume flow confirms the price trend.
Open-source script. Everyone can inspect the source code, use the script on a chart, and save an editable copy.
Release notes
Version history · 1 published version
Version 1CurrentChart updatedAccumulation Distribution · Aug 31, 2026
Source codempl-2.0View sourceHide source
indicator("Accumulation Distribution", { overlay: false });
const line = accdist();
plot(line, { title: "ADL", color: "#00bcd4", lineWidth: 2 });
Community discussion
0 comments
No comments yet. Start the discussion.