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
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.
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)
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?
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.
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
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?
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?
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}
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 :
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
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
@@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
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
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
@@FrancoisHenreySteyn-pu2eq did u installed ta or talib?
@@GuntherSuper i cant get it to work either
@@GuntherSuper im trying to get it to work on testnet but not working at all debugging and trying to solve issues nothing works
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.
You basically saved me so much time. Thank you. Great work!
Hello , you know how put trailling stop by percentage like bybit when we go to APP .?!
@@NunoRevez hi, did you find how to do this?
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)
for three days i've been trying to figure out wtf is going on (new to python). thank u man
Awesome clip! And thanks for the source code as well! Very professionally done. 👍
damn it works. i took 2 days for understand what mistake i did but now it works... thanks a lot Gunther,
This is what I needed. You have made my day. Thanks.
Gave me a headstart. Much appriciated!
Please make playlist backtesting and Technical analysis implement to bot (algo trade )
Wow, all my questions answered in one vid. Thanks.
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?
Hello how user traillingstop percentage mode on API Bybit on this Core .. you know !?😅
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.
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
thank you very much for it. Very nice.. must be you are good programer.
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?
Could you make something similar for FX (Foreign Exchange) please
Great content! thank you so much!
thank u m8 for this video
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?
when getting balance:
accountType='UNIFIED',
Hi Gunther, wo könnte ich den Downloaden?
lets gooo
Nice
I have checked but the order placed in cross margin even i put 1 and also leverage is not changing according to the program
check the same github repo, but 'class' folder. Its optimised and fixed all errors
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}
Gunther - where is spot trading bot????????????????///
How to Make sure my api key is valid for testnet
you have to make it on the testnet bybit com
tpTriggerBy invalid (ErrCode: 10001) (ErrTime: 08:39:34).
Can you help me please?
i got a problem which is saying that No module named crypto , although i installed pycryptodome library , can anyone help please
Installed this library for cryptography? I got the same its working now
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 :
something wrong with session = HTTP, or invalid api keys
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
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
@@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
can i find prebuilt bot on bybit i aint building a bot
on bybit there are only grid bots