← Script Marketplace
Open-source scriptindicator/v1

Williams Variable Accumulation Distribution

by Kodexius·@kodexius·

Weight each close-open move by volume and normalize it by the bar range.

#money-flow#volume#williams
Williams Variable Accumulation Distribution chart preview

Description

Williams Variable Accumulation Distribution relates the close-open movement to the full bar range and multiplies the result by volume. Positive and negative readings provide a per-bar estimate of directional volume pressure.

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 Variable Accumulation Distribution · Aug 31, 2026
Release notes

Initial classic indicator release.

View current source ↓
Source codempl-2.0View source

indicator("Williams Variable Accumulation Distribution", { overlay: false });
plot(wvad(), { title: "WVAD", color: "#7c4dff", type: "histogram" });
hline(0, { title: "Zero", color: "#78909c", style: "dotted" });
  

Community discussion

0 comments

Loading…

No comments yet. Start the discussion.