-
Notifications
You must be signed in to change notification settings - Fork 184
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.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Did an upgrade, I believe there is a bug in the _strategy.py regarding polygone api key. #518
Comments
I believe I fixed it by checking the datasource_class first and then adding polygone keys if needed
|
Hey, polygon_api_key and polygon_has_paid subscription are deprecated either way. Could you try what I've done in the PR and see if it works for you? |
Seems to be working! Thanks for the quick commit. Just discovered this tool and it's pretty rad! |
No worries :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I did a pip upgrade and now If I run YahooDataBackTest for my strategy I get an error
Here is my code:
Here is my error
If I edit the _strategy.py file and comment out the polygone data (in the below example) it begins to work as intended. Is this a bug? Hopefully this is useful information.
The text was updated successfully, but these errors were encountered: