bitcoin-arbitrage-trading-bot
bitcoin-arbitrage-trading-bot copied to clipboard
Trading bot which exploits price-spreads between cryptocurrency exchanges :mag::money_with_wings:
The reload every 5s apparently overrides the request to get another page like /today or /all-spreads. -> Do the reload smarter
monitor has a setup_logger script which returns a logger. flask as a logger object at app.logger
Options - Store in DB timezoned - Store in DB in UTC and transform to timezoned datetime everywhere I guess option 1 is preferable? Btw, the monitor itself has auch...
for today and all views. the min/max could be done with aggregate functions in the db aswell instead of how it's currently done
Priolist: - Bitstamp buy - Gdax sell - Bitfinex buy We probably want to go for limit orders but with a limit that will probably immediately be executed.
Bitfinex API is unreachable currently. Probably would be a smaller problem, if each update process would be async itself (see #23). ``` Traceback (most recent call last): File "/home/max/.virtualenvs/bitcoin-arbitrage-5sdT_1ZK/lib/python3.6/site-packages/urllib3/connectionpool.py", line...