thedayafter | R Documentation |
Returns a frequency plot drawn from historical data based on a percentage change that occurred
thedayafter(dataset, price_input, hideprints = TRUE)
dataset |
Dataframe with daily data |
price_input |
the price movement, in percent, of the most recent (or whatever you are interested in) trading day |
hideprints |
if set to FALSE, returns summary statistics |
percentage frequency plot of the following day based on historical data
thedayafter(SPYdaily, -1.35)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.