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

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

Algovibes

3 года назад

101,139 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

The Chosen
The Chosen - 11.02.2023 03:29

Good job bro, JESUS IS COMING BACK VERY SOON;WATCH AND PREPARE

Ответить
James Antony
James Antony - 03.09.2022 18:27

Sir how can we run multiple symbols in the programme

Please help me out

Ответить
JGR
JGR - 02.08.2022 17:09

Hi Algovibes, Thank you for all your videos. Really informative.
I am trying to use the above method to stream kline data but I am running into errors regarding the closing price (the kline data presents OOHLC data as a dictionary within the dictionary). Any amendments you suggest to fix this? My error when running code is "c is not in index'
Thank you

Ответить
Emengkeng Juslen
Emengkeng Juslen - 08.06.2022 10:46

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?

Ответить
Mark Anthony Lorena
Mark Anthony Lorena - 01.06.2022 02:50

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

Ответить
rkem
rkem - 21.05.2022 19:17

Is this the same thing as Binance P2P arbitrage trading? Where can find resources/codes to build the bot that automates the process of finding prices or arbitrage opportunities.? Thanks 🙏

Ответить
Adri
Adri - 15.04.2022 01:55

Thanks for the video

Ответить
C B M CBM
C B M CBM - 22.03.2022 00:57

SyntaxError: 'async with' outside async function
Process finished with exit code 1

Anybody have this issue? I tried in PyCharm

Ответить
topki bat
topki bat - 14.03.2022 14:32

Make a video on margin trading’s

Ответить
Case Vault
Case Vault - 03.03.2022 16:12

absolutley great video! would the process be the same for the bybit exchange? thanks so much for the info :D

Ответить
Ömercan Düzenli
Ömercan Düzenli - 02.03.2022 21:18

Hello, in the beginning of the video you said it sells when we make %0.02 profit. Where can we change this value? Have a nice day.

Ответить
Jay *
Jay * - 13.02.2022 05:02

What do you do about the connection forcibly closed by remote host?

ConnectionError: ('Connection aborted.', ConnectionResetError(10054, 'An existing connection was forcibly closed by the remote host', None, 10054, None))

I get this after running the script for a few minutes.

Also get this when running

BinanceAPIException: APIError(code=-1021): Timestamp for this request was 1000ms ahead of the server's time.

Any help with the general error exceptions would be great.

Ответить
Towards Vega
Towards Vega - 21.01.2022 02:41

Hello Ago. Thanks for this tutorial. it is great tutorial. I have a quick question. I generated an order logic and wanted to test it before real order. I used create test order it brings me empty object. The empty object is really nonsense. is there a way for testing before real order? Thanks

Ответить
florian hannois
florian hannois - 20.01.2022 01:40

hello i try to make bot with your tuto but i got this
print(order)
^
SyntaxError: invalid syntax

just after the order.
i dont saw the error can some one tell me what is the error thanks.

Ответить
Epi Metheus
Epi Metheus - 16.01.2022 10:14

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

Ответить
Neco Wong
Neco Wong - 13.01.2022 16:02

Very helpful to me, thank you,.

Ответить
fuba44
fuba44 - 09.01.2022 23:02

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.

Ответить
Jeffrey Liu
Jeffrey Liu - 04.01.2022 09:03

So I saw you sell at 0.02% profit, isn't that very low?

Ответить
GamingWithRyan
GamingWithRyan - 22.12.2021 22:41

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!

Ответить
Dimas Jimenez
Dimas Jimenez - 20.12.2021 23:55

Really nice video.
Can you point me out what I'm doing wrong. I keep getting the error "async with outside async function" I'm using Spyder IDE.

Ответить
EssKay
EssKay - 09.12.2021 10:25

is the datastream link the same for everyone? or do i find my personal link

Ответить
Ton
Ton - 05.12.2021 21:39

Wow, great content! I am having trouble with the "data= await receiver.recv()", the code becomes stuck and won't give the data, once cancelled i only says "Cancelled error", anyone's got any idea what happens?

Ответить
Voltage Inc
Voltage Inc - 04.12.2021 21:31

Everything works fine, but when I execute the bot I get this error message: Filter failure: MIN_NOTIONAL - My Account on Binance has currently 25 USDT and my trading quantity is 2 ADAUSDT... So I should be able to buy ADA, right? Then whats the error?

Ответить
Praveer Rathore CS 2022
Praveer Rathore CS 2022 - 29.11.2021 21:30

Still getting an "engine" error.
Can you please help with this?
Even the engine package isn't being installed.

Ответить
Anno Oqan
Anno Oqan - 29.11.2021 00:03

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

Ответить
spooky
spooky - 25.11.2021 15:24

hallo programmierst du einem auch sachen? gutes video

Ответить
Sunil Joe
Sunil Joe - 22.11.2021 12:51

May I know which editor you are using for the scripting?

Ответить
Malcolm
Malcolm - 21.11.2021 19:04

I'm getting DeprecationWarning: There is no current event loop at this call:
loop.run_until_complete(main()) 
When I use

asyncio.get_running_loop()  instead of get_event_loop

I get 

RuntimeError: no running event loop

I'm using Python 3.10. Any ideas, anyone?

Ответить
phils T.
phils T. - 15.11.2021 16:52

Please can this build coded on a users computer or is for self. Thank you

Ответить
muratgilindamindanatlayanadam
muratgilindamindanatlayanadam - 12.11.2021 09:31

Hello i got this error "SyntaxError: 'async with' outside async function" please help

Ответить
Tyche
Tyche - 08.11.2021 18:26

Where to get the code?

Ответить
S W
S W - 06.11.2021 07:38

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.

Ответить
Wilmen Medina
Wilmen Medina - 06.11.2021 07:00

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

Ответить
Николай Адонин
Николай Адонин - 03.11.2021 12:49

Hi!
Thank you for your content.
Can u explain please, how to get second level column via .loc?
.loc[:,df[][]] doesnt work(

Ответить
Suthan Tech
Suthan Tech - 30.10.2021 21:00

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 😂

Ответить
Eduardo Souza
Eduardo Souza - 28.10.2021 01:56

Hello, many thanks for all very interesting and usefull videos. A question. Whats the difference between using the SQLite to store data and only using the pandas dataframe?

Ответить
Eduardo Souza
Eduardo Souza - 28.10.2021 01:56

Hello, many thanks for all very interesting and usefull videos. A question. Whats the difference between using the SQLite to store data and only using the pandas dataframe?

Ответить
yoav cohen
yoav cohen - 27.10.2021 20:27

How do I short with the binance python API?

Ответить
Rafaelar
Rafaelar - 23.10.2021 23:29

hey! is there a way that i can conttact you personaly? Discord maybe?

Ответить
Dr Robot
Dr Robot - 20.10.2021 21:46

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!

Ответить
OFF THE RECORD
OFF THE RECORD - 20.10.2021 05:53

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+!

Ответить
александр алеев
александр алеев - 20.10.2021 05:49

it is very good tutoria

Ответить
Mujib Nashikha
Mujib Nashikha - 19.10.2021 03:57

i have try it, but in muinutes 4, ihave an error SyntaxError: 'async with' outside async function, how tu solved it?

Ответить
man oll
man oll - 18.10.2021 05:52

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

Ответить
loteron loteron
loteron loteron - 17.10.2021 08:07

plz give full code?

Ответить