You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I have an allocation table (indexed by datetime (for example: 2008-01-01), columns are the stock tickers, and the value is either 1(long)/0(no position), is it possible to translate it to P&L using the package?
#146
Closed
auscott opened this issue
Sep 21, 2020
· 1 comment
If I have an allocation table (indexed by datetime (for example: 2008-01-01), columns are the stock tickers, and the value is either 1(long)/0(no position), is it possible to translate it to P&L using the package?
for example:
AAPL IBM
2008-01-01 1 0
2008-01-10 0 0
Actual Behavior
Steps to Reproduce
Additional info
Backtesting version:
The text was updated successfully, but these errors were encountered:
Expected Behavior
If I have an allocation table (indexed by datetime (for example: 2008-01-01), columns are the stock tickers, and the value is either 1(long)/0(no position), is it possible to translate it to P&L using the package?
for example:
AAPL IBM
2008-01-01 1 0
2008-01-10 0 0
Actual Behavior
Steps to Reproduce
Additional info
The text was updated successfully, but these errors were encountered: