Description Usage Arguments Value References
Kaufman Adaptive Moving Average
1 | KAMA(HLC, nER = 10, nFast = 2, nSlow = 30, priceMethod = "Close")
|
HLC |
an xts object containing High, Low, and Close price data |
nER |
a parameter for the Kaufman efficiency ratio lookback period |
nFast |
the fast limit of the adaptive EMA |
nSlow |
the slow limit of the adaptive EMA |
priceMethod |
use "Close" for the close, any other string will result in Ehlers's (H+L)/2 method. |
an xts object
http://www.mesasoftware.com/Seminars/TradeStation%20World%2005.pdf
https://github.com/IlyaKipnis/DSTrading
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.