enarjord

Results 11 comments of enarjord

probably wrong python version ray doesn't support python 3.9 try with python3.8.x

simplest way is to increase pbr_limit of an existing config, leaving all other parameters unchanged pbr_limit=0.5 is equivalent to 0.5x leverage pbr_limit=4.0 is equivalent to 4x leverage etc. if using...

i don't know how the testnet got in there... passivbot doesn't support testnet which version of python and which version of passivbot are you using?

hello farrabi does the bot crash after this error? binance or bybit? what's the command used to start the bot? that error comes if self.position is not as expected because...

a tag and a release is made when a version is considered stable master branch is usually also stable _dev branches are considered less stable

Good catch sir. You are right on every account. Just pushed a commit where the ccxt instance is moved to inside the loop.

the bot uses endpoint "https://api.bybit.com/private/linear/order/create" for linear USDT perpetual and it works fine for me "https://api.bybit.com/v2/private/order/create" is for inverse perpetual which also works fine

It happens when there are special orders, like TP or SL, in which price returned is None. Verified it by making such orders manually, and saw the same error as...

Looks like symbol BTCUSD was given. OKX only works on perpetual USDT margined futures. Try symbol BTCUSDT

The error message there is: "After placing order, your position will exceed the maximum position size limit. Lower the leverage and place order again." Leverage can be set when starting...