addSMI | R Documentation |
Add Stochastic Momentum Indicator to chart.
addSMI(n=13,slow=25,fast=2,signal=9,ma.type="EMA")
n |
periods |
slow |
slow |
fast |
fast |
signal |
signal |
ma.type |
MA tyep to use, recycled as necessary |
see 'SMI in TTR for specifics and references.
An SMI indicator will be draw in a new window on the current chart. A chobTA object will be returned silently.
Jeffrey A. Ryan
see SMI in TTR written by Josh Ulrich
addTA
## Not run:
addSMI()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.