OPEN-SOURCE SCRIPT

Effective Volume Z-Score

已更新
This indicator aims at responding the question: is the current trend supported by volume?

The concept and formula
The central concept is the Effective Volume, calculated as follow:
effectiveVolume = volume * (close - open) / (high - low)

Then the Effective Volume Z-Score indicator is calculated by smoothing the effective volume and applying the z-score function:
zscore(x) = (x - mean) / stdev

Essentially, the indicator's value represents the number of standard deviations of the effective volume away from the mean.

How to use it
This indicator should be used for trend confirmation.
For an uptrend, the bigger the indicator value, the greater the volume support, while for a downtrend, the lower the indicator value, the greater the volume support.
Divergences are also important, as with every volume indicator.
發布通知
Update default settings
發布通知
The Average Effective Volume Z-Score is now visible by default.
發布通知
Messing with the default settings again
發布通知
The effective volume is no longer smoothed before applying the z-score function, only after.
發布通知
Revert to the original concept: apply z-score on the smoothed effective volume
volumepriceanalysisVolume

開源腳本

在真正的TradingView精神中,這個腳本的作者以開源的方式發佈,這樣交易員可以理解和驗證它。請向作者致敬!您可以免費使用它,但在出版物中再次使用這段程式碼將受到網站規則的約束。 您可以收藏它以在圖表上使用。

想在圖表上使用此腳本?

免責聲明