Description Usage Arguments See Also
Simple moving average also called SMA is the most popular indicator. It shows the average of n past values. Can be used for time series smoothing.
1 | sma(x, n)
|
x |
numeric vectors |
n |
window size |
Other technical indicators: bbands,
crossover, ema,
roll_lm, roll_percent_rank,
roll_range, roll_sd,
roll_volume_profile, rsi,
stochastic
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.