← Script Marketplace
Open-source scriptindicator/v1

Price Volume Trend

by Kodexius·@kodexius·

Accumulate volume weighted by each percentage price change.

#money-flow#pvt#volume
Price Volume Trend chart preview

Description

Price Volume Trend adds a volume amount scaled by the percentage price change on every bar. This cumulative approach links the size of each price move with its associated activity and can be compared with price for trend confirmation.

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 updatedPrice Volume Trend · Aug 31, 2026
Release notes

Initial classic indicator release.

View current source ↓
Source codempl-2.0View source

indicator("Price Volume Trend", { overlay: false });
plot(pvt(), { title: "PVT", color: "#7c4dff", lineWidth: 2 });
  

Community discussion

0 comments

Loading…

No comments yet. Start the discussion.