Add Relative Strength Index to Chart
Add a Relative Strength Index indicator to chart.
addRSI(n = 14, maType = "EMA", wilder = TRUE)
n |
periods |
maType |
type of MA to use |
wilder |
use wilder (see EMA) |
see 'RSI' in TTR for specific details and references.
An RSI indicator will be draw in a new window on the current chart. A chobTA object will be returned silently.
Jeffrey A. Ryan
see RSI in TTR written by Josh Ulrich
## Not run: addRSI() ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.