Description Usage Arguments Value See Also
Stochastic oscillator shows position of price in respect to its range over n past values.
1 | stochastic(x, n, nFast, nSlow)
|
x |
|
n |
window size |
nFast |
fast smooth |
nSlow |
slow smooth |
data.table with columns 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.