SIMPLEST POSSIBLE Trading Bot with Python using the Binance API

Опубликовано: 02 Январь 2022
на канале: Algovibes
77,338
1.5k

Happy New Year all! :-)
Based on some feedback I built probably the simplest form of a trading bot and tried my best to make it accessible for beginners.
The Bot is holding coins which fulfill the condition of the Fast SMA (7 time step window) being above the Slow SMA (25 time step window). I am considering hourly data here.

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

Please watch the mentioned video beforehand:
   • HUGE SCALE Backtest of Intraday Crypt...  

Please also watch the linked videos below that video. I am assuming some knowledge on the Binance API in this video.

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

Video on setting up Cronjobs:
   • Schedule Python scripts with crontab ...  

Check out my GCP playlist to execute scripts on a Virtual Machine:
   • Python in the Cloud  

If you want to support me you can register for Binance with this link, but don't feel forced to:
https://www.binance.com/en/register?r...

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.


00:00 - 01:58 General Explanation / Prerequisites / Disclaimer
01:58 - 02:58 Creating the initial csv file
02:58 - 03:32 Libraries
03:32 - 06:10 Position frame and Position Change
06:10 - 08:04 Pulling (hourly) price data from Binance
08:04 - 09:45 Calculate technical indicators and last row relevance
09:45 - 15:40 Main Trading function
15:40 - 17:08 Recap of how the Trading function works
17:08 - 18:14 Running the Trading function
18:14 - 18:15 RIP Headphone users (sorry)
18:15 - 18:38 How to deploy this script (covered in linked videos)
18:38 - 19:02 My promise!

#Python #Tradingbot #Crypto #Binance