hi, nice tutorial. question, what is your binance chart setting to see that S above the kline? is that a trading view signal hook? or just binance settings?
Test 9 ema ,50 Ema and 15 ema scalping strategy. For buy the price should be above 50 Ema and when price crosses 9 ema . Entry at the clos of the candle and stop loss is low of the previous candle
Excellent contribution, give everyone your like and share so that it reaches more and it wouldn't hurt to know if there will be more videos or a series on programming a fully functional bot, it would be great
this is just amazing, play at .75 speed to understand better. I used this as a reference for various parts of my bots, if you are not looking to trade multiple symbols with the same strategy, the code will become simpler
my thing is more based on stationary waves and fourier transform and symmetries related to math constants between most negative and most positive frequencies within spctrum of standing wave ...more or less as standard TA...however, good presentation for some general mainframe , cheers )
Nice video. Just i have a question, Do you have an example using Websockets and , instead of using time.sleep, send the SL y TP order when the position is activated checking via websocket the message when its opened ?
It would be nice to print the trading results after sleep(). This way, we can see how much profit or loss (PNL) the attempted strategy yielded and what the win rate is. thanks again!
Hi there! very useful the video, what about if I want to take multiple TP's. I receive this error [Price not increased by tick size] do you know how to calculate the qty to avoid this error?
Nice tutorial! but I have an issue I don't have the Enable Futures checkbox at the API management. Which other options do we have to download the data's? Best Regards. ✌& Thanks
I want to make a trading bot with my own custom strategy but when I run it it doesn't work can you help me can you make a new video in which you can teach how to make your own custom trading strategy and some basic FAQs and errors that we will encounter
client.ticker_price() you ll get a list with all symbols like this: {'symbol': 'DODOXUSDT', 'price': '0.1811170', 'time': 1708605856007}, {'symbol': 'STRAXUSDT', 'price': '1.0120000', 'time': 1708605851438} ......
you have to add your ip to the Restricted IPs list, then you can choose Futures. If you want to algo trade binance you have to do that. Btw you dont need this on Bybit
tested this with over 100 trades. vol: 10 and leverage is 10. tp is 1.2% and sl is 0.9%. Total profit: 0.5 usdt. its like 50/50 tbh. i want to test the most popular strategies, do you know some to test?
@@GuntherSuper firts: all my respect 🫡 on u. Second: I have some strategy to test. ¿How can we be in contact to share it and test it? I put one of them here: What would be the code for the bot to recognize movements of +/-1 in the price change for USDT futures pairs? Then, with this information, let the bot analyze the pair if it meets the MACD condition and if it does, open a buy/sell position.
i have this error. what can i do now bro. thanks Found error. status: 400, error code: -4061, error message: Order's position side does not match user's setting.
Hi Gunther, sorry for bothering you, I'm trying to finish my script but it's quite hard can you help I want to close position when there's signal by creating opposite order with the same quantity as open order but I don't know to to retrieve the quantity in current open order. Can you help or suggest better way to deal with the problem
Dear Gunther, I've tested the code and this error happend . Found error. status: 400, error code: -1106, error message: Parameter 'timeinforce' sent when not required.
@@GuntherSuper Sorry Gunther for bothering you, I am running my code however, it message error that "Found error. status: 400, error code: -1021, error message: Timestamp for this request was 1000ms ahead of the server's time." How can I fix this, appreciate a lot if you can help me
@@GuntherSuper never mind I fixed it However, can you help me a little bit do u have messenger/ discord/ telegram? so that i can sent you some screenshot for easily discussing?
The video is very informative for education but can be very dangerous for those who gamble. I have friends who have lost a lot of money trading futures. The indicators like RSI, volume indicator, MACD, SMA, EMA are all determined by those who hold large amounts of Bitcoin. They control the prices. Just imagine if they have a massive number of bots with artificial intelligence trained over many years, would your bot be able to beat theirs?
The reason I prefer writing bots for crypto rather than stocks or forex is due to the reliability of fundamental analysis. Altcoins very much follow a psychological market structure where basic market sentiment is enough to drive price in a given direction with massive gains. This means us algo traders a huge edge in this market. Crypto analysis is basic and basic works, remove the emotions with an algorithm and you’ll print money every day over the average folk just throwing their money around.
Hey! This video is how to build your own Binance Futures trading bot on Python. Thanks for watching.
Hey gunther can you make a free server video for the Forest game?
hi, nice tutorial. question, what is your binance chart setting to see that S above the kline? is that a trading view signal hook? or just binance settings?
@@alexbb138 its the binance chart, it shows your trading history, you can enable it, check Display settings above the chart
Test 9 ema ,50 Ema and 15 ema scalping strategy.
For buy the price should be above 50 Ema and when price crosses 9 ema . Entry at the clos of the candle and stop loss is low of the previous candle
Excellent contribution, give everyone your like and share so that it reaches more and it wouldn't hurt to know if there will be more videos or a series on programming a fully functional bot, it would be great
this content is easy to understood and very helful !!! no bullshit at all !!! well done!
this is just amazing, play at .75 speed to understand better. I used this as a reference for various parts of my bots, if you are not looking to trade multiple symbols with the same strategy, the code will become simpler
Do you have any good bot?
Can you make a video about how to use VPS to make telegram bot active 24/7 please ❤
nice tutorial! neat and simple! can you add the 'Trailing stop' option?
Everything works like a charm, huge thanks to the creator!
Watching ur video after 6 months from upload date your video helped me a lot really appreciate your effort bro ❤🎉🎉.
my thing is more based on stationary waves and fourier transform and symmetries related to math constants between most negative and most positive frequencies within spctrum of standing wave ...more or less as standard TA...however, good presentation for some general mainframe , cheers )
Nice video. Just i have a question, Do you have an example using Websockets and , instead of using time.sleep, send the SL y TP order when the position is activated checking via websocket the message when its opened ?
can you link ut bot alert which came in trading view ?
How do we know your package mentioned is secure and will not copy my information such as the API key ?
Great video, keep up!
How traillingstop by percentagem with API!? You know?! Thanks 😅
It would be nice to print the trading results after sleep(). This way, we can see how much profit or loss (PNL) the attempted strategy yielded and what the win rate is. thanks again!
Do you have any proven winning plans or strategies? If you have, I can get to work on it
Great Video, please more on this .
Subscribed!
Do you have a similar video but about the spot market?
Hello,
How should be the code if I want to send order only one time in one candle stick only?
Also I want to send order right after candle close.
Can this be tested in the mock trading system from binance? and if so, just need to change api keys for testnet keys?
Great for education to build bot on python. Thanks
Hi there! very useful the video, what about if I want to take multiple TP's. I receive this error [Price not increased by tick size] do you know how to calculate the qty to avoid this error?
Hello, Do you have any ideas for generating multiple mails for creating steam acccounts?
Please can you help me for safety order ( scaled order ). Like if the price go down 5% i buy more
you are an exellent person thanks for your information?
please bro can you share us how we can modify placed limit order using bot?
Hi, good job. Couldn't you make a robot, crossing EMA 9 and EMA 21?
Thanks, i want to make a playlist with checking all popular strategies using the robot. i ll test it
Bester Mann Gunther! @GuntherSuper a lot of Respect to you mate! Do you have Patreon?
Thank you so much, I don't have patreon, I think I don't need it
@@GuntherSuper i have just found one that describes as you, for 1€ Month as just a thanks and for 3€ a Month for something more
i have probably one made a long time ago just for testing something, pls dont spend money
Nice tutorial! but I have an issue I don't have the Enable Futures checkbox at the API management. Which other options do we have to download the data's? Best Regards. ✌& Thanks
If you want to trade on the futures with the bot, you have to add your actual ip address to the api, and then this checkbox will be available.
Please can you make a video about how to plot renko chart in python with Binance data ?
I want to make a trading bot with my own custom strategy but when I run it it doesn't work can you help me can you make a new video in which you can teach how to make your own custom trading strategy and some basic FAQs and errors that we will encounter
can you update steam trades boost? not working anymore. thanks!
Hi ,
This was amazing.
Would you reveal Octobits Telegram Trading Bot Strategy into Python
how to get all ticker prices at same time for futures? I've spot code but do not know futures one
client.ticker_price()
you ll get a list with all symbols like this:
{'symbol': 'DODOXUSDT', 'price': '0.1811170', 'time': 1708605856007}, {'symbol': 'STRAXUSDT', 'price': '1.0120000', 'time': 1708605851438} ......
Interesting, neural language could be added 😊
WİLL WRİTE AGAİN YOU ARE A TRUE HERO
Found error. status: 401, error code: -2015, error message: Invalid API-key, IP, or permissions for action
1:52 I don't have the option to select it
you have to add your ip to the Restricted IPs list, then you can choose Futures. If you want to algo trade binance you have to do that. Btw you dont need this on Bybit
I don't even have this option to choose from. it's just not there ,
I added the IP@@GuntherSuper
Hi, could you provide some other strategy codes . Does the code from your video work well, good profit ?
tested this with over 100 trades. vol: 10 and leverage is 10. tp is 1.2% and sl is 0.9%. Total profit: 0.5 usdt. its like 50/50 tbh. i want to test the most popular strategies, do you know some to test?
@@GuntherSuper firts: all my respect 🫡 on u. Second: I have some strategy to test. ¿How can we be in contact to share it and test it? I put one of them here: What would be the code for the bot to recognize movements of +/-1 in the price change for USDT futures pairs? Then, with this information, let the bot analyze the pair if it meets the MACD condition and if it does, open a buy/sell position.
gunter hello, can you explain to me how I can configure the bot to operate with only one pair of cryptocurrencies thank you very much
instead of symbols = get_tickers use:
symbols = ['BTCUSDT']
u can set two or more pairs:
symbols = ['BTCUSDT', 'SOLUSDT', 'XRPUSDT']
i have this error. what can i do now bro. thanks
Found error. status: 400, error code: -4061, error message: Order's position side does not match user's setting.
It works when it is static IP. But when I define the dynamic IP address in Binance, it does not work stably. How can I solve this problem?
Ure right, u have to enter ip every time when it changes, and it isn't stable. Or use some proxy (non public). Try bybit if it works in ur country
@@GuntherSuper Thank you
It will work with this logic, can you make a bot for forex in python
Hi Gunther, sorry for bothering you, I'm trying to finish my script but it's quite hard can you help
I want to close position when there's signal by creating opposite order with the same quantity as open order but I don't know to to retrieve the quantity in current open order. Can you help or suggest better way to deal with the problem
Thanks a lot
Dear Gunther, I've tested the code and this error happend . Found error. status: 400, error code: -1106, error message: Parameter 'timeinforce' sent when not required.
Can you reveal octobits telegram bot strategy ??? Into python???
can this bot automate trade 24/7?
can i hire you for coding on binance futures with technical analysis?
Can you please make a code for automated spot trading
Thank you for this great content❤
We can't do this
Thanks a lot!
bro do you make bot ? for the game only ? even simple just working bot .. and how much donation ?
??? if you want to make a bot just learn python and you can code one
@@spooky-kokomann8023 can you help me bro ?
hi what kind of bot?
@@GuntherSuperdrive.google.com/file/d/1PldJ4Uj7wZhSUJwTN7wI-7bL8Bd7kHHU/view?usp=drivesdk
like.this and tell me which file i change or code to.change
make a tutorial with java language
use intellij IDE
How to stop and adjust the code after starting the script
ctrl+c to stop, or ctrl+F2, or red stop button at the top-right side
@@GuntherSuper Sorry Gunther for bothering you, I am running my code however, it message error that "Found error. status: 400, error code: -1021, error message: Timestamp for this request was 1000ms ahead of the server's time." How can I fix this, appreciate a lot if you can help me
when do u get this error?
its probably bcz of 'recvWindow' parameter somewhere
@@GuntherSuper never mind I fixed it
However, can you help me a little bit do u have messenger/ discord/ telegram? so that i can sent you some screenshot for easily discussing?
@@inhpham4387 I had this error, you need to adjust your system time to internet time and run again
My balance is: None USDT , how to fix it?
something wrong with your API keys (like you didnt add your IP),
btw updated the code in the github
Hi bro,
Any website for Turkey temporary number
How to set uptime 😭😭😭😭😭🤣😭😢😢😪😓
hi Friend i Need Biance BTC _USD Option chain.. could you please help me/ Guide me.. in python
first
The video is very informative for education but can be very dangerous for those who gamble. I have friends who have lost a lot of money trading futures. The indicators like RSI, volume indicator, MACD, SMA, EMA are all determined by those who hold large amounts of Bitcoin. They control the prices. Just imagine if they have a massive number of bots with artificial intelligence trained over many years, would your bot be able to beat theirs?
The reason I prefer writing bots for crypto rather than stocks or forex is due to the reliability of fundamental analysis. Altcoins very much follow a psychological market structure where basic market sentiment is enough to drive price in a given direction with massive gains. This means us algo traders a huge edge in this market. Crypto analysis is basic and basic works, remove the emotions with an algorithm and you’ll print money every day over the average folk just throwing their money around.
Thanks man
i am not quite sure what i just watched and i dont think i will ever understand this. Yet, it was still interesting somehow.
Thanks..... i guess
make video about recommand bot cs go
I've got a good strategy; let me know if you are interested in doing a collab, for it can't be done alone
Hello, i know trading bot programming (expert advisors on MT5), are you interested ?
thanks from Viet Nam !