addSMI: Add Stochastic Momentum Indicator to Chart

Description Usage Arguments Details Value Author(s) References See Also Examples

Description

Add Stochastic Momentum Indicator to chart.

Usage

1
addSMI(n=13,slow=25,fast=2,signal=9,ma.type="EMA")

Arguments

n

periods

slow

slow

fast

fast

signal

signal

ma.type

MA tyep to use, recycled as necessary

Details

see 'SMI in TTR for specifics and references.

Value

An SMI indicator will be draw in a new window on the current chart. A chobTA object will be returned silently.

Author(s)

Jeffrey A. Ryan

References

see SMI in TTR written by Josh Ulrich

See Also

addTA

Examples

1
2
3
4
## Not run: 
addSMI()

## End(Not run)

quantmod documentation built on May 2, 2019, 5:48 p.m.