Git Product home page Git Product logo

bitcoin-arbitrage's Introduction

Fork from the work of Maxime Biais : https://github.com/maxme/bitcoin-arbitrage

This is a work in progress.

bitcoin-arbitrage - opportunity detector and automated trading

It gets order books from supported exchanges and calculate arbitrage opportunities between each markets. It takes market depth into account.

Currently supported exchanges to get data:

  • MtGox (USD, EUR)
  • Bitstamp (USD, ~EUR)
  • Bitcoin24 (EUR)
  • Bitfloor (USD)
  • Bitcoin-Central (EUR)
  • BTC-e (USD, EUR)
  • Intersango (EUR)
  • Bitfinex (USD)
  • Kraken (USD, EUR)
  • Bitcoin-Central (EUR)

Currently supported exchanges to automate trade:

  • MtGox (EUR, USD)
  • Bitstamp (USD)
  • Bitcoin-Central (EUR) - (API changed)

Contributer donation addresses:

  • Maxime Biais (maxme) - 1Maxime7WnLqq24hasMA872JZ4VBGMDbKk
  • Ryan Casey (ryepdx) - 19MMTc2TZovaJZjwtmVgmoUuWk8XDYPSgi

WARNING

Real trading bots are included. Don't put your API keys in config.py if you don't know what you are doing.

Installation And Configuration

cp arbitrage/config.py-example arbitrage/config.py

Then edit config.py file to setup your preferences: watched markets and observers. You can also create a config.json file to override the variables defined in config.py. If you have blinker and watchdog installed, the arbitrage bot will automatically update its settings any time a change is made to config.json.

You need Python3 to run this program. To install on Debian, Ubuntu, or variants of them, use:

$ sudo apt-get install python3 python3-pip python-nose

To use the observer XMPPMessager you will need to install sleekxmpp:

$ sudo pip3 install sleekxmpp

To use the observer WebSocket, you will need to install tornado and blinker:

$ sudo pip3 install blinker tornado

Watchdog must be installed and the WebSocket observer must be turned on in order to use bitcoin-arbitrage-ui. Bitcoin-arbitrage-ui is a browser-based GUI for this arbitrage bot, and can be downloaded from https://github.com/ryepdx/bitcoin-arbitrage-ui

You may have trouble with the copy of watchdog currently in PyPI. If that's the case, try installing it directly from source:

$ wget https://github.com/gorakhargosh/watchdog/archive/master.zip
$ unzip master.zip
$ cd watchdog-master
$ sudo python3 setup.py install
$ cd ..
$ sudo rm -fr watchdog-master master.zip

Run

To run the opportunity watcher:

$ python3 arbitrage/arbitrage.py
2013-03-12 03:52:14,341 [INFO] profit: 30.539722 EUR with volume: 10 BTC - buy at 29.3410 (MtGoxEUR) sell at 29.4670 (Bitcoin24EUR) ~10.41%
2013-03-12 03:52:14,356 [INFO] profit: 66.283642 EUR with volume: 10 BTC - buy at 29.3410 (MtGoxEUR) sell at 30.0000 (BitcoinCentralEUR) ~22.59%
2013-03-12 03:52:14,357 [INFO] profit: 31.811390 EUR with volume: 10 BTC - buy at 29.3410 (MtGoxEUR) sell at 30.0000 (IntersangoEUR) ~10.84%
2013-03-12 03:52:45,090 [INFO] profit: 9.774324 EUR with volume: 10 BTC - buy at 35.3630 (Bitcoin24EUR) sell at 35.4300 (BitcoinCentralEUR) ~2.76%

Note, this example is real, it has happened when the blockchain forked. MtGox is a very reactive market, price dropped significally in 1 hour, this kind of situation opens very good arbitrage opportunities with slower exchanges.

To check your balance on an exchange (also a good way to check your accounts configuration):

$ python3 arbitrage.py -m MtGoxEUR get-balance
$ python3 arbitrage.py -m MtGoxEUR,MtGoxUSD,BitstampUSD get-balance

Run tests

$ python3 arbitrage/run_tests.py

TODO

  • Tests
  • Write documentation
  • Add other exchanges:
    • icbit
    • BitFinex
  • Update order books with a WebSocket client for supported exchanges (MtGox, Bitcoin-Central)
  • Better history handling for observer "HistoryDumper" (Redis ?)
  • Move EUR / USD from a market to an other:
    • Coupons
    • Ripple ?
    • Negative Operations

LICENSE

MIT

Copyright (c) 2013 Maxime Biais [email protected]

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.