How To Build a Cryptocurrency Live Trading Bot with Python (Binance API) Using Technical Indicators

preview_player
Показать описание
In this video we are building a Cryptocurrency trading bot with Python using the Binance API. We are using a slightly different approach pulling the data and exemplary apply technical indicators to the data.
In the end we are discussing if it makes sense to even apply those indicators.

If you enjoy my content or can extract value out of it please subscribe.

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

Disclaimer: This video is not an investment advice and is for educational and entertainment purposes only. Also be really cautious placing real trades with this approach as the number of trades is not limited!

You can register for Binance with this affiliate link if you want:

Video on Trailing Stop Loss:

Video on setting up the Binance API:

0:00 - 02:06 Introduction
02:06 - 09:02 Getting live crypto data
09:02 - 12:48 For those NOT using Jupyter: Code in raw Python
12:48 - 14:06 Libraries and setting up the Binance client to execute orders
14:06 - 19:08 Trading strategy implementation: Buying Condition
19:08 - 28:00 Trading strategy implementation: Selling Condition
28:00 - 32:20 Let's trade
32:20 - 33:50 The problem of applying technicals to live data and how it should be done

#Python #Cryptobot #Binance
Рекомендации по теме
Комментарии
Автор

One of the finest youtube channel.. hope u get more views ..

anshmiester
Автор

Dude thanks a million, was looking for this kind of video tutorials on youtube, subscribed

paulestrada
Автор

I'd love to see what you would do to build out a full technical analysis version that streams one a minute or so, and uses the longer term RSI.

rustedrootbeer
Автор

Wow 🔥😳

Great content once again. Usually I never subscribe any channels as they spam by posting useless contents. But your channel is exceptional. Now subscribed with ❤️


If possible post a python crypto trading bot using grids. Many apps are there but still our own code have more value 😂

suthantech
Автор

Hey, again thx for this awesome vid. I ran into a Problem with "df.columns=[...] " but running "df.rename(columns=[...]" fixed it for me!

GVUEpi
Автор

Sir how can we run multiple symbols in the programme

Please help me out

TradingBantai
Автор

17:09 ... arent you missing a '< 0' after the n-2?

MUKnives
Автор

Thanks for the useful video sir 🙏
Can you please make a tutorial for a bot that places your Stop Loss at break even once your 1st Take Profit hits?

kutpat
Автор

Thanks for this amazing video and valuable information., ,👍🏽👏🏽

wilmenmedina
Автор

Nice video.Please I'll like to know if it is possible to automate Binance convertion(converting from one crypto to another) with Python. If so, how?

emkjuslen
Автор

Congrats for the channel, very instructive and fun to watch! Is there a small typo in the line (ta.momentum.roc(df.Price, 30).iloc[-2]:)? Should't it be (ta.momentum.roc(df.Price, 30).iloc[-2]<0:? Please forgive-me if I'm mistaken but I didnt understand the logic without the "<0". Again, great content!

sergioteixeira
Автор

Great video! When you are adding "async def main():" in front of "async with stream as receiver:"; what IDE are you using to get it to return a value without the "async def main(): in front"? I am using Jupyter inside of VS Code and tried just in Jupyter and cannot recreate. Thanks!

gamingwithryan
Автор

Hey there, loved the video, but i think you made a small error when you checked the ROC, you checked if the -1'st was above 0 and not if the -2 was below 0. (You meant to, but the code says otherwise) Lemme know if I'm wrong.

fuba
Автор

bro, i've been watching many videos from your channel about python trading bot and now I'm about to try something. This is the first time I am downloading Python, could you suggest the first video from you I should watch? There is any video from you for noobz? and last but not least, can we test the bot in a virtual market or something not live? where? thanks and F+!

unkler
Автор

Hej
Thank for useful video.🙏
I have found a problem with TA-library. I installed it but could not import in Jupytor notebook.

annooqan
Автор

Hi, love your content and looking forward to the next one with the indicators calculated over a longer timeframe. Hope to see you trade some of them ‘I don’t really care’ tokens then ;)

KrmrsVids
Автор

Nice work man.... dose it work when your device is off.

manoll
Автор

sir can you make buy and sell alert on random indicators on tradingview

leonardlena
Автор

Algovibes, question! How do you get the quanity updated based on what it is avaialble in your binance account. I am referring to the opportunity to let's say buy 50, then selling 50 but 0.1 of profit, then you can buy again but instead of 50, you are buying 50.1 and so on and so on. Is there a way to update that in the while loop? thanks!

DrRbot
Автор

Do you take trading fees into account when going for small profits? On coinbase buy and sell market orders total 1.2% in fees before any profit is made.

KK-nobe
visit shbcf.ru