cloneStrategy: Copy Strategy object

View source: R/genericStrategy.R

cloneStrategy.StrategyR Documentation

Copy Strategy object

Description

Copy Strategy object

Usage

## S3 method for class 'Strategy'
cloneStrategy(this, clone_data = FALSE, clone_backtest = FALSE, ...)

cloneStrategy(this, ...)

Arguments

this

Strategy

clone_data

logical, if TRUE then clone modelData object

...

params

clone_backtests

logical, if TRUE then all backtests will be cloned

Value

Strategy


Vitalic57/stratbuilder3gen documentation built on March 30, 2022, 6:58 a.m.