View source: R/genericStrategy.R
cloneStrategy.Strategy | R Documentation |
Copy Strategy object
## S3 method for class 'Strategy' cloneStrategy(this, clone_data = FALSE, clone_backtest = FALSE, ...) cloneStrategy(this, ...)
this |
Strategy |
clone_data |
logical, if TRUE then clone modelData object |
... |
params |
clone_backtests |
logical, if TRUE then all backtests will be cloned |
Strategy
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.