ondra-novak / mmbot

Market Making trading bot for cryptomarkets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Binance - Unable to trade on Binance.

McxCZE opened this issue · comments

commented

Hi, could this be linked with this article from Binance ?

Thank you.

https://www.binance.com/en/support/announcement/2188a59425384e2082b79d9beccf669c

 > 2021-04-23 05:03:05 Warn. [0002][binance_LTCUSDT] Multiple buy orders (trying to cancel)
 > 2021-04-23 05:03:05 Error [0002][binance_LTCUSDT] binance: -2011 Unknown order sent. (placeOrder)
 > 2021-04-23 05:03:06 Warn. [0002][binance_RVNUSDT] Multiple buy orders (trying to cancel)
 > 2021-04-23 05:03:06 Error [0002][binance_RVNUSDT] binance: -2011 Unknown order sent. (placeOrder)
 > 2021-04-23 05:03:06 Warn. [0002][binance_RVNUSDT] Multiple buy orders (trying to cancel)
 > 2021-04-23 05:03:07 Error [0002][binance_RVNUSDT] binance: -2011 Unknown order sent. (placeOrder)
 > 2021-04-23 05:03:07 Warn. [0002][binance_RVNUSDT] Multiple sell orders (trying to cancel)
 > 2021-04-23 05:03:07 Error [0002][binance_RVNUSDT] binance: -2011 Unknown order sent. (placeOrder)
 > 2021-04-23 05:04:06 Warn. [0002][binance_LTCUSDT] Multiple buy orders (trying to cancel)
 > 2021-04-23 05:04:06 Error [0002][binance_LTCUSDT] binance: -2011 Unknown order sent. (placeOrder)
 > 2021-04-23 05:04:07 Warn. [0002][binance_RVNUSDT] Multiple buy orders (trying to cancel)
 > 2021-04-23 05:04:08 Error [0002][binance_RVNUSDT] binance: -2011 Unknown order sent. (placeOrder)
 > 2021-04-23 05:04:08 Warn. [0002][binance_RVNUSDT] Multiple buy orders (trying to cancel)
 > 2021-04-23 05:04:08 Error [0002][binance_RVNUSDT] binance: -2011 Unknown order sent. (placeOrder)
 > 2021-04-23 05:04:08 Warn. [0002][binance_RVNUSDT] Multiple sell orders (trying to cancel)
 > 2021-04-23 05:04:08 Error [0002][binance_RVNUSDT] binance: -2011 Unknown order sent. (placeOrder)
 > 2021-04-23 05:04:08 Warn. [0002][binance_RVNUSDT] Multiple buy orders (trying to cancel)
 > 2021-04-23 05:04:08 Error [0002][binance_RVNUSDT] binance: -2011 Unknown order sent. (placeOrder)
 > 2021-04-23 05:04:08 Warn. [0002][binance_RVNUSDT] Multiple sell orders (trying to cancel)
 > 2021-04-23 05:04:09 Error [0002][binance_RVNUSDT] binance: -2011 Unknown order sent. (placeOrder)
commented

Binance decreased 10-second order rate limit from 100 to 50, and 24-hour order rate limit from 200 000 to 160 000.

If I have 3 robots, tak makes 6 canceled and 6 created orders a minute. So that is 12x60x24 = 17 280 orders a day. So I am not even touching the limit, I believe this problem is tied to Binance Exchange and it seems that they have a problem somewhere else in their infrastructure.

commented

New update by owner of this project resolves the issue described above, I suggest you update to latest version, everything is working perfectly. GJ.