Releases: hstove/rbtc_arbitrage
Releases · hstove/rbtc_arbitrage
2.4.0
2.2.0
2.0.1
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 method
vwap=' 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
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
- Adds coinbase support
- adds a
--repeat
option for recursively runningrbtc
.
v1.2.0
cambx && btc-e
- CampBX support
- BTC-e support
- better client interfaces and tests