View source: R/genericStrategy.R
setData.Strategy | R Documentation |
Set modelData object to Strategy object
## S3 method for class 'Strategy' setData(this, x, clearBacktest = TRUE, only = FALSE, ...) setData(this, ...)
this |
Strategy |
x |
modelData |
only |
logical, if it is true then method only change modelD field |
... |
params |
clearBacktests |
logical, if true then all backtests will be erased |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.