volatility_freq | R Documentation |
a plot_ly plot
volatility_freq(df, tick_name, cumulative = FALSE, hideprints = FALSE)
df |
Dataframe with daily data |
tick_name |
The ticker so the graph is correct |
cumulative |
Default is FALSE, turn to TRUE for a cumulative plot. |
hideprints |
if set to FALSE, shows summary statistics |
Frequency plot where you can find intraday volatility (range), maximum upside (Upward Movement), maximum downside (Downward Movement) on a cumulative percentile basis
volatility_freq (SPYdaily, "SPY") volatility_freq (SPYdaily, "SPY", cumulative = TRUE) volatility_freq (SPYdaily, "SPY", hideprints = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.