Description Usage Arguments Details Value Author(s) See Also
designed to collate information for high frequency portfolios
1 2 3 | dailyTxnPL(Portfolios, Symbols, drop.time = TRUE)
dailyEqPL(Portfolios, Symbols, drop.time = TRUE)
|
Portfolios |
portfolio string |
Symbols |
character vector of symbol strings |
drop.time |
remove time component of POSIX datestamp (if any), default TRUE |
If you do not pass Symbols
, then all symbols in the provided
Portfolios
will be used.
The daily P&L is calculated from Net.Txn.Realized.PL
if by
dailyTxnPL
and from Net.Trading.PL
by dailyEqPL
a multi-column xts
time series, one column per symbol, one row per day
Brian G. Peterson
tradeStats
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.