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
I am backtesting BTC price in minute( every minute predict next 15 minute pct return), strategy is from https://kernc.github.io/backtesting.py/doc/examples/Trading%20with%20Machine%20Learning.html But the result stats are nan .
I can confirm that are many buy & sell triggered :
buy
sell
This is confusing, I need clue to debug the problem
The text was updated successfully, but these errors were encountered:
This has got to do with btc price around nearing 60k but only starting with 10k of cash, so not a single unit can be bought. See #134.
Sorry, something went wrong.
No branches or pull requests
I am backtesting BTC price in minute( every minute predict next 15 minute pct return), strategy is from https://kernc.github.io/backtesting.py/doc/examples/Trading%20with%20Machine%20Learning.html
But the result stats are nan .
I can confirm that are many

buy
&sell
triggered :This is confusing, I need clue to debug the problem
The text was updated successfully, but these errors were encountered: