Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 650 Bytes

File metadata and controls

20 lines (12 loc) · 650 Bytes

Bitfex Trade Bot

Just a simple minimal implementation of BitFex trade bot in Ruby.

Usage is simple:

bundle
EMAIL=your@mail.trade PASSWORD=sup3r PAIRS=BTC_RUR,ETH_USD bundle exec bot.rb

For now bot just takes rates from wex/bitflip and make orders, then close orders.

More implementation details, refactoring and so on coming soon :-)

License

WTFPL

It is free software, and can be used, modified and distributed under the terms of the Do What The Fuck You Want To Public License.