donaldng / bitfinex-arbitrage

arbitrage between crypto pairs in Bitfinex

Home Page:https://bitfinex.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bitfinex Arbitrage

The purpose of this arbitrage bot is to find arbitrage opportunity in between of pairs instead of exchanges.

Currently it can only tracks for arbitrage opportunity. Automated trading on arbitrage opportunity will be added soon.

Disclaimer

This is just an experimental/POC arbitrage bot, please use it on your own risk.

How to use

To start the program, execute run.py and pass in symbol paramenter.

E.g. Symbol parameter as in IOT, OMG, etc.

$ python3 run.py omg 

Installation

This arbitrage bot requires python 3 to run.

You need to install required modules, and a running mongodb.

$ cd bitfinex-arbitrage
$ virtualenv -p python3 venv
$ . venv/bin/activate
$ python3 -m pip install -r requirements.txt
$ cp config.py.sample config.py
$ vi config.py

Risk

Current version of exit strategy is unstable, and not tested yet, please avoid running with deeply staked account, and only use if you know what you're/the code are doing!

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

arbitrage between crypto pairs in Bitfinex

https://bitfinex.com

License:MIT License


Languages

Language:Python 100.0%