Trading Terminal
A multi-panel trading interface for real-time market monitoring, order management, and position tracking — all in a customizable layout.
During the BETA period, the Trading Terminal is fully functional with paper trading. Live trading with real capital will be available in a future release.
Panel Overview
The Trading Terminal provides seven specialized panels that work together to give you a complete trading view:
Terminal Panels
Chart Panel
Real-time candlestick charts powered by Lightweight Charts with multi-timeframe support and trade markers
Orderbook Panel
Live bid/ask depth visualization with cumulative volume bars and spread indicator
Depth Chart Panel
Visual representation of cumulative order book depth using area charts for bids and asks
Recent Trades Panel
Real-time trade feed showing the latest executed trades on the exchange with price, quantity, and time
Order Panel
Place and manage orders — market, limit, and stop orders with size and price controls
Position Panel
Track all open positions with real-time unrealized PnL, entry price, mark price, and close actions
Smart Orders Panel
Advanced order management with multi-TP levels, trailing stop, and break-even — available for PRO tier and above
Real-Time Charts
The Chart Panel is powered by Lightweight Charts and supports up to 4 charts simultaneously in customizable layouts.
Full-featured candlestick charting with real-time WebSocket updates:
- 6 timeframes: 1m, 5m, 15m, 1h, 4h, 1d
- Real-time price updates via WebSocket ticker stream
- Volume bars with color coding (green for bullish, red for bearish)
- Infinite scroll-back — load older candles by scrolling left (up to 5,000 candles in memory)
- Staggered data loading across charts to prevent rate limiting
Orderbook & Depth
Live orderbook with 20 levels of bid/ask depth:
- Bid side (green): Buy orders sorted by price, best bid nearest to the spread
- Ask side (red): Sell orders sorted by price, best ask nearest to the spread
- Spread indicator: Shows the current spread in absolute price and percentage
- Cumulative volume bars visualize the depth at each price level
- Hover tooltips show cumulative quantity at each level
- Real-time updates via exchange WebSocket streams
Position Tracking
Monitor all open positions across supported exchanges with real-time PnL updates:
| Column | Description |
|---|---|
| Symbol | Trading pair with crypto icon |
| Side | LONG or SHORT badge with color coding |
| Size | Position quantity |
| Entry | Average entry price |
| Mark | Current mark price (updated via 24h ticker) |
| PnL | Unrealized profit/loss in absolute value |
| PnL % | Unrealized profit/loss as a percentage |
| Action | Close button (disabled for bot-managed positions) |
- Positions from Binance, Bybit, OKX, Gate.io, and Bitget are supported
- Bot-managed positions (grid bot or pipeline bot) show a "Managed by bot" label instead of a close button
- Position data refreshes every 10 seconds via polling
- Close position with a confirmation dialog to prevent accidental closures
Positions managed by grid bots or pipeline bots cannot be manually closed from the terminal to prevent conflicts with automated strategies. Use the bot management page to stop or modify those positions.
Market Tabs Bar
The exchange selector bar at the top of the terminal lets you switch between all 8 supported exchanges:
- Binance, Coinbase, Kraken, OKX, Bybit, KuCoin, Bitget, Gate.io
- Each exchange shows a connection status indicator (API key linked or not)
- View market data from any exchange even without an API key connected
- Switching exchanges updates all panels (chart, orderbook, positions) to show data from the selected exchange
Customizable Layout
The entire terminal layout is built with react-grid-layout, giving you full control over panel arrangement:
Drag & Drop
Grab any panel by its header to reposition it within the grid
Resize
Drag panel edges to resize — each panel adapts its content to the available space
Responsive
On mobile and tablet, panels stack vertically in a collapsible accordion layout for touch-friendly interaction
Persistent Layout
Your panel arrangement is saved and restored between sessions
Supported Exchanges
| Exchange | Market Data | Orderbook | Positions |
|---|---|---|---|
| Binance | Yes | Yes | Yes |
| Bybit | Yes | Yes | Yes |
| OKX | Yes | Yes | Yes |
| Gate.io | Yes | Yes | Yes |
| Bitget | Yes | Yes | Yes |
| KuCoin | Yes | Yes | Coming soon |
| Kraken | Yes | Yes | Coming soon |
| Coinbase | Yes | Yes | Coming soon |