Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Persistence #9

Open
markusaksli opened this issue Mar 22, 2021 · 0 comments
Open

Persistence #9

markusaksli opened this issue Mar 22, 2021 · 0 comments
Labels
p: new feature Request or issue to track new feature P2 General bugs or refactors proposal Proposal for a change or new feature

Comments

@markusaksli
Copy link
Owner

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:

  • An allotted budget for the bot
  • Persistent storage for open and closed trade information
  • Functionality to update the status of the trades if too much manual selling has occurred on the account
@markusaksli markusaksli added p: new feature Request or issue to track new feature proposal Proposal for a change or new feature P2 General bugs or refactors P3 Default for new feature requests and minor issues and removed P3 Default for new feature requests and minor issues labels Mar 22, 2021
@markusaksli markusaksli mentioned this issue Apr 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p: new feature Request or issue to track new feature P2 General bugs or refactors proposal Proposal for a change or new feature
Projects
None yet
Development

No branches or pull requests

1 participant