TranceGeniK / bybit-tools

Desktop app to place scaled orders on bybit
GNU General Public License v3.0
106 stars 53 forks source link

USDT contract support #17

Closed Ultrabitch closed 3 years ago

Ultrabitch commented 4 years ago

Are you planning on release an update for USDT contracts when API will be available ? Can't wait for it !!

dctt commented 4 years ago

Any news about this?

Samadriae commented 4 years ago

Yes, I'm really interested also!

Crypler commented 4 years ago

USDT most welcome! Hope you can add this. I transferred my funds to bybit just to use your tooling.. However it is not working yet. Hope you can add this in the near future! Cheers. Great F-ing tool btw. Thanks for all the hard work!

bjimdar commented 4 years ago

I looked into this and the USDT api is completely separate and additional API from the inverse-perpetual api. Not impossible, just a bunch of work. My main question is how to integrate into existing UI of ByBit-Tools. How do we show an open long and short position at the same time.

Anyone have any ideas?

TranceGeniK commented 4 years ago

@bjimdar You're right, the API is separate

The open position is here, you could add a second element, or make an array of all positions here

This will need some work though...

bjimdar commented 4 years ago

Interesting. I've got some time right now, I think I might try a first pass implementation on a fork. I'll send you a pull-request if I get anything working.

TranceGeniK commented 4 years ago

@bjimdar nice :) people will be happy here !

Send me a message if you have questions

TranceGeniK commented 3 years ago

Implemented in Bybit Pro