You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rework the entire current codebase to be essentially a backend instead of the current basic console app standalone solution.
The printed information needs to be returned in the relevant methods instead of being printed.
Use streams and listeners for constantly updating information (collection progress, trade events, etc)
Get rid of modes (or at least be able to switch between them)
Generate logs using an appropriate logging solution like log4j
This is the prerequisite for #8. This means the console exe with launch4j can be replaced with a different front-end. Once this is done the bot backend could also be entirely detached from the local executable, run as a server, and communicate via API responses.
The text was updated successfully, but these errors were encountered:
markusaksli
added
P4
Unlikely to work on soon
p: change
Relates to refactoring or changing TradeBot
proposal
Proposal for a change or new feature
P3
Default for new feature requests and minor issues
and removed
P4
Unlikely to work on soon
labels
Mar 22, 2021
hi @markusaksli i also suggest you to remove static classes BuySell, Trade, Simulator, and make them object, in this way it will be possible to spawn multiple simulator at once, making everything self contained
Rework the entire current codebase to be essentially a backend instead of the current basic console app standalone solution.
log4j
This is the prerequisite for #8. This means the console exe with launch4j can be replaced with a different front-end. Once this is done the bot backend could also be entirely detached from the local executable, run as a server, and communicate via API responses.
The text was updated successfully, but these errors were encountered: