ta.obv - Pine Script Variable
ta.obv
Section titled “ta.obv”Overview
Section titled “Overview”On Balance Volume.
floatQualifier
Section titled “Qualifier”series
Examples
Section titled “Examples”Example 1
Section titled “Example 1”//@version=6indicator("On Balance Volume")plot(ta.obv, color=color.yellow)// the same on pinef_obv() => ta.cum(math.sign(ta.change(close)) * volume)plot(f_obv())