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.
This is just an experimental/POC arbitrage bot, please use it on your own risk.
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
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
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!
This project is licensed under the MIT License - see the LICENSE.md file for details