Daniel Torscho

Results 9 comments of Daniel Torscho

Hey @sc0Vu > May I ask which pair did you create order (spot/inverse/linear/option)? Sorry, I forgot to mention: it's for a SPOT order

I fixed it with some temp fix like rewriting the values: ``` orderPending = await exchange.fetchOrder(orderPending.id, config.SYMBOL) if (config.EXCHANGE_ID === 'bybit') { orderPending.cost = orderPending.amount orderPending.amount = orderPending.cost / price...

> And cost should be 'filled' * 'price' (filling price used where available). thanks for pointing this out, now it's like so: ``` if (config.EXCHANGE_ID === 'bybit') { order.cost =...

@sc0Vu please leave this issue open for a while, I will try to find a solution based on your suggestion.

@ttodua Thanks for clarifying. Unfortunately it still doesn't work with `unified` nor `UNIFIED`. API key have all permissions granted. CCXT version: 2.0.67 `exchange.options.accountsByType` returns: ``` { spot: 'SPOT', margin: 'SPOT',...

@ttodua @sc0Vu So I came up with a following solution to be able to transfer from **SPOT** to **FUNDING** account. *Just for info: We do not need an `UNIFIED` account...

same here, no `docker-compose.yml` present in the repository

I'm experience the same issue. It's super slow or gets stuck at downloading. ![Image](https://github.com/user-attachments/assets/88e17199-373d-43e1-a35a-f2f24155ae4a)