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.26k stars 433 forks source link

Crypto_Triangular_Arbitrage_Bot.py not properly trading #7

Closed Roibal closed 5 years ago

Roibal commented 5 years ago

I have worked on the crypto triangular arbitrage bot many times and documented entire development process of python based crypto triangular arbitrage bot on Youtube Videos.

Currently the triangular arbitrage bot is not working, it will purchase coin 1 and 2, but won't purchase original coin to complete the triangular arbitrage.

The issue with bids/asks was fixed, currently the issue is getting caught on the requirement of purchasing whole binance coins, due to exchange rate fluctuations etc--although this issue may have been fixed when binance celebrated 1 year anniversary and modified fees.

Additionally, code will need to be modified for new fee schedule.

In conclusion, the crypto triangular arbitrage bot is 99.9% functionally, just needs a final polishing to get it to work 100% correctly.

Roibal commented 5 years ago

Very Grateful to @Penlo for the progress he has achieved on this issue and helping improve the tri arb bot.

Roibal commented 5 years ago

Also , the TriArbTrader.py bot is the best , most highest functioning while the 'Data Collection' is also important if you want to visualize the markets.