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

Resume trading with last known state after application restart #27

Closed
cwouter opened this issue Sep 24, 2019 · 0 comments
Closed

Resume trading with last known state after application restart #27

cwouter opened this issue Sep 24, 2019 · 0 comments
Labels
enhancement New feature or request
Projects

Comments

@cwouter
Copy link
Member

cwouter commented Sep 24, 2019

Backtesting

No need to remember anything

Paper trading

The application should remember:

  • open orders (at least price, side and amount)
  • wallet status (amount of each asset)

Live trading

The application should fetch the open orders from the exchange.
We can ignore the wallet, since we're not keeping a wallet status during live trading.

@cwouter cwouter added the enhancement New feature or request label Sep 24, 2019
@cwouter cwouter changed the title Resume trading with last known state after Resume trading with last known state after application restart Sep 24, 2019
@cwouter cwouter added this to To do in v1.0 via automation Oct 29, 2019
@cwouter cwouter closed this as completed Feb 21, 2021
v1.0 automation moved this from To do to Done Feb 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
v1.0
  
Done
Development

No branches or pull requests

1 participant