addRSI: Add Relative Strength Index to Chart

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

Description

Add a Relative Strength Index indicator to chart.

Usage

1
addRSI(n = 14, maType = "EMA", wilder = TRUE)

Arguments

n

periods

maType

type of MA to use

wilder

use wilder (see EMA)

Details

see 'RSI' in TTR for specific details and references.

Value

An RSI 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 RSI in TTR written by Josh Ulrich

See Also

addTA

Examples

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

## End(Not run)

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