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
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
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: