triple_ema | R Documentation |
Triple EMA strategy
triple_ema(nFast, nMedium, nSlow)
nFast |
n for fast EMA |
nMedium |
n for medium EMA |
nSlow |
n for slow EMA |
a list object to pass to the backtest function
triple_ema(1, 5, 10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.