OPEN-SOURCE SCRIPT
업데이트됨

Effective Volume Z-Score

1 837
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
릴리즈 노트
Pine Script version upgraded, also minor divergence improvements.

면책사항

이 정보와 게시물은 TradingView에서 제공하거나 보증하는 금융, 투자, 거래 또는 기타 유형의 조언이나 권고 사항을 의미하거나 구성하지 않습니다. 자세한 내용은 이용 약관을 참고하세요.