Description Usage Arguments Examples
View source: R/support_resistance.R
Get support and resistance indicators. Some resolutions don't work.
1 | support_resistance(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 | support_resistance('NVDA')
support_resistance('NVDA', resolution = '1') # Not working
support_resistance('NVDA', resolution = '5') # Not working
support_resistance('NVDA', resolution = '15')
support_resistance('NVDA', resolution = '30')
support_resistance('NVDA', resolution = '60')
support_resistance('NVDA', resolution = 'D')
support_resistance('NVDA', resolution = 'W')
support_resistance('NVDA', resolution = 'M')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.