Description Usage Arguments Examples
View source: R/aggregate_indicators.R
Get aggregate indicators
1 | aggregate_indicators(symbol, resolution = "D", ...)
|
symbol |
Stock ticker |
resolution |
1-minute, 5-minute, 15-minute, 30-minute, 60-minute, daily, weekly and monthly |
1 2 3 4 5 6 7 8 9 | aggregate_indicators('NVDA')
aggregate_indicators('NVDA', resolution = '1') # Not working
aggregate_indicators('NVDA', resolution = '5')
aggregate_indicators('NVDA', resolution = '15')
aggregate_indicators('NVDA', resolution = '30')
aggregate_indicators('NVDA', resolution = '60')
aggregate_indicators('NVDA', resolution = 'D')
aggregate_indicators('NVDA', resolution = 'W')
aggregate_indicators('NVDA', resolution = 'M')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.