Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.92 KB

File metadata and controls

33 lines (25 loc) · 1.92 KB

Code for Series How to Build a Crypto Trading Bot with Binance and Python

Four part series teaching you how to build a crypto trading bot.

What You Need

  • 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

YouTube Episodes

  1. Build Your Own Crypto Trading Bot with Python and Binance: Getting Started
  2. Retreive Candlesticks
  3. Calculate RSI with Python
  4. RSI Strategy with Python
  5. Make Trades on Binance with Python
  6. List Open Orders on Binance with Python
  7. Cancel Open Orders on Binance with Python

Blog List of Episodes

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