Market Data
The Terminal provides comprehensive market data aggregated from all connected exchanges. Every data point flows through Sequence's own NBBO stream -- no dependency on a single exchange for pricing.
Chart Module
The Chart module displays OHLC candlestick data computed from Sequence's cross-venue NBBO stream. Unlike single-exchange charts, these candles reflect the true best available prices across all connected venues at each moment.
Timeframes
| Interval | Description |
|---|---|
| 1m | 1-minute candles |
| 5m | 5-minute candles |
| 15m | 15-minute candles |
| 1h | 1-hour candles |
| 4h | 4-hour candles |
| 1d | Daily candles |
Each candle includes a tick_count field indicating how many NBBO updates occurred during that interval, giving you a measure of market activity.
TradingView Integration
For advanced charting, the TradingView module provides the full TradingView lightweight-charts library with:
- Technical indicators (moving averages, RSI, MACD, Bollinger Bands, etc.)
- Drawing tools (trendlines, Fibonacci retracements, horizontal levels)
- Multi-timeframe analysis
- Customizable appearance and color schemes
Add both a Chart and TradingView module side by side. Use the Sequence Chart for raw NBBO-derived candles and TradingView for technical analysis overlays.
Order Book
The Order Book module shows L2 depth (up to 20 price levels) for the selected symbol. Data is sourced from venue-specific WebSocket feeds maintained by the edge servers.
Features
- Bids and asks displayed with price, size, and cumulative depth
- Spread display showing the gap between best bid and best ask in absolute and basis point terms
- Venue selector to view depth from a specific exchange or the aggregated view
- Color-coded depth bars for quick visual assessment of liquidity at each level
- Real-time updates as the book changes on every tick
Aggregated vs. Single-Venue View
The default view aggregates depth across all venues. Switch to a single venue to see that exchange's native order book. The aggregated view is useful for understanding total available liquidity, while single-venue views help identify where depth is concentrated.
Watchlist
The Watchlist module tracks multiple trading pairs at a glance. Each row shows:
| Column | Description |
|---|---|
| Symbol | Trading pair (e.g., BTC-USD) |
| Price | Current mid-price from NBBO |
| 24h Change | Percentage change over the last 24 hours |
| Sparkline | Miniature price chart showing recent trend |
Managing Pairs
Click a pair in the Watchlist to select it as the active symbol across all linked modules (Chart, Order Book, Order Entry, etc.). Add or remove pairs from the Watchlist to customize which markets you track.
Time & Sales
The Time & Sales module shows a real-time feed of recent public trades across all connected venues. Each entry includes:
| Field | Description |
|---|---|
| Time | Trade timestamp |
| Price | Execution price |
| Size | Trade quantity |
| Side | Aggressor side (buy or sell) |
| Venue | Exchange where the trade occurred |
Trades are displayed newest-first and update in real-time. Up to 500 trades per symbol are available. This module is useful for reading short-term order flow and identifying aggressive buying or selling pressure.
BBO / NBBO Display
Best Bid and Offer data is available throughout the Terminal:
- Per-venue BBO -- accessible via the
GET /v1/bboendpoint and displayed in the Order Book module when filtered to a single venue - NBBO -- the consolidated National Best Bid and Offer across all venues, shown in the Chart header, Order Entry panel, and Watchlist
The NBBO is computed by the Central Coordinator in real-time as venue edges stream book updates. It represents the true best available price you can trade at through the SOR.
The NBBO spread shown in the Terminal factors in all connected venues. A tight NBBO spread indicates good cross-venue liquidity, while a wide spread may indicate thin markets or stale data from some venues.
Data Quality
All market data in the Terminal is reconciled against CoinGecko every 60 seconds by the DataEngine. If Sequence's own 24h price change drifts significantly from CoinGecko's reference, the data quality monitor flags it. Check the system status page for current reconciliation state.