Skip to content

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

Notifications You must be signed in to change notification settings

jimtin/crypto_trading_bot_with_binance_and_python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages