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
After starting the strategy, an error message is shown from the log pane.
2023-04-03 14:30:15,987 - 12769 - hummingbot.core.utils.async_utils - ERROR - Unhandled error in background task: [<class 'decimal.InvalidOperation'>] Traceback (most recent call last): File "/Users/admin/pr12-client/hummingbot/core/utils/async_utils.py", line 9, in safe_wrapper return await c File "/Users/admin/pr12-client/hummingbot/strategy/amm_arb/amm_arb.py", line 213, in main profitable_arb_proposals: List[ArbProposal] = [ File "/Users/admin/pr12-client/hummingbot/strategy/amm_arb/amm_arb.py", line 215, in <listcomp> if t.profit_pct( decimal.InvalidOperation: [<class 'decimal.InvalidOperation'>]
The bot will start without any errors
N/A, already in dev branch
ZigZag.zip
The text was updated successfully, but these errors were encountered:
@mrhzysbl I fixed this. pls confirm.
Sorry, something went wrong.
Confirmed working after commit d518c63
Successfully merging a pull request may close this issue.
Summary and Screenshots
After starting the strategy, an error message is shown from the log pane.
Steps To Reproduce
Expected Results
The bot will start without any errors
Test Result Comparison
N/A, already in dev branch
Attachments
ZigZag.zip
The text was updated successfully, but these errors were encountered: