-
Notifications
You must be signed in to change notification settings - Fork 2k
Binance order errors #876
Comments
Do you have enough $ on your account because the first part of the error code is : "Account has insufficient balance for requested action." |
I have 400 USD. Shouldn't this trigger some rejection of order instead of an error occurred message? |
i currently am encountering the same issue and have enough funds to cover the trade. i believe this is an issue with binance's api. has anyone figured out a way around it? |
Same here. I have set 100% of funds to buy. Now it trades but often runs into the error above. I use the neural strategy. |
It seems to be a rounding bug in zenbot in |
I encountered the same error while I tried to sell on limit ... messing up hours of research , but finally solved it.Each time i wanted to sell binance took me 0.1% FEE for every transaction i made so instead of selling 324 units , binance forced me to sell 323... . Here is the formula for doing this new_quantity = int(quantity - (0.050*quantity)/100).Good luck :>. |
Still getting this. Using BNB for fees, of which I have plenty. Zenbot purchase 10 EOS just fine, then a bit later goes to sell it back. Every time it does, it gets "Account has insufficient balance for requested action." even though the sell order actually shows up on my Open Orders screen on Binance. Over and over it places and adjusts sell orders, always getting that error, even though they're actually going through and appearing correctly on Binance. This issue on another project suggests we shouldn't even be looking at this error and instead should be looking at our trade history: https://github.com/taniman/profit-trailer/issues/452 |
I get this error in almost every order:
Is this a bug?
The text was updated successfully, but these errors were encountered: