OPEN-SOURCE SCRIPT

Buying and Selling Pressure with Delta Volume

Script Name
"Buying and Selling Pressure with Delta Volume"

Purpose
The script is designed to analyse and visualise buying and selling pressure for each candle on a trading chart. It estimates the volume attributed to buying and selling within each candle and calculates the delta volume, which is the difference between buying and selling volume. This can help traders understand market dynamics and the balance of power between buyers and sellers.

Components
Volume Data:

The script uses the volume data from the current chart's timeframe.
Candle Spread:

The spread is calculated as the difference between the high and low prices of each candle.
Handling Doji Candles:

If the spread is zero (which can happen with Doji candles), it sets the spread to na (not available) to prevent division by zero errors.
Buying and Selling Pressure:

Buying Pressure: Estimated as the proportion of the candle's volume attributed to the price moving up from the low to the close.
Selling Pressure: Estimated as the proportion of the candle's volume attributed to the price moving down from the high to the close.
Delta Volume:

The difference between buying pressure and selling pressure, representing the net buying or selling volume for each candle.
Plotting
Buying Pressure:

Plotted as green histogram bars.
Selling Pressure:

Plotted as red histogram bars.
Delta Volume:

Plotted as blue histogram bars and a blue line, indicating the difference between buying and selling pressure.
A horizontal line at zero (grey colour) is added to help visualise positive and negative delta volume.
Volume

开源脚本

本着真正的TradingView精神,此脚本的作者已将其开源,以便交易者可以理解和验证它。向作者致敬!您可以免费使用它,但在出版物中重复使用此代码受网站规则约束。 您可以收藏它以在图表上使用。

想在图表上使用此脚本?

免责声明