Set modelData object to modelStrategy object
1 2 3 4 5 6 7 8 9 10 11 12 13 | ## S3 method for class 'modelPortfolio'
setModelD(this, x, ...)
## S3 method for class 'list'
setModelD(this, x, ...)
setModelD(this, x, clearBacktests = TRUE)
## S3 method for class 'modelStrategy'
setModelD(this, x, clearBacktests = TRUE)
## S3 method for class 'modelPortfolio'
setModelD(this, x, ...)
|
this |
modelStrategy |
x |
modelData |
... |
params |
clearBacktests |
logical, if TRUE then all backtests will be deleted |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.