Volume Volatility Indicator vol: volume; vma: rma of volume Cyan column shows (vol - vma)/vma, if vol > vma else shows 0 0 value means vol less than vma: good for continuation 0 < value < 1 means vol more than vma: good for trend value > 1 means vol more than 2 * vma: good for reversal
tr: truerange; atr: averagetruerange Lime column show -(tr - atr)/atr, if tr > atr else show 0 0 value means tr less than atr: good for continuation 0 > value > -1 means tr more than atr: good for trend value < -1 means tr more than 2 * atr: good for reversal
Cyan line = 1 Lime line = -1
This indicator shows the volume and truerange together. Good for filtering trending and consolidating markets.
In true TradingView spirit, the author of this script has published it open-source, so traders can understand and verify it. Cheers to the author! You may use it for free, but reuse of this code in publication is governed by House rules. You can favorite it to use it on a chart.
The information and publications are not meant to be, and do not constitute, financial, investment, trading, or other types of advice or recommendations supplied or endorsed by TradingView. Read more in the Terms of Use.