Roibal / Cryptocurrency-Trading-Bots-Python-Beginner-Advance

Crypto Trading Bots in Python - Triangular Arbitrage, Beginner & Advanced Cryptocurrency Trading Bots Written in Python
https://www.youtube.com/channel/UCVTnyT4fUxYkvawbggo8-AQ
MIT License
1.29k stars 438 forks source link

Which Crypto Trading Bot Codes are Trading? #26

Closed ghost closed 5 years ago

ghost commented 5 years ago

Hello again. The only one bot that I was able to run was this one CryptoTriangularArbitrageBinanceBot.py but which is not trading in reality. I would suggest to make only one version of the bot and fix all these issues.

ghost commented 5 years ago

Okay. I was also able to run BinanceTriArbTrader.py but always lags and shows FAILURE INITIALIZE and restarts at this point.

ghost commented 5 years ago

https://share.icloud.com/photos/0okUhWpdpJ7xuxgqmfAK2RFkg

ghost commented 5 years ago

Let me know when you read it, please.

ghost commented 5 years ago

Update: It works, I fixed it on my own, there were just problems with already non-existing pairs against BCC and PAX. But it does not look like trading although I already had a chance too see Arbitrage Possibility - Potential profit... Why does not it trade?

JohnyDoe19 commented 5 years ago

Any news?

ghost commented 5 years ago

Does not trade.

Roibal commented 5 years ago

Hi all and thank you for your questions. The Trader bot will in fact trade, however, most likely the fees are too high for a profitable trade (and therefore it will not trade). Profitable Triangular Arbitrage Opportunities are VERY rare, generally requires optimizing your connection and AWS hosting, as well as requires higher Binance VIP level.

Roibal commented 5 years ago

I added a fix to the Trader so that it will properly display error messages - if possible update your bot and post the new error message.