powered by
Stochastic oscillator shows position of price in respect to its range over n past values.
stochastic(x, n, nFast, nSlow)
high, low, close data.frame or numeric vector
high, low, close
window size
fast smooth
slow smooth
data.table with columns k_fast, d_fast, d_slow
k_fast, d_fast, d_slow
Other technical indicators: bbands, crossover, ema, roll_lm, roll_percent_rank, roll_range, roll_sd, roll_volume_profile, rsi, sma
bbands
crossover
ema
roll_lm
roll_percent_rank
roll_range
roll_sd
roll_volume_profile
rsi
sma