Description Usage Arguments Value
View source: R/user_communication.R
All results could be seen in your folder on server.
| 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, ...)
 | 
| 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 | 
data.frame, report of strategy
list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.