cryptoeax / arbbot

Arbitrator, a bitcoin/altcoin arbitrage trading bot
https://gitter.im/cryptoeax-arbbot/Lobby
GNU General Public License v3.0
199 stars 78 forks source link

Handle Bittrex minimum tick sizes #36

Closed cryptoeax closed 6 years ago

cryptoeax commented 6 years ago

Per their Nov 24 email:

Creating minimum tick sizes: Within the next 2 weeks, on a per market basis, we will be instituting minimum tick sizes that are based on the current price of the market. The target is to have minimum trade sizes that are near 0.1% of the current price. The current minimum tick size is 1 Satoshi. For example, Ethereum trades at 0.0577 Bitcoin. Bids and asks can only be placed in 0.0001 increments. So the next levels allowable levels on the order book will be 0.0576 and 0.0578.

This means that if the bot tries to place any random order it may fail. It would be nice if someone can let me know if they have seen their bot run into any errors when trading on Bittrex due to this change recently. Thanks!

cryptoeax commented 6 years ago

Looks like #35 has taken care of the issue completely thankfully.

cryptoeax commented 6 years ago

Perhaps we need to reopen this, looks like MIN_TRADE_REQUIREMENT_NOT_MET errors are back...

Exalovic commented 6 years ago

As seen I got this error today 8wih1yj

Exalovic commented 6 years ago

Got another one, i have 28 vrc on the exchange and max trade size set to 0.005 so it should be able to do much bigger trades anyways

vxvbh0b

cryptoeax commented 6 years ago

This was fixed in 4655aecae18e2197335a1b67b3fd745c41093ea7 and the related commit series.