getBacktestPnL: Returns aggregated PnL from applyParamset backtests

View source: R/genericStrategy.R

getBacktestPnL.StrategyR Documentation

Returns aggregated PnL from applyParamset backtests

Description

This function would work only if applyParamset was called with save.pnls = TRUE

Usage

## S3 method for class 'Strategy'
getBacktestPnL(this, ind = NULL)

Arguments

this

Strategy

ind

numeric, one or multiple indexes of backtest from applyParamset

Value

xts


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