Skip to main content

Frequently Asked Questions

Common questions about Cluster Terminal, its features, supported data, and platform availability.

Exchanges & Data

Cluster Terminal currently supports Binance Futures (USDT-M perpetual contracts) and Spot markets. This covers all actively traded USDT-margined perpetual futures and major spot trading pairs on Binance.Additional exchanges (Bybit, OKX) are planned for future releases.
The following data types are available:
Data TypeDescription
Candles (OHLCV)Standard candlestick data with open, high, low, close, and volume
Clusters / FootprintVolume-at-price data aggregated from individual trades
Open InterestOHLC of open interest over time
Order Book (DOM)Real-time bid/ask depth (live only)
LiquidationsForced liquidation events (live only)
Funding RatePerpetual futures funding rate (live only)
Long/Short RatioAggregate long vs short positioning (live only)
Historical data is available from each symbol’s listing date on Binance. For major symbols like BTCUSDT, this means data going back to 2019. Newer symbols have data starting from when they were listed.The server imports historical data from Binance’s public data archives with SHA256 checksum verification to ensure accuracy.
  • Real-time data (candles, trades, DOM): streams continuously via WebSocket with sub-second latency.
  • Historical data: the server runs a daily import at 03:00 UTC to fill in the previous day’s data.
  • Symbol list: refreshed every 6 hours to pick up newly listed or delisted symbols.
All data comes directly from Binance. Historical data is imported from Binance’s public data archive (ZIP files with checksum verification). Real-time data streams through the Binance WebSocket API. The Cluster Terminal server aggregates and caches this data for fast delivery to the desktop client.

Charts & Analysis

Cluster Terminal supports the following timeframes:
TimeframeCode
1 minute1m
5 minutes5m
15 minutes15m
1 hour1h
4 hours4h
1 day1D
1 week1W
1 month1M
Cluster data is available on all timeframes — the server aggregates trade-level data into the requested timeframe on the fly.
A cluster chart (also called a footprint chart) shows the volume traded at each price level within a candle. Instead of just seeing total volume for a bar, you see how that volume is distributed across prices.This reveals:
  • Where the most trading activity occurred within a candle
  • Buy vs. sell volume (delta) at each price level
  • Absorption patterns where large orders were filled
  • Imbalances between aggressive buyers and sellers
Cluster charts are the core feature of Cluster Terminal and power many of the order flow indicators.
Chart TypeDescription
CandlestickStandard OHLCV candles
Cluster / FootprintVolume-at-price within each candle
TPO (Time Price Opportunity)Market Profile-style chart
HeatmapColor-coded volume heatmap across price and time
Over 50 indicators across multiple categories:
  • Classic: RSI, MACD, Bollinger Bands, EMA, SMA, VWAP, and more
  • Volume: Volume Profile, Session Levels, OI
  • Order Flow: Absorption Alpha, CVD, Delta Divergence, Stacked Imbalances, Clouds, DOM on Chart, Liquidation Levels
  • Structure: Fair Value Gaps (FVG), Market Structure (BOS/CHoCH), Order Blocks
Most indicators support configurable alert notifications. See Alerts for the full list.

Platform & Installation

Cluster Terminal is currently available for Windows (64-bit). The application is built with Tauri 2 and uses WebGL for chart rendering.macOS and Linux builds are planned but not yet available.
No. Cluster Terminal is a desktop-only application. The complex charting, multi-pane layouts, and WebGL rendering require a desktop environment. There are no plans for a mobile version at this time.
ComponentMinimumRecommended
OSWindows 10 (64-bit)Windows 11
RAM4 GB8 GB or more
GPUAny with WebGL 2.0Dedicated GPU
Display1366x7681920x1080 or higher
InternetStable connectionLow-latency connection
A dedicated GPU is recommended for smooth rendering with many indicators and multiple panes open.
  1. Download the latest installer (.exe file) from the official source.
  2. Run the installer — it is an NSIS setup wizard.
  3. Follow the prompts to complete installation.
  4. Launch Cluster Terminal from the Start menu or desktop shortcut.
  5. On first launch, enter the server URL and optionally activate your license key.

License & Trial

Yes. On first launch without a license key, Cluster Terminal enters a 7-day trial with full functionality. No credit card or registration is required.After the trial expires, a license key is needed to continue using the application.
A license provides:
  • Unlimited access to all chart types and indicators
  • Real-time data streaming
  • Full historical data access
  • Optional features depending on the license tier (e.g., cloud_sync, priority_support)
Each license has a configurable device limit (set by the administrator). When you activate the license on a new device, it registers a device fingerprint. If you reach the device limit, deactivate an existing device or contact support.
Go to Settings > License, enter your license key (format: CT-XXXX-XXXX-XXXX-XXXX), and click Activate. The application validates the key with the server and registers your device. See Settings for details.

Bug Reports & Support

See the Feedback page for detailed instructions on reporting bugs. In short: describe the issue, include steps to reproduce, expected vs. actual behavior, and a screenshot if possible.