An open API service indexing awesome lists of open source software.

https://github.com/iepathos/arbiter

Arbiter is an arbitrage program written in Python as a response to priceonomics.com Bitcoin Arbitrage coding puzzle.
https://github.com/iepathos/arbiter

Last synced: 8 months ago
JSON representation

Arbiter is an arbitrage program written in Python as a response to priceonomics.com Bitcoin Arbitrage coding puzzle.

Awesome Lists containing this project

README

          

#Arbitrage Program
Written in response to priceonomics.com Bitcoin Arbitrage coding puzzle.

Written by Glen Baker - iepathos@gmail.com

- [RatesWalker](https://github.com/iepathos/arbiter/blob/master/rates.py#L40) - Retrieves rates, can create directed graphs and images of data sets.
- [Arbiter](https://github.com/iepathos/arbiter/blob/master/arbiter.py#L69) - Determines best possible arbitrage opportunity in data sets retrieved by RatesWalker.
- [Example Output](https://github.com/iepathos/arbiter/blob/master/sample%20run.png)

##Usage
./arbitrage

Hit any to begin and any key to re-run after that.
Hit 'q' to quit.

Please note, your terminal window must be sized properly when you begin running the program to be able to see all of the Arbiter output.