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
Problem:
Pamela was rebalancing just fine, however, after doing it for maybe 8 or 9 times, it suddenly stopped.
Steps to replicate:
Expected: It should continue until /halt command is triggered Current: It is stopping by itself
/halt
Kick off Checklist:
Pamela.Trader.rebalance
with
The text was updated successfully, but these errors were encountered:
luizParreira
No branches or pull requests
Problem:
Pamela was rebalancing just fine, however, after doing it for maybe 8 or 9 times, it suddenly stopped.
Steps to replicate:
Expected: It should continue until
/halt
command is triggeredCurrent: It is stopping by itself
Kick off Checklist:
Pamela.Trader.rebalance
function, it may be failing to pattern match on thewith
.with
to other files, should help catch the bug easierThe text was updated successfully, but these errors were encountered: