maxme / bitcoin-arbitrage

Bitcoin arbitrage - opportunity detector
MIT License
2.47k stars 857 forks source link

i not understand how TraderBot work #61

Closed blackout314 closed 5 years ago

blackout314 commented 5 years ago
2019-07-09 12:07:36,353 [WARNING] [TraderBot] Can't automate this trade, client not available: GDAXEUR

why?

maxme commented 5 years ago

Currently you have to define bot clients in arbitrage/observers/traderbot.py:

https://github.com/maxme/bitcoin-arbitrage/blob/2ad7390d0c567b89a82a783291c9dcdfbddac00b/arbitrage/observers/traderbot.py#L11-L14

This not a good way to do it, and should be added to the config file eventually.

blackout314 commented 5 years ago

and i need to create by my hand krakener.PrivateKrakenEUR() ?

blackout314 commented 5 years ago

thank you for your response