-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Infinite remove last buy price loop if rest of grid trades removed #583
Comments
@uhliksk, any chance you found the root cause? |
@chrisleekr I don't know yet but I found another bug while hunting this one. I'll create issue and PR today. :) Edit: Maybe tommorow as yet I'm pretty good to reproduce bug with missing buy orders but still I'm not sure about the exact reproductions steps as I'm still hunting which parameter is actually causing buy order is opened without it recorded in the grid trade. |
@chrisleekr I found this one #583. I'll edit reproduction steps as there is another condition to get it crashed. Sometimes there is a big difference between what I think I've done and what I've really done before the bug occured. :) |
Hi, i confirm i have the same issues, (i have only one setup buy and 1 sell grid ever configure) log for a random sybol
|
@uhliksk @rando128 @habibalkhabbaz I am considering releasing a new version to prepare my PR #539. Are any fixes pending for this release? |
Hi @chrisleekr, I'm working on a chore PR to move the next best grid amount calculations into the backend to have a cleaner front implementation (in preparation for a future functional improvement). It should be ready during the weekend. You can release before if you want though. |
@chrisleekr No problem. I'm also working on PR to fix #594, but I was busy last few weeks and didn't finished it yet. If you can wait, I'll prepare it for next week. |
Nice @uhliksk thanks! I will wait. :) |
Hi @chrisleekr I am looking for the same issue that @uhliksk is looking for. @uhliksk |
Version
v0.0.96
Description
When rest of grid trades after already executed ones are removed and stop-loss is triggered, it will cause infinite loop of
trailingTrade
crashes trying to remove last buy price.To Reproduce
Expected Behaviours
It should remove last buy price.
Screenshots
Additional context
The text was updated successfully, but these errors were encountered: