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

Upgrade Bittrex's minimum order size #35

Closed cryptoeax closed 6 years ago

cryptoeax commented 6 years ago

Per their Nov 24 email:

Raising the minimum trade size: Within the next 2 weeks, the minimum allowable trade value for orders will go from 50,000 Satoshi to 100,000 Satoshi. We will also require a minimum trade quantity on a per market basis.

The first part is easy to change, the second part needs more work, but we need to see how much it would affect the bot. This change has already started to cause MIN_TRADE_REQUIREMENT_NOT_MET errors from Bittrex...

cryptoeax commented 6 years ago

38ec5108bc5df7645358e5629990480f457c864e is the first part of this.

cryptoeax commented 6 years ago

FWIW so far 38ec5108bc5df7645358e5629990480f457c864e seems to have stopped all of the MIN_TRADE_REQUIREMENT_NOT_MET errors that my bot has been getting...

cryptoeax commented 6 years ago

This seems to be fully fixed!