CodeReclaimers / btce-bot

Library to support building trading bots for the BTC-e cryptocurrency exchange.
MIT License
52 stars 28 forks source link

The current design would make it clumsy to write an arbitrage bot, for example, because the TraderBase assumes each trader only handles one currency pair. This will be addressed in the next major update. #1

Closed alanmcintyre closed 11 years ago

alanmcintyre commented 11 years ago

TraderBase now expects to get a list of pairs, not just one pair.