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

Persist Data with LowDB #1

Open
4 tasks
davidtai opened this issue Nov 18, 2019 · 1 comment
Open
4 tasks

Persist Data with LowDB #1

davidtai opened this issue Nov 18, 2019 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@davidtai
Copy link

Need to add a data persistence layer.

  • Persist Orders & state (cancelled, filled, partially filled etc)
  • Persist Completed Trades
  • Persist Candle Data
  • Be able to reload Candle Data and re-add orders when restarting the trade engine
@tmesser
Copy link

tmesser commented Nov 18, 2019

Acceptance criteria:

  • When API is accessed after system is restarted, you must receive old Candlestick information
  • When the system is restarted, the orderbook must be recreated

@davidtai davidtai self-assigned this Nov 19, 2019
@tmesser tmesser added enhancement New feature or request and removed priority-2 labels Nov 22, 2019
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
None yet
Development

No branches or pull requests

2 participants