Skip to content

Releases: hstove/rbtc_arbitrage

2.4.0

25 Jul 17:56
Compare
Choose a tag to compare

Pulled a few PR's, thanks contributors!

  • #14 removed the Bitstamp submodule - @ukd1's solution is much better.
  • #15 updates the Coinbase gem
  • #11 tests against ruby 2.1.1

2.2.0

05 Apr 21:52
Compare
Choose a tag to compare
  • Fixes issues related to 'Gemfile not found'
  • Fixes issues related to Bitstamp files not found.
  • Adds colored output with tco
  • adds Bundler and Rake as explicit dependencies

full changelog from 2.0.2

2.0.1

23 Mar 23:46
Compare
Choose a tag to compare

No more MtGox. Their API is no longer supported by rbtc_arbitrage. Campbx is the new default exchange for the --seller option.

Fixed a bug caused by a Bitstamp API change. If you saw something like undefined methodvwap=' for`, that bug has been fixed.

Better logging. The command used to end with a message like:

profit: $0.14 (2.51%)

It now also references your '--cutoff' argument. The new message would be:

profit: $0.14 (2.51%) is above cutoff of 2%

--notify

03 Jan 06:49
Compare
Choose a tag to compare

This release primarily implements a new option, "--notify". When this option is used, the trader will first check for the following environment variables:

  • SENDGRID_EMAIL: Your email. You can change this.
  • SENDGRID_USERNAME: get this from sendgrid / heroku
  • SENDGRID_PASSWORD: get this from sendgrid / heroku

This release also fixes 2 bugs:

  • fixes any errors from using the --repeat option
  • fixes an error where heroku scheduler couldn't recognize rbtc

coinbase && --repeat

24 Dec 06:55
Compare
Choose a tag to compare
  • Adds coinbase support
  • adds a --repeat option for recursively running rbtc.

v1.2.0

23 Dec 00:41
Compare
Choose a tag to compare
  • Fixed bug in logging when sell price was below buy price
  • symbolizes keys in options hash of Trader.initialize
  • raises SecurityError if BTC-e API keys are bad

cambx && btc-e

22 Dec 22:49
Compare
Choose a tag to compare
  • CampBX support
  • BTC-e support
  • better client interfaces and tests

v1.0.0

18 Dec 16:13
Compare
Choose a tag to compare
  • Full refactor. Much better code.
  • 100% test coverage.
  • Modularized exchange-specific code to allow for easier extension.
  • CLI buyer and seller option.