wardbradt / peregrine

Detects arbitrage opportunities across 131 cryptocurrency exchanges in 50 countries
MIT License
1.19k stars 338 forks source link

implemented fees for multi-exchange arbitrage #18

Closed wardbradt closed 6 years ago

wardbradt commented 6 years ago

added unique_paths to bellman_multi_graph.py, fees to multi_exchange.py (changed the frequent exchange variable in iterations from a ccxt exchange object to a dict),