applyParamsetServer: Do backtest of combinations from paramset

Description Usage Arguments Value

View source: R/user_communication.R

Description

Do backtest of combinations from paramset

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
## S3 method for class 'modelPortfolio'
applyParamsetServer(this, ...)

applyParamsetServer(this, paramset.label, session, nsamples = 100,
  verbose = FALSE, ...)

## S3 method for class 'modelStrategy'
applyParamsetServer(this, paramset.label, session,
  nsamples = 100, verbose = FALSE, ...)

## S3 method for class 'list'
applyParamsetServer(this, paramset.label, session,
  nsamples = 100, verbose = FALSE, ...)

Arguments

this

model

...

additional arguments (start_date, end_date)

paramset.label

charater, name of paramset

session

ssh_session

nsamples

numeric, how many backtests to do

verbose

logical, if true then logs will be printed

Value

data.frame, reports of simulations

list, list of data.frames (reports of simulations)


Vitalic57/stratbuilder2pub documentation built on Dec. 18, 2019, 2:56 a.m.