TranceGeniK / bybit-tools

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

Multiple account handling? #3

Closed FearlessFly closed 4 years ago

FearlessFly commented 5 years ago

Enhancement request

A way to handle multiple ByBit accounts. I tried separating installations in multiple directories with mixed success. Is difficult to keep straight. A text account name printing in the banner would be helpful too.

image

TranceGeniK commented 5 years ago

It's on my todo list ;)

FearlessFly commented 4 years ago

Hello,

I use this tool frequently and enjoy it. Previously I suggested multi-account usage would be a wonderful enhancement and I'm certain that represents a lot of effort to implement. This suggestion idea may short-cut that effort considerably.

Rather than implement multi-account internally to the program, provide a command-line option to supply settings via a named (JSON) text file or command-line variables. Only one new field may be required in the GUI to identify which account is in use or identify an error , all the others could be quoted variables or in a text file. Through this method, other programs such as batch files could setup to use the tool without much coding effort.

Thanks for the opportunity to suggest enhancements.

FearlessFly

TranceGeniK commented 4 years ago

Hi @FearlessFly, Thanks for the suggestion, actually it would require about the same amount of work than implementing it directly in the app, but I'm really strggling to find time to work on it these days... I'll update as soon as possible ;)