Open-source scriptindicator/v1
Williams Accumulation Distribution
Accumulate price movement relative to the prior close and the current true range.
#accumulation-distribution#trend#williams
Description
Williams Accumulation Distribution is a price-based cumulative measure that evaluates each close relative to the prior close and current range. Its direction and divergences can provide another view of buying and selling pressure without using volume.
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 updatedWilliams Accumulation Distribution · Aug 31, 2026
Source codempl-2.0View sourceHide source
indicator("Williams Accumulation Distribution", { overlay: false });
plot(wad(), { title: "WAD", color: "#2962ff", lineWidth: 2 });
Community discussion
0 comments
No comments yet. Start the discussion.