Skip to contents

Add a Relative Strength Index indicator to chart.

Usage

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.

References

see RSI in TTR written by Josh Ulrich

Author

Jeffrey A. Ryan

See also

Examples

if (FALSE) { # \dontrun{
addRSI()
} # }