We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
related issue #174
If you change the test line 484 below
backtesting.py/backtesting/test/_test.py
Lines 482 to 489 in c21d7d9
to
self.buy(stop=88, limit=113, size=1)
backtesting framework will make a new trade with price 88, but testing google price never reach that price.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
related issue #174
If you change the test line 484 below
backtesting.py/backtesting/test/_test.py
Lines 482 to 489 in c21d7d9
to
backtesting framework will make a new trade with price 88, but testing google price never reach that price.
The text was updated successfully, but these errors were encountered: