← Script Marketplace
Open-source scriptindicator/v1

Williams Accumulation Distribution

by Kodexius·@kodexius·

Accumulate price movement relative to the prior close and the current true range.

#accumulation-distribution#trend#williams
Williams Accumulation Distribution chart preview

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

Initial classic indicator release.

View current source ↓
Source codempl-2.0View source

indicator("Williams Accumulation Distribution", { overlay: false });
plot(wad(), { title: "WAD", color: "#2962ff", lineWidth: 2 });
  

Community discussion

0 comments

Loading…

No comments yet. Start the discussion.