-
Notifications
You must be signed in to change notification settings - Fork 2k
binance order cost = amount * price should be > 0.001 BTC #900
Comments
Please apply a fix for check if a current account doesn't have enough balance >= 0.001 BTC let show warning or stop the bot. minimum order BUY/SELL limit at binance.com is 0.001 BTC. thanks |
this fix is not working for IOTA/BTC my current settings are: Any help would be great! |
i have this issue too. |
could it be that the bot is confused with the trading fee via BNB tokens? the standard trading fee is 0.1% but with BNB present and BNB trading enabled it lowers to 0.05%. It seems the bot tries to deduct the trading fee and goes then in a retry loop of small orders that don't execute. Update: The 99% buy and sell percentage currency amounts listed in the default conf-sample.js confused my bot. Have changed that. But I still think we should solve the above MIN_NOTIONAL issue. Update2: I changed the 99% to 100% but then a new issue occured with insufficient funds. So falling back to 99% and just live with this annoying error. At least it trades. Here the output from my bot: An error occurred { Error: binance order cost = amount * price should be > (0.001 BTC or 0.01 ETH or 1 BNB or 1 USDT){"code":-1013,"msg":"Filter failure: MIN_NOTIONAL"} @abduegal Adding the core developer of the binance extension. He may know. |
I'm having the same issue with binance.XMR-BTC . Tried buy_pct and sell_pct to 99% |
Please update ccxt to most recent version, this should be fixed already. Thx! |
Hmm.. I still seem to be getting this from a git pull today. |
Pretty sure we didn't update ccxt to the most recent version yet, so that should not be too surprising. |
Is this fixed in unstable and hasn't made it to master yet? |
Still having the same error ... any word on the fix? |
As this seems to be the most "active" issue on "insufficient funds" errors i sum the current state up here. Matter of the fact is we currently have multiple problems with buy_order sizing, especially if the bot is set to buy at or near to 100% of our balance 👉 I already started working on this with yesterdays PR #1376 which separates buy order size calculation between 100% and non-100% orders. Further problems, i intend to look into in the following days, are:
|
System information
Describe the problem
Describe the problem clearly here. Be sure to convey here why it's a bug in Zenbot or a feature request.
Source code / logs
An error occurred { Error: binance order cost = amount * price should be > 0.001 BTC {"code":-1013,"msg":"Filter failure: MIN_NOTIONAL"}
at binance.handleErrors (/home/zenbot/zenbot/node_modules/ccxt/js/binance.js:627:19)
at response.text.then.text (/home/zenbot/zenbot/node_modules/ccxt/js/base/Exchange.js:412:18)
at
at process._tickCallback (internal/process/next_tick.js:188:7) constructor: [Function: InvalidOrder] }
Binance API is down! unable to call buy, retrying in 20s
[ { price: '0.00002340',
size: '29.36043000',
orig_size: '29.36043000',
remaining_size: '29.36043000',
orig_price: '0.00002340',
cancel_after: 'day',
product_id: 'ZRX-BTC',
post_only: true,
type: 'limit',
side: 'buy' } ]
The text was updated successfully, but these errors were encountered: