macd | R Documentation |
MACD strategy
macd(nFast, nSlow, nSig)
nFast |
n for fast EMA |
nSlow |
n for slow EMA |
nSig |
n for signal EMA |
a list object to pass to the backtest function
macd(5, 12)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.