WIP crypto arbitrage bot
At time of writing bot creates a graph for traversal using Bellman-Ford algorithm to detect triangular arbitrage opportunities.
The main idea behind triangular arbitrage is that if you have currencies $A, B, C, \ldots $ exchanging for rates
Current functionality: Scans an exchange with tickers with "AAA/BBB" formatting and detects arbitrage opportunities between input currencies.
Account for transaction fees
Execute trades
Build UI and visuals (probably with Flask)