Synthetixio / simulation

Agent-based model of the proposed stablecoin.
24 stars 18 forks source link

Orderbook visualization #2

Closed 0xdomrom closed 7 years ago

0xdomrom commented 7 years ago

The current agent visualisation system is a bit lacking, labels don't show up for each graph, and the graphs are limited in what they can show. Adding a graph for the orderbook would be the first step in expanding the system to be able to view data in different formats.

0xdomrom commented 7 years ago

Current system works if there is consistent data, but as soon as either bids or asks are empty it seems to break completely.

0xdomrom commented 7 years ago

Another nice add that can be made to the visualization would be different colours for the different types of market players, when looking at their wealth. Adding something similar to the orderbook might be a bit too much, but it could be useful data.

0xdomrom commented 7 years ago

After #12 the only remaining issue is with the clutter of a lot of data points, which currently isn't an issue to be worried about