Description Usage Arguments Details Value Note Author(s) References See Also Examples
The Chaikin Accumulation / Distribution (AD) line is a measure of the money flowing into or out of a security. It is similar to On Balance Volume (OBV). Developed by Marc Chaikin.
1 | chaikinAD(HLC, volume)
|
HLC |
Object that is coercible to xts or matrix and contains High-Low-Close prices. |
volume |
Vector or matrix of volume observations
corresponding to the |
The AD line is similar to OBV; the difference is that OBV sums volume multiplied by +/- 1 if the close is higher/lower than the previous close, while the AD line multiplies volume by the close location value (CLV).
A object of the same class as HLC
and
volume
or a vector (if try.xts
fails)
containing the accumulation / distribution values.
The Accumulation/Distribution Line is interpreted by looking for a divergence in the direction of the indicator relative to price.
Joshua Ulrich
The following site(s) were used to code/document this
indicator:
http://www.fmlabs.com/reference/AccumDist.htm
http://www.equis.com/Customer/Resources/TAAZ/?c=3&p=27
http://www.linnsoft.com/tour/techind/acc_dis.htm
http://stockcharts.com/education/IndicatorAnalysis/indic_AccumDistLine.html
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.