Documentation Hub
Everything you need to master Trading Glass — from first launch to advanced API integration
Getting Started
New to Trading Glass? Start here to set up your workspace and connect to live markets.
Quick Start Guide
Get up and running with Trading Glass in under 5 minutes. Connect to live markets and start analyzing order flow.
Read More →
Understanding the Interface
A walkthrough of the chart workspace, toolbar, sidebar panels, and keyboard shortcuts.
Read More →
Connecting to Exchanges
How to configure Binance WebSocket feeds and set up your first live data stream.
Read More →
Platform Guide
Comprehensive guides for every feature in the Trading Glass charting platform.
Candlestick & Cluster Charts
Learn how to switch between candlestick and cluster views, adjust timeframes, and configure tick sizes.
Read More →
Order Flow Analysis
Deep dive into the order book, cumulative volume delta (CVD), trade tape, and volume profile tools.
Read More →
Drawing Tools & Annotations
Use volume profile, long/short, alarm, anchored VWAP, and Fibonacci retracement tools on your charts.
Read More →
Indicators & Overlays
Configure CVD, TFI, ATR, ZigZag, VWAP, OFI, depth bands, and volume profile indicators.
Read More →
Rollers & Quantizers
Understand time rollers (1s to 1d) and price quantizers that bucket data for cluster grouping.
Read More →
API Reference
Integrate with the Trading Glass backend via REST endpoints and real-time WebSocket streams. The API server runs on port 3333.
/binance/:symbol/trades
Retrieve historical trade data from the Redis-backed store for any supported symbol.
/binance/:symbol/series
Fetch pre-aggregated OHLCV series data with configurable roller intervals.
/binance/:symbol/status
Check the health and connection status of the Binance WebSocket bridge.
/ws
Real-time WebSocket endpoint streaming depth snapshots and aggregated trades as they occur.
WebSocket Message Format
{ "type": "trade", "symbol": "BTCUSDT", "data": [timestamp, price, qty, isBuy, id, firstId, keyFromRoller] }
Trade data arrives as tuple arrays for maximum throughput. The roller key groups trades into configurable time windows (1s, 5s, 30s, 1m, 5m, 30m, 4h, 1d).
Integrations
Trading Glass connects seamlessly with industry-leading data sources and infrastructure.
Binance
Native integration with Binance spot and futures markets via WebSocket for real-time order flow data.
Redis
High-performance Redis caching layer for historical trade storage and fast series retrieval.
WebSocket API
Connect your own applications to Trading Glass via our WebSocket API for custom dashboards and bots.
REST API
Programmatic access to historical trades, aggregated series, and platform status via REST endpoints.
Can't Find What You Need?
Visit our Support Center or explore the full feature list to get the most out of Trading Glass.