← Script Marketplace
Open-source scriptindicator/v1

Accumulation Distribution

by Kodexius·@kodexius·

Accumulate close-location volume to compare underlying buying and selling pressure with price.

#accumulation-distribution#money-flow#volume
Accumulation Distribution chart preview

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
Release notes

Initial classic indicator release.

View current source ↓
Source codempl-2.0View source

indicator("Accumulation Distribution", { overlay: false });
const line = accdist();
plot(line, { title: "ADL", color: "#00bcd4", lineWidth: 2 });
  

Community discussion

0 comments

Loading…

No comments yet. Start the discussion.