/crypto_trading_bot_with_binance_and_python

Tutorial on how to build a crypto trading bot with Binance and Python

Primary LanguagePython

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

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