0 market events in the last 24h
A Go + Postgres backend ingesting Polymarket microstructure data, computing rolling features, and running paper-trading strategies. This dashboard is a thin window into that data plane.
Strategy microservice is warming up or idle. Once paper trades start flowing, strategies and P&L will appear here.
What the data streams mean
Quotes
Top-of-book snapshots: best bid, best ask, and mid-price for each market, updated whenever quotes move. This is the “heartbeat” of the order book and is what most of the short-horizon features are built from.Trades
Individual fills: every executed trade with size, price, and direction. This is where volume, flow, and realized PnL ultimately come from, and what strategies care about when orders actually hit.Features
Rolling signals computed from quotes and trades: short-horizon returns, volatility estimates, z-scores, and other “is something interesting happening here?” flags used by the paper-trading engine.