HabibiBudo

Buying - Selling Strength

This script is designed as a TradingView indicator called "Buying Selling Volume". It aims to provide insights into buying and selling pressures in the market, along with the comparison of these pressures against moving averages.

Calculation of Buying and Selling Volumes:
Buying Volume (BV) is calculated based on the difference between the close price and the low price, weighted by the volume traded.
Selling Volume (SV) is calculated based on the difference between the high price and the close price, weighted by the volume traded.
These volumes are normalized to ensure positive values.
Plotting of Buying and Selling Volumes:
The script plots the Buying Volume (green) and Selling Volume (red) on the chart using vertical bars.
Each bar represents the relative strength of buying or selling pressure at a given point in time.
Moving Averages Calculation:
Users can select the type of moving average (SMA, EMA, WMA, or VWMA) and the length of each moving average.
Moving averages are calculated for both buying and selling volumes based on the selected parameters.
Plotting of Moving Averages:
The script plots the selected moving averages for buying (blue) and selling (orange) volumes on the chart.
These moving averages provide smoothed representations of the underlying volume trends.
Bar Color and Background Color:
The script dynamically adjusts the color of the bars and the background based on specific conditions:
If both buying and selling volumes are above their respective moving averages, the bar color is green, indicating a bullish signal.
If both volumes are below their moving averages, the bar color is red, indicating a bearish signal.
If buying volume is above its moving average while selling volume is below its moving average, the bar color is yellow, suggesting mixed market sentiment.
Otherwise, the bar color is gray, indicating a neutral market condition.
开源脚本

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

免责声明

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

想在图表上使用此脚本?