Riq135

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.
开源脚本

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

免责声明

这些信息和出版物并不意味着也不构成TradingView提供或认可的金融、投资、交易或其它类型的建议或背书。请在使用条款阅读更多信息。

想在图表上使用此脚本?