Description Usage Arguments Value See Also
Rolling range is minimum and maximum values over n past values. Can be used to identify price range.
1 2 3 4 5 6 7 | roll_range(x, n)
roll_quantile(x, n, p)
roll_min(x, n)
roll_max(x, n)
|
x |
numeric vectors |
n |
window size |
p |
probability value |
roll_range returns data.table with columns min, max
others return numeric vector
Other technical indicators: bbands
,
crossover
, ema
,
roll_lm
, roll_percent_rank
,
roll_sd
, roll_volume_profile
,
rsi
, sma
,
stochastic
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.