How To Build a Cryptocurrency Trading Bot with Python & the Binance API [SMA/RSI/Buy Limit Orders]

Опубликовано: 24 Июль 2022
на канале: Algovibes
25,787
528

In this video we will construct a cryptocurrency trading bot which is placing a buy limit order when the close price is above the simple moving average (SMA) and the Stochastic RSI value K-line is below 0.05. We are going over everything needed to fire and keep track of the buy limit order. You can use this infrastructure to play a bit around with other indicators as well.

Get the Notebook/Source code by becoming a Tier-2 Channel member:
   / @algovibes  

Disclaimer: This video is not an investment advice and is for educational and entertainment purposes only! Cryptocurrency and automated trading is bearing a high amount of risk which might result in a total loss of your invested capital.

Pullback video (Price/Quantity/Lot size calculation):
   • Pullback Trading Bot implemented in P...  

Previous video Backtest / Strategy:
   • Backtesting Rayner Teos 3588% Stochas...  

Set up Binance API video:
   • Introduction To Automated Trading Wit...  

Video on deployment on the Google Cloud Platform (GCP) / Cronjobs:
   • How to deploy a Cryptocurrency Tradin...  

Also please check out my cryptobot playlist, there is a lot more stuff to check out if you are interested in those kinds of topics:
   • Cryptocurrency Bots / Automated Crypt...  

Be invited to check out my Fundamental Python course to get started:
https://www.udemy.com/course/python-p...

If you want to support me you can register for Binance with this link:
https://www.binance.com/en/register?r...

00:00 - 02:10 Introduction / Disclaimer
02:10 - 04:36 Libraries / Pulling Crypto price data
04:36 - 07:07 Indicator calculation / Buy condition
07:07 - 13:26 Buy Limit order: Helper functions RECAP
13:26 - 16:52 Buy and Sell function
16:52 - 18:52 Checking buying signals & position
18:52 - 22:00 Extract order status infos / update time
22:00 - 25:16 Checking selling signals & position
25:16 - 29:20 Running the bot
29:20 - 31:18 DEPLOYMENT: What I would do different!

#Python #Tradingbot #Crypto #Binance