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

Staggered Orders Visualisation #609

Open
PermieBTS opened this issue May 30, 2019 · 5 comments
Open

Staggered Orders Visualisation #609

PermieBTS opened this issue May 30, 2019 · 5 comments

Comments

@PermieBTS
Copy link
Collaborator

Relevent: #604

@Jackodb
Copy link
Collaborator

Jackodb commented Jun 20, 2019

Updates on the visualisation part using dash/plotly can be found here: https://github.com/Jackodb/Visualization

@bitphage
Copy link
Collaborator

Required changes on strategy side (saved from telegram discussion):

  • when initializing SO orders, save them to database
  • if worker name is changed, that db is updated as well

@bitphage
Copy link
Collaborator

@Jackodb to retrieve worker orders several ways could be used:

  1. call Account.openorders, then filter orders by it's market to match worker's market
  2. call BitsharesOrderEngine property own_orders. It basically does exact thing as 1.

@Jackodb
Copy link
Collaborator

Jackodb commented Jun 26, 2019

What if there are two workers on the same market @bitfag ?

@bitphage
Copy link
Collaborator

Same market with same account across multiple workers is not a valid situation, a check to prevent it will be added.

@bitphage bitphage changed the title Staggered Orders Mountain Mode Visualisation Staggered Orders Visualisation Mar 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants