This is a short tutorial to code your strategy to trade crytocurrencies with Binance API, so you don’t miss out sudden price changes. Access to the code: …
23 Comments
red errors ….. i installed build tools already and trying with command prompt
Hello Sir, nicely explain. I have an idea, please help me out there. In the margin i want to keep usdt balance and then borrow btc. Then as a example i want to buy 1000matic at 0.00000160btc prices. Then i want to place sell order difference between 1 satoshi like 161,162,163….and every sell order will be 100matic for each grid. When the sell price 161 hit and bot sell 100matic and then replace a buy order for 100 matic at 160 satoshi price.
hey, thanks for the video. for me it isnt working. i coded the same way you did. but the latest data i can request is from maybe 3 hours ago. if i request something closer in time, im getting an empty list. what could be wrong?
Hey, i just wanted to let you know that you helped me so much bro ! This tutorial was awesome and i want to send you my bot code to see if you could approve of it. I used some of your lines and tweaked them to my preference. I'm only 22 and never coded a day in my life but you taught me something very well bro. BLESSINGS to you and your family may god always be with you bro !
Thank you for the video, could you advise me how to get data from TradingView? then excute orders in binance, I have a strategy which rely on an occillator, I also have the source for that ocillator from tradingview pine editor. Thanks in advance
red errors ….. i installed build tools already and trying with command prompt
What balance should i start with?
Hello Sir, nicely explain.
I have an idea, please help me out there.
In the margin i want to keep usdt balance and then borrow btc.
Then as a example i want to buy 1000matic at 0.00000160btc prices. Then i want to place sell order difference between 1 satoshi like 161,162,163….and every sell order will be 100matic for each grid. When the sell price 161 hit and bot sell 100matic and then replace a buy order for 100 matic at 160 satoshi price.
I did not understand why on the sell side also the order is client.order_market_buy
how did you do to put the API keys to work on Python because I'm not getting it can you help me
how about websocket conexion ?
hey, thanks for the video. for me it isnt working. i coded the same way you did. but the latest data i can request is from maybe 3 hours ago. if i request something closer in time, im getting an empty list. what could be wrong?
This is exactly what I was looking for !Thank you so much.
it gives me an error: ModuleNotFoundError: No module named '_regex' Anyone know why?
anyone tested it and made a profit?
TNX Bro.
Bot Its live?
The bot exits after attempting to make a trade, do you know why?
If you use Bash and Terminal, you can check my script to fetch public data from Binance, such as currency rates. https://github.com/mountaineerbr/markets/blob/master/binance.sh
Cheers!
satoshi nakamoto would be proud!! wonderful job m8
thanks a lot. Much easier than i expected!
Nice, you automated FOMO.
Too low audio….. Put out the egg from your mouth, god damn it !!!!
How do you execute it? From Anaconda prompt?
Great video! Is it possible to get high frequency trading with this code? Like 20 hits/second Thanks man.
Is there a similar library for Javascript?
Hey, i just wanted to let you know that you helped me so much bro ! This tutorial was awesome and i want to send you my bot code to see if you could approve of it. I used some of your lines and tweaked them to my preference. I'm only 22 and never coded a day in my life but you taught me something very well bro. BLESSINGS to you and your family may god always be with you bro !
Thank you for the video, could you advise me how to get data from TradingView? then excute orders in binance, I have a strategy which rely on an occillator, I also have the source for that ocillator from tradingview pine editor. Thanks in advance
great video. Is the trading algorithm an endless loop?