View source: R/tech_analysis.R
stochRSI | R Documentation |
Stochastic RSI Oscillator
stochRSI( x, nRSI = 14, nFastK = 14, nFastD = 3, nSlowD = 3, maType = "EMA", bounded = TRUE, smooth = 1, ... )
x |
numeric, series of data |
nRSI |
numeric, rsi arg n |
nFastK |
numeric, stoch arg |
nFastD |
numeric, stoch arg |
nSlowD |
numeric, stoch arg |
maType |
character or function, stoch arg |
bounded |
logical, stoch arg |
smooth |
numeric, stoch arg |
... |
args to stoch |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.