Four part series teaching you how to build a crypto trading bot.
- Python 3 (tested on 3.10 and 3.9)
 - Familiarity with Python. Dataframes are used, but no in depth knowledge required
 - Cross platform. Tested on Windows and macOS
 - Familiarity with trading terms (candles, buy signals, trailing stop)
 - Familiarity with Binance or equivalent centralized crypto exchange
 
- Build Your Own Crypto Trading Bot with Python and Binance: Getting Started
 - Retreive Candlesticks
 - Calculate RSI with Python
 - RSI Strategy with Python
 - Make Trades on Binance with Python
 - List Open Orders on Binance with Python
 - Cancel Open Orders on Binance with Python
 
Demonstrates how to connect to Binance using the Binance provided Python wrapper.
Demonstrates how build and codify a working trading bot strategy.
Demonstrates functionality place trades on Binance, with options to test (default) and live trade
Capstone episode demonstrating how to put all the code together