Featured

SIMPLEST POSSIBLE Trading Bot with Python using the Binance API



Published
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.

Please watch the mentioned video beforehand:
https://youtu.be/HB1CLz0Z1NY

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:
https://youtu.be/_IV1qfSPPwI

Video on setting up Cronjobs:
https://youtu.be/uEn1uZtPMzw

Check out my GCP playlist to execute scripts on a Virtual Machine:
https://youtube.com/playlist?list=PL9ATnizYJ7f9ZGSx-7siizxqh4VtRZblk

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?ref=17165515

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
Category
Job
Be the first to comment