Re: Financial Topics avec aeden
Posted: Tue Jul 14, 2026 10:56 am
JAT Buy/Sell Volume Pressure
Description: A comprehensive indicator by user Denver Stair that calculates estimated buying and selling volume using the price position within the candle's range.
Features: Includes VWAP filtering, relative volume standard deviation alerts, and visual buy/sell arrows. It plots buy volume in green and sell volume in red.
Relevance: This is one of the most detailed and recently updated (as of early 2026) volume pressure scripts on the forum.
oil short will be destroyed
thread: l8ter if/then
buy pressure indication
$\frac{(High - Open) + (Close - Low)}{2} \times \frac{V}{High - Low}$
run forrest run
# --- Plotting ---
plot SellPlot = Selling;
SellPlot.SetPaintingStrategy(PaintingStrategy.HISTOGRAM);
SellPlot.AssignValueColor(if IsHighVol and SellPct > 70 then Color.PINK else Color.RED);
SellPlot.SetLineWeight(4);
plot BuyPlot = Buying;
BuyPlot.SetPaintingStrategy(PaintingStrategy.HISTOGRAM);
BuyPlot.AssignValueColor(if IsHighVol and BuyPct > 70 then Color.LIGHT_GREEN else Color.GREEN);
BuyPlot.SetLineWeight(4);
estimations, not absolute truths
Description: A comprehensive indicator by user Denver Stair that calculates estimated buying and selling volume using the price position within the candle's range.
Features: Includes VWAP filtering, relative volume standard deviation alerts, and visual buy/sell arrows. It plots buy volume in green and sell volume in red.
Relevance: This is one of the most detailed and recently updated (as of early 2026) volume pressure scripts on the forum.
oil short will be destroyed
thread: l8ter if/then
buy pressure indication
$\frac{(High - Open) + (Close - Low)}{2} \times \frac{V}{High - Low}$
run forrest run
# --- Plotting ---
plot SellPlot = Selling;
SellPlot.SetPaintingStrategy(PaintingStrategy.HISTOGRAM);
SellPlot.AssignValueColor(if IsHighVol and SellPct > 70 then Color.PINK else Color.RED);
SellPlot.SetLineWeight(4);
plot BuyPlot = Buying;
BuyPlot.SetPaintingStrategy(PaintingStrategy.HISTOGRAM);
BuyPlot.AssignValueColor(if IsHighVol and BuyPct > 70 then Color.LIGHT_GREEN else Color.GREEN);
BuyPlot.SetLineWeight(4);
estimations, not absolute truths