addRSI: Add Relative Strength Index to Chart
Description
Add a Relative Strength Index indicator to chart.Usage
addRSI(n = 14, type = "EMA", wilder = TRUE)
Arguments
wilder
use wilder (see EMA)
Value
- An RSI indicator will be draw in a new window on the current
chart. A chobTA object will be returned silently.
Details
see 'RSI' in TTR for specific details and references.References
see RSI in TTR written by Josh Ulrich