Description Usage Arguments Examples
Calculate Drawdown Indicators
1 | calc_dd_indicators(x, vix, sp500, model_fit_ddend)
|
x |
xts price series containing Open, High, Low, Close columns |
vix |
xts object containing Volatility Index data |
sp500 |
xts price series containing Open, High, Low, Close columns for S&P500 |
model_fit_ddend |
xgboost model fit for drawdown end period prediction |
1 | calc_dd_indicators(price_data, vix, sp500, model_fit_ddend)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.