-
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
Price Filter tickSize problem on creating an order #284
Comments
Hello @caebwallace Temporarily fix: |
No effect, continues to display 2 decimals on AAVE after applying |
I had the same issue last night. The issue was as @habibalkhabbaz mentioned. A quick fix is to remove the symbol information when saving Global Settings. A proper fix will be periodically refreshing the exchange/symbol information. I will add the proper fix later. Updated: Docker image has been released. Restart with a new image
And then Go to Global Settings and just click Save Changes then Apply to global only. Let me know how it goes, and close the issue if it's resolved. |
Thank you @chrisleekr for the quick fix 💪 |
@habibalkhabbaz Yeah, I agree. Unfortunately, I am using HSET to save the symbol info which is not possible to set EXPIRE. |
I assume the issue is resolved. I will close the issue. |
Yep, will test that this afternoon ! |
To confirm you that v0.0.77 fix that issue on |
Version
v0.0.76 (9119c6d)
Description
As the ticksize in 0.1 and the create order use 2 decimals, there is a 'PRICE_FILTER' error.
https://api.binance.com/api/v3/exchangeInfo?symbol=AAVEUSDT
To Reproduce
Place a manual limit BUY order to AAVEUSDT with a 2 decimals price.
The text was updated successfully, but these errors were encountered: