markusaksli / TradeBot

Crypto trading bot using Binance API (Java)
GNU General Public License v3.0
373 stars 138 forks source link

Persistence #9

Open markusaksli opened 3 years ago

markusaksli commented 3 years ago

Currently, the bot simply uses 100% of the available funds in the account it gets access to and treats all of the currencies as open trades (opened at the price at the time of launching). The bot will not remember any of the trades it opens and depends entirely on the information from Binance.

This is not ideal for a number of reasons. This could be reworked to both limit the scope of the bot and to more accurately track the stats on the open trades. This would require the implementation of: