performServer: Send your strategy to server for backtesting.

Description Usage Arguments Value

View source: R/user_communication.R

Description

All results could be seen in your folder on server.

Usage

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

performServer(this, session, verbose = FALSE, ...)

## S3 method for class 'modelStrategy'
performServer(this, session, verbose = FALSE, ...)

## S3 method for class 'list'
performServer(this, session, verbose = FALSE, ...)

Arguments

this

model

...

additional arguments: start_date – from this date backtest will be started end_date – at this date backtest will be ended. Max end_date is Sys.Date() - 365 paramset.label – character, name of paramset paramset.index – numeric, index of combination of params to backtest, by defualt current strategy will be backtested

session

ssh_session

verbose

logical, if true then logs will be printed

Value

data.frame, report of strategy

list


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