williamsAD | R Documentation |
The Williams Accumulation / Distribution (AD) line is a measure of market momentum. Developed by Larry Williams.
williamsAD(HLC)
HLC |
Object that is coercible to xts or matrix and contains High-Low-Close prices. |
The Williams AD line differs from OBV and chaikinAD in that it doesn't take volume into account.
A object of the same class as HLC
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:
https://www.fmlabs.com/reference/WilliamsAD.htm
https://www.metastock.com/Customer/Resources/TAAZ/?p=125
See OBV
, chaikinAD
, and
ATR
.
data(ttrc)
ad <- williamsAD(ttrc[,c("High","Low","Close")])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.