Binance Futures Trading Bot Python | Algo Trading

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 พ.ย. 2024

ความคิดเห็น • 108

  • @GuntherSuper
    @GuntherSuper  9 หลายเดือนก่อน +10

    Hey! This video is how to build your own Binance Futures trading bot on Python. Thanks for watching.

    • @oxx1337
      @oxx1337 9 หลายเดือนก่อน

      Hey gunther can you make a free server video for the Forest game?

    • @alexbb138
      @alexbb138 7 หลายเดือนก่อน +1

      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?

    • @GuntherSuper
      @GuntherSuper  7 หลายเดือนก่อน +1

      @@alexbb138 its the binance chart, it shows your trading history, you can enable it, check Display settings above the chart

  • @Mr_Vicky_1003
    @Mr_Vicky_1003 8 หลายเดือนก่อน +7

    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

  • @YendyJM
    @YendyJM 5 หลายเดือนก่อน +2

    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

  • @americanoice7651
    @americanoice7651 8 หลายเดือนก่อน +4

    this content is easy to understood and very helful !!! no bullshit at all !!! well done!

  • @lukegatt3218
    @lukegatt3218 6 หลายเดือนก่อน

    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

    • @0siam
      @0siam 10 วันที่ผ่านมา

      Do you have any good bot?

  • @ThienangChauNgoc
    @ThienangChauNgoc 9 หลายเดือนก่อน +13

    Can you make a video about how to use VPS to make telegram bot active 24/7 please ❤

  • @philhoins8670
    @philhoins8670 8 หลายเดือนก่อน +8

    nice tutorial! neat and simple! can you add the 'Trailing stop' option?

  • @jennfields75
    @jennfields75 หลายเดือนก่อน

    Everything works like a charm, huge thanks to the creator!

  • @SyedShabi1652
    @SyedShabi1652 2 หลายเดือนก่อน

    Watching ur video after 6 months from upload date your video helped me a lot really appreciate your effort bro ❤🎉🎉.

  • @alexciobanu3819
    @alexciobanu3819 4 หลายเดือนก่อน

    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 )

  • @cosmicblack
    @cosmicblack 2 หลายเดือนก่อน

    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 ?

  • @itiswha-titis9425
    @itiswha-titis9425 8 หลายเดือนก่อน +1

    can you link ut bot alert which came in trading view ?

  • @sheetanshus5179
    @sheetanshus5179 8 หลายเดือนก่อน +1

    How do we know your package mentioned is secure and will not copy my information such as the API key ?

  • @incomprehensible_top
    @incomprehensible_top 14 วันที่ผ่านมา

    Great video, keep up!

  • @NunoRevez
    @NunoRevez 8 หลายเดือนก่อน +1

    How traillingstop by percentagem with API!? You know?! Thanks 😅

  • @philhoins8670
    @philhoins8670 8 หลายเดือนก่อน

    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!

    • @ChimericCorrespond
      @ChimericCorrespond 6 หลายเดือนก่อน

      Do you have any proven winning plans or strategies? If you have, I can get to work on it

  • @jm7476
    @jm7476 6 หลายเดือนก่อน

    Great Video, please more on this .
    Subscribed!

  • @RickACG
    @RickACG 2 หลายเดือนก่อน

    Do you have a similar video but about the spot market?

  • @voxazzem
    @voxazzem 3 หลายเดือนก่อน

    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.

  • @jaimesergiomanriquearroniz7536
    @jaimesergiomanriquearroniz7536 5 หลายเดือนก่อน

    Can this be tested in the mock trading system from binance? and if so, just need to change api keys for testnet keys?

  • @angins9284
    @angins9284 6 หลายเดือนก่อน

    Great for education to build bot on python. Thanks

  • @rhzealot
    @rhzealot 6 หลายเดือนก่อน

    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?

  • @PanKrewetka
    @PanKrewetka 9 หลายเดือนก่อน

    Hello, Do you have any ideas for generating multiple mails for creating steam acccounts?

  • @mggames125
    @mggames125 5 หลายเดือนก่อน

    Please can you help me for safety order ( scaled order ). Like if the price go down 5% i buy more

  • @dhondx7089
    @dhondx7089 6 หลายเดือนก่อน

    you are an exellent person thanks for your information?

  • @workwork6375
    @workwork6375 4 หลายเดือนก่อน

    please bro can you share us how we can modify placed limit order using bot?

  • @kaktus_plays
    @kaktus_plays 9 หลายเดือนก่อน +1

    Hi, good job. Couldn't you make a robot, crossing EMA 9 and EMA 21?

    • @GuntherSuper
      @GuntherSuper  9 หลายเดือนก่อน +2

      Thanks, i want to make a playlist with checking all popular strategies using the robot. i ll test it

  • @alega3943
    @alega3943 8 หลายเดือนก่อน +1

    Bester Mann Gunther! @GuntherSuper a lot of Respect to you mate! Do you have Patreon?

    • @GuntherSuper
      @GuntherSuper  8 หลายเดือนก่อน +1

      Thank you so much, I don't have patreon, I think I don't need it

    • @alega3943
      @alega3943 8 หลายเดือนก่อน

      @@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

    • @GuntherSuper
      @GuntherSuper  8 หลายเดือนก่อน +1

      i have probably one made a long time ago just for testing something, pls dont spend money

  • @erikdmxbt5
    @erikdmxbt5 7 หลายเดือนก่อน

    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

    • @GuntherSuper
      @GuntherSuper  7 หลายเดือนก่อน

      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.

  • @jean-mariebirregah3791
    @jean-mariebirregah3791 8 หลายเดือนก่อน

    Please can you make a video about how to plot renko chart in python with Binance data ?

  • @SyedShabi1652
    @SyedShabi1652 2 หลายเดือนก่อน

    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

  • @HideOut-l3i
    @HideOut-l3i 9 หลายเดือนก่อน

    can you update steam trades boost? not working anymore. thanks!

  • @ruffianragu2809
    @ruffianragu2809 4 หลายเดือนก่อน

    Hi ,
    This was amazing.
    Would you reveal Octobits Telegram Trading Bot Strategy into Python

  • @Programlama101
    @Programlama101 8 หลายเดือนก่อน

    how to get all ticker prices at same time for futures? I've spot code but do not know futures one

    • @GuntherSuper
      @GuntherSuper  8 หลายเดือนก่อน +1

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

  • @marcoienna7590
    @marcoienna7590 5 หลายเดือนก่อน

    Interesting, neural language could be added 😊

  • @dhondx7089
    @dhondx7089 6 หลายเดือนก่อน

    WİLL WRİTE AGAİN YOU ARE A TRUE HERO

  • @vuvubaobao
    @vuvubaobao 9 หลายเดือนก่อน +1

    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

    • @GuntherSuper
      @GuntherSuper  9 หลายเดือนก่อน

      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

    • @vuvubaobao
      @vuvubaobao 9 หลายเดือนก่อน

      I don't even have this option to choose from. it's just not there ,
      I added the IP@@GuntherSuper

  • @valorantos1712
    @valorantos1712 9 หลายเดือนก่อน +1

    Hi, could you provide some other strategy codes . Does the code from your video work well, good profit ?

    • @GuntherSuper
      @GuntherSuper  9 หลายเดือนก่อน +1

      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?

    • @Stivent-S.
      @Stivent-S. 5 หลายเดือนก่อน

      ⁠@@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.

  • @juanpablocallevelasquez6548
    @juanpablocallevelasquez6548 6 หลายเดือนก่อน

    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

    • @GuntherSuper
      @GuntherSuper  6 หลายเดือนก่อน

      instead of symbols = get_tickers use:
      symbols = ['BTCUSDT']
      u can set two or more pairs:
      symbols = ['BTCUSDT', 'SOLUSDT', 'XRPUSDT']

  • @phamtung-t2e
    @phamtung-t2e 2 หลายเดือนก่อน

    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.

  • @TemettücüÇoban
    @TemettücüÇoban 3 หลายเดือนก่อน

    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?

    • @GuntherSuper
      @GuntherSuper  3 หลายเดือนก่อน +1

      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

    • @TemettücüÇoban
      @TemettücüÇoban 3 หลายเดือนก่อน

      @@GuntherSuper Thank you

    • @TemettücüÇoban
      @TemettücüÇoban 3 หลายเดือนก่อน

      It will work with this logic, can you make a bot for forex in python

  • @inhpham4387
    @inhpham4387 8 หลายเดือนก่อน

    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

    • @inhpham4387
      @inhpham4387 8 หลายเดือนก่อน

      Thanks a lot

  • @ucthanhchu3688
    @ucthanhchu3688 5 หลายเดือนก่อน

    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.

  • @ruffianragu2809
    @ruffianragu2809 4 หลายเดือนก่อน

    Can you reveal octobits telegram bot strategy ??? Into python???

  • @sayangaku15
    @sayangaku15 4 หลายเดือนก่อน

    can this bot automate trade 24/7?

  • @SigitHidayat-t5s
    @SigitHidayat-t5s หลายเดือนก่อน

    can i hire you for coding on binance futures with technical analysis?

  • @НурЕддин-щ4г
    @НурЕддин-щ4г 6 หลายเดือนก่อน

    Can you please make a code for automated spot trading
    Thank you for this great content❤

  • @memestuhogi
    @memestuhogi หลายเดือนก่อน

    We can't do this

  • @matiassanchez3539
    @matiassanchez3539 2 หลายเดือนก่อน

    Thanks a lot!

  • @mankopooh67778
    @mankopooh67778 9 หลายเดือนก่อน

    bro do you make bot ? for the game only ? even simple just working bot .. and how much donation ?

    • @spooky-kokomann8023
      @spooky-kokomann8023 9 หลายเดือนก่อน

      ??? if you want to make a bot just learn python and you can code one

    • @mankopooh67778
      @mankopooh67778 9 หลายเดือนก่อน

      ​@@spooky-kokomann8023 can you help me bro ?

    • @GuntherSuper
      @GuntherSuper  9 หลายเดือนก่อน

      hi what kind of bot?

    • @mankopooh67778
      @mankopooh67778 9 หลายเดือนก่อน

      ​@@GuntherSuperdrive.google.com/file/d/1PldJ4Uj7wZhSUJwTN7wI-7bL8Bd7kHHU/view?usp=drivesdk

    • @mankopooh67778
      @mankopooh67778 9 หลายเดือนก่อน

      like.this and tell me which file i change or code to.change

  • @officialkhianee
    @officialkhianee หลายเดือนก่อน

    make a tutorial with java language
    use intellij IDE

  • @inhpham4387
    @inhpham4387 8 หลายเดือนก่อน

    How to stop and adjust the code after starting the script

    • @GuntherSuper
      @GuntherSuper  8 หลายเดือนก่อน

      ctrl+c to stop, or ctrl+F2, or red stop button at the top-right side

    • @inhpham4387
      @inhpham4387 8 หลายเดือนก่อน

      @@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
      @GuntherSuper  8 หลายเดือนก่อน

      when do u get this error?
      its probably bcz of 'recvWindow' parameter somewhere

    • @inhpham4387
      @inhpham4387 8 หลายเดือนก่อน

      @@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?

    • @theRealAquamanS
      @theRealAquamanS 8 หลายเดือนก่อน

      @@inhpham4387 I had this error, you need to adjust your system time to internet time and run again

  • @fayloemathar
    @fayloemathar 9 หลายเดือนก่อน

    My balance is: None USDT , how to fix it?

    • @GuntherSuper
      @GuntherSuper  9 หลายเดือนก่อน

      something wrong with your API keys (like you didnt add your IP),
      btw updated the code in the github

  • @Ano-Tassar
    @Ano-Tassar 9 หลายเดือนก่อน

    Hi bro,
    Any website for Turkey temporary number

  • @tonyjaa6102
    @tonyjaa6102 9 หลายเดือนก่อน +1

    How to set uptime 😭😭😭😭😭🤣😭😢😢😪😓

  • @RammohanReddy-fp6re
    @RammohanReddy-fp6re 4 หลายเดือนก่อน

    hi Friend i Need Biance BTC _USD Option chain.. could you please help me/ Guide me.. in python

  • @kibacheatsfn
    @kibacheatsfn 9 หลายเดือนก่อน

    first

  • @AlexNguyen_Design
    @AlexNguyen_Design 7 หลายเดือนก่อน

    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?

    • @BNJMN.Trades
      @BNJMN.Trades หลายเดือนก่อน

      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.

  • @mohaalrjj
    @mohaalrjj 6 หลายเดือนก่อน

    Thanks man

  • @kingy3577
    @kingy3577 9 หลายเดือนก่อน +1

    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

  • @nissem1535
    @nissem1535 9 หลายเดือนก่อน

    make video about recommand bot cs go

  • @ChimericCorrespond
    @ChimericCorrespond 6 หลายเดือนก่อน

    I've got a good strategy; let me know if you are interested in doing a collab, for it can't be done alone

    • @Arthur-be9hd
      @Arthur-be9hd 4 หลายเดือนก่อน

      Hello, i know trading bot programming (expert advisors on MT5), are you interested ?

  • @duonghuy5740
    @duonghuy5740 6 หลายเดือนก่อน

    thanks from Viet Nam !