Easy Bybit Futures Bot with Python | Pybit Algo Trading

Поділитися
Вставка
  • Опубліковано 9 лис 2024

КОМЕНТАРІ • 53

  • @GuntherSuper
    @GuntherSuper  9 місяців тому +5

    Hey! In this video I show you how to build your own Bybit Futures trading bot on Python. Thanks for watching.
    Bybit - partner.bybit.com/b/botpython

    • @FrancoisHenreySteyn-pu2eq
      @FrancoisHenreySteyn-pu2eq 8 місяців тому

      Hey would you be able to assist me ? I have everything running but my code doesnt seem to find the taLib. I installed the packages and creted a new environment now the code doesnt seem to find any off the imports

    • @GuntherSuper
      @GuntherSuper  8 місяців тому

      @@FrancoisHenreySteyn-pu2eq did u installed ta or talib?

    • @donnieyengg
      @donnieyengg 6 місяців тому

      @@GuntherSuper i cant get it to work either

    • @donnieyengg
      @donnieyengg 6 місяців тому

      @@GuntherSuper im trying to get it to work on testnet but not working at all debugging and trying to solve issues nothing works

  • @zedleemy
    @zedleemy 8 днів тому

    Great content mate. Love to see more updated detailed guide on Bybit+Python API Setup , Backtesting Strategy, and Results Optimization. With another guide for demo trading account.

  • @Diego-Desde-Argentina
    @Diego-Desde-Argentina 8 місяців тому +7

    You basically saved me so much time. Thank you. Great work!

    • @NunoRevez
      @NunoRevez 8 місяців тому

      Hello , you know how put trailling stop by percentage like bybit when we go to APP .?!

    • @vadimleo5362
      @vadimleo5362 3 місяці тому

      @@NunoRevez hi, did you find how to do this?

  • @Gunsi-kb2xq
    @Gunsi-kb2xq 8 місяців тому +5

    for some strange reason bybit API expects strings, not INT. You have to change function set_mode(symbo) so buyLeverage and sellLeverage are strings - buyLeverage=str(leverage)

    • @RangleVangle
      @RangleVangle 8 місяців тому

      for three days i've been trying to figure out wtf is going on (new to python). thank u man

  • @icondor4229
    @icondor4229 8 місяців тому

    Awesome clip! And thanks for the source code as well! Very professionally done. 👍

  • @te84o
    @te84o 5 місяців тому

    damn it works. i took 2 days for understand what mistake i did but now it works... thanks a lot Gunther,

  • @faisalalamapu1938
    @faisalalamapu1938 7 місяців тому

    This is what I needed. You have made my day. Thanks.

  • @mhvd77
    @mhvd77 8 місяців тому +1

    Gave me a headstart. Much appriciated!

  • @RifqieBagus
    @RifqieBagus 9 місяців тому +2

    Please make playlist backtesting and Technical analysis implement to bot (algo trade )

  • @Wwhaeg
    @Wwhaeg 6 місяців тому

    Wow, all my questions answered in one vid. Thanks.

  • @Misbah-h8t
    @Misbah-h8t 3 місяці тому

    Hi very good content, thanks
    I have a strategy of long or short and the price determines what order should I place , my question is : what parameters should I use to check that show I have long or short position?
    Next question is when certain conditions met I use loop to open order , if I have an open position of same coin , how to prevent from opening new order?

  • @NunoRevez
    @NunoRevez 8 місяців тому +2

    Hello how user traillingstop percentage mode on API Bybit on this Core .. you know !?😅

  • @DylanWarcraft
    @DylanWarcraft 6 місяців тому

    Hey really appreciate this. This code is perfect to also make a screener with, which is what I used it for. Quick question, is there a way to optimise the speed with which the signal condition is checked against every ticker? Or is that just a limitation of the API? It takes me a good 30 secs or so to check all the tickers. Cheers.

  • @serezha3352
    @serezha3352 2 місяці тому

    Hi, I have a question about the buybit api, can you tell me how to implement the delta volume indicator in python, that is, the difference between the volume of bids and asks

  • @CryptoCornerHub
    @CryptoCornerHub 3 місяці тому

    thank you very much for it. Very nice.. must be you are good programer.

  • @M1NDLVLS
    @M1NDLVLS 4 місяці тому

    If you don't tick the checkbox for withdrawals when creating the API keys, doesn't that mean the bot can't withdraw the funds back to the original wallet that the funds were sent from?

  • @BoHorror
    @BoHorror 4 місяці тому

    Could you make something similar for FX (Foreign Exchange) please

  • @IkaroSampaioDj
    @IkaroSampaioDj 7 місяців тому

    Great content! thank you so much!

  • @RangleVangle
    @RangleVangle 8 місяців тому

    thank u m8 for this video

  • @МаксимСоколовский-г7н
    @МаксимСоколовский-г7н 9 місяців тому +1

    I have unified account and I keep getting error: The account has been upgraded to a unified margin account, and the contract account only supports querying the assets of the inverse contract.USDT is not supported. (ErrCode: 10001)
    Can you help please?

    • @GuntherSuper
      @GuntherSuper  9 місяців тому +2

      when getting balance:
      accountType='UNIFIED',

  • @willistrelnikow8280
    @willistrelnikow8280 2 місяці тому

    Hi Gunther, wo könnte ich den Downloaden?

  • @xzon_exe
    @xzon_exe 9 місяців тому

    lets gooo

  • @duongdo6774
    @duongdo6774 5 місяців тому

    Nice

  • @Rakeshkumar-nn9ig
    @Rakeshkumar-nn9ig 7 місяців тому

    I have checked but the order placed in cross margin even i put 1 and also leverage is not changing according to the program

    • @GuntherSuper
      @GuntherSuper  7 місяців тому +1

      check the same github repo, but 'class' folder. Its optimised and fixed all errors

  • @HelpMeWithGerman-bg7yw
    @HelpMeWithGerman-bg7yw 5 місяців тому

    For some reasons, it does not place the order. It can find signal but it can't place order. Do you know why?
    You have 0 positions: []
    Found SELL signal for ETHUSDT
    Request parameter error. (ErrCode: 10001) (ErrTime: 18:33:30).
    Request → POST api.bybit.com/v5/position/switch-isolated: {"category": "linear", "symbol": "ETHUSDT", "tradeMode": 1, "buyLeverage": 100, "sellLeverage": 100}

  • @II-er7gj
    @II-er7gj 6 місяців тому

    Gunther - where is spot trading bot????????????????///

  • @dilansadeep
    @dilansadeep 2 місяці тому

    How to Make sure my api key is valid for testnet

    • @GuntherSuper
      @GuntherSuper  2 місяці тому

      you have to make it on the testnet bybit com

  • @CryptoCornerHub
    @CryptoCornerHub 2 місяці тому

    tpTriggerBy invalid (ErrCode: 10001) (ErrTime: 08:39:34).
    Can you help me please?

  • @AHMED-ms2qp
    @AHMED-ms2qp 4 місяці тому

    i got a problem which is saying that No module named crypto , although i installed pycryptodome library , can anyone help please

    • @SztucznaInteligencjaIA
      @SztucznaInteligencjaIA 4 місяці тому

      Installed this library for cryptography? I got the same its working now

  • @umr6666
    @umr6666 8 місяців тому

    Thanks for your video! Awesome clip!
    When i run this bot, i see this error code:
    'HTTP' object has no attribute 'endpoint'
    Your balance: None USDT
    'HTTP' object has no attribute 'endpoint'
    'HTTP' object has no attribute 'endpoint'
    Cant connect to API
    Waiting 2 mins
    Can you help me please :

    • @GuntherSuper
      @GuntherSuper  8 місяців тому +1

      something wrong with session = HTTP, or invalid api keys

  • @YacoAina
    @YacoAina 7 місяців тому

    Hello. could you update the code, there are some errors now, could you check it? for example, if I run it, then it only opens Long or Short positions in one session and the log shows some kind of error related to session.get_kline

    • @GuntherSuper
      @GuntherSuper  7 місяців тому +2

      go to the same github repo, i added more optimised bot to the class folder. Now all heplers functions are in 'helper.py' and you dont need to edit this. Enter some strategy in the 'main.py', use functions from the helper. I put rsi example to the main file

    • @YacoAina
      @YacoAina 7 місяців тому

      @@GuntherSuper thank you, you did a great job, now the script works. will there be more updates adding more strategies? because rsi alone doesn't work very well. I've seen a couple more trading strategies in your other videos, but I don't know how to add them to the script and whether it will work

  • @CarrotDeadlock
    @CarrotDeadlock 9 місяців тому

    can i find prebuilt bot on bybit i aint building a bot

    • @GuntherSuper
      @GuntherSuper  9 місяців тому +1

      on bybit there are only grid bots