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

Increase the number of coin pairs by ignoring transfer restrictions on the right side of the pairs #77

Closed cryptoeax closed 6 years ago

cryptoeax commented 6 years ago

When considering exchange pair (A, B) for arbitrage, we try to optimize the usage of our money by not using altcoins that are too expensive to transfer or take too long to transfer. See https://github.com/cryptoeax/arbbot/blob/33989cead96849e69a8d0bc410748bd28ed83952/bot/Exchange.php#L49

The idea here is to consider all altcoins that B supports, since we won't need to make a transfer at B so the transfer restrictions there are irrelevant.