Cryptocurrency / Bitcoin Trading Bots in Python
Algo / Automated Cryptocurrency Trading with Python-Based Open Source Software
Guides and Instructional YouTube Videos by @BlockchainEng Joaquin Roibal focusing on crypto trading strategies such as Triangular Arbitrage, Market Making, etc.
Hello and welcome to the code repository of @BlockchainEng Joaquin Roibal.
This Github Repository is used as a collection of python codes that you may find useful for making your own cryptocurrency trading bots or applying advanced trading strategies (Triangular Arbitrage, Market Making) to the cryptocurrency markets. Among other useful tools.
You may want to begin by watching my youtube video channel on introduction to crypto bot trading or advanced strategies such as triangular arbitrage, which will help you to understand the purpose and reasoning behind the code in this repo.
CRYPTO TRADING BOT VIDEOS: https://www.youtube.com/channel/UCVTnyT4fUxYkvawbggo8-AQ
Getting Started with Crypto Trading Bot Software
The purpose of these bots is to implement an advanced strategy of cryptocurrency trading on a cryptocurrency exchange, such as Binance. You will need a computer, a binance account, and a copy of this code. You will be able to run this bot as a software to make profitable trades for you.
Blockchain Engineer Crypto Trading Bot Python Binance Code
TO SUPPORT THIS PROJECT SEND BTC: 1BYrAED4pi5DMKu2qZPv8pwe6rEeuxoCiD
This Portfolio contains Beginner & Advanced Cryptocurrency Trading Bots Written in Python. You are most likely interested in one of three main files/implementations of particular strategies:
Triangular Arbitrage - Crypto_Triangular_Arbitrage_Bot.py is the newest form of the crypto triangular arbitrage bots, and has all functionality to trade and output results via twitter. (Read More: https://medium.com/@BlockchainEng/triangular-arbitrage-with-cryptocurrency-on-binance-exchange-with-python-videos-and-code-real-bc63d0905d05 ) NOTE: This is the most up to date tri arb code available; Historic versions available in Historic-Legacy folder.
Beginner - RoibalBot_BinanceBot.py (converted from original - Roibal Bot) (Read More About Binance Trading Bot Here: )