stochRSI: Stochastic RSI Oscillator

View source: R/tech_analysis.R

stochRSIR Documentation

Stochastic RSI Oscillator

Description

Stochastic RSI Oscillator

Usage

stochRSI(
  x,
  nRSI = 14,
  nFastK = 14,
  nFastD = 3,
  nSlowD = 3,
  maType = "EMA",
  bounded = TRUE,
  smooth = 1,
  ...
)

Arguments

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


Vitalic57/stratbuilder3gen documentation built on March 30, 2022, 6:58 a.m.