getTrades: Get report of trades of Strategy

View source: R/genericStrategy.R

getTrades.StrategyR Documentation

Get report of trades of Strategy

Description

This method returns data.frame, each row is statistic for a one trade

Usage

## S3 method for class 'Strategy'
getTrades(this, start, end)

Arguments

this

Strategy

start

numeric / Date / character, start of the period

end

numeric / Date / character, end of the period


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