TypingError from vbt.Portfolio.from_signals when testing with multiple assets #707
Unanswered
jitesh-sejwal
asked this question in
Q&A
Replies: 1 comment
-
Looks like the Nans were the issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Below is my code -
This is how the individual data frames look like (entries, exits, and prices) -
When I run vbt with the following statement. I get an error "TypingError: Failed in nopython mode pipeline (step: nopython frontend)"
Detailed error follows -
Note that if I run with only one asset, it works
I have attached files so as issue can be replicated. Am I doing something wrong?
entries.csv
exits.csv
prices.csv
Beta Was this translation helpful? Give feedback.
All reactions