View source: R/genericStrategy.R
getTradingLog.Strategy | R Documentation |
Return data.frame containing columns: Date - position change date Rule_name - name rule Instrument - traiding instrument Change_pos - position change number
## S3 method for class 'Strategy' getTradingLog(this, start, end)
this |
Strategy |
start |
numeric / Date / character, start of the period |
end |
numeric / Date / character, end of the period |
getTradingLog: data.frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.