TranceGeniK / bybit-tools

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

Installation instructions #15

Closed gitroli closed 4 years ago

gitroli commented 4 years ago

Hi, Im not so familiar with npm and nodejs. Are there more detailed installation instructions?

TranceGeniK commented 4 years ago

If you just want to use bb-tools, head to releases and download the right version for your OS. If you want to build it, clone the repo, install nodejs/npm and run the commands in the directory in your terminal.

gitroli commented 4 years ago

ok thanks, I got it. One more question: When I add multiple bybit accounts the orders are executed on all accounts?

TranceGeniK commented 4 years ago

Each account will have its own orders and position, nothing is shared between accounts

gitroli commented 4 years ago

is such a function possible: to execute orders, cancels, stops, etc. on all accounts?

TranceGeniK commented 4 years ago

No there isn't, but why would you want to do that ?

gitroli commented 4 years ago

My friends and I follow a trader, and it would be great if we dont have to the anything, placing orders and so on, just copy.

TranceGeniK commented 4 years ago

Ah okay, didn't think of that use case ! I don't intend to implement that soon, but I put it on my todo list for later