bitcoin-arbitrage-trading-bot icon indicating copy to clipboard operation
bitcoin-arbitrage-trading-bot copied to clipboard

Trading bot which exploits price-spreads between cryptocurrency exchanges :mag::money_with_wings:

Results 13 bitcoin-arbitrage-trading-bot issues
Sort by recently updated
recently updated
newest added

The reload every 5s apparently overrides the request to get another page like /today or /all-spreads. -> Do the reload smarter

bug
component:webui

monitor has a setup_logger script which returns a logger. flask as a logger object at app.logger

enhancement
question
component:webui
component:monitor

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...

enhancement
good first issue

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

enhancement
component:webui

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.

headline-feature

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...

bug