gbm_model | R Documentation |
A in-depth look at a stock under a GBM model and all its associated properties, like hitting times. The target is to double wealth within a year, and both the Buy and Hold strategy and the Kelly criterion are compared to this. An update will come eventually to allow users to choose target wealth goals.
gbm_model( symbol, lambda = 0.06, days_back = "full", period = "daily", adj = TRUE, envir = parent.frame() )
symbol |
stock symbol to analyze |
lambda |
smoothing parameter for EMA estimates in GBM model |
days_back |
number of data points back to look at |
period |
resolution: daily or months |
adj |
whether to use adjusted close prices or not |
envir |
environment to load stock data into |
data.frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.