Description Usage Arguments Details Value Note Author(s) References See Also Examples
On Balance Volume (OBV) is a measure of the money flowing into or out of a security. It is similar to Chaikin Accumulation / Distribution.
1 | OBV(price, volume)
|
price |
Price series that is coercible to xts or matrix. |
volume |
Volume series that is coercible to xts or matrix, that corresponds to price object. |
OBV is calculated by adding (subtracting) each day's volume to a running cumulative total when the security's price closes higher (lower).
A object of the same class as price
and
volume
or a vector (if try.xts
fails)
containing the OBV values.
OBV is usually compared with the price chart of the underlying security to look for divergences/confirmation.
Joshua Ulrich
The following site(s) were used to code/document this
indicator:
http://www.fmlabs.com/reference/OBV.htm
http://www.equis.com/Customer/Resources/TAAZ?c=3&p=82
http://linnsoft.com/tour/techind/obVol.htm
http://stockcharts.com/education/IndicatorAnalysis/indic-obv.htm
See chaikinAD
.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.