getTradingLog: Get all transactions

View source: R/genericStrategy.R

getTradingLog.StrategyR Documentation

Get all transactions

Description

Return data.frame containing columns: Date - position change date Rule_name - name rule Instrument - traiding instrument Change_pos - position change number

Usage

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

Arguments

this

Strategy

start

numeric / Date / character, start of the period

end

numeric / Date / character, end of the period

Value

getTradingLog: data.frame


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