Frequently Asked Questions
Common questions about Cluster Terminal, its features, supported data, and platform availability.Exchanges & Data
Which exchanges are supported?
Which exchanges are supported?
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.
What data types are available?
What data types are available?
The following data types are available:
| Data Type | Description |
|---|---|
| Candles (OHLCV) | Standard candlestick data with open, high, low, close, and volume |
| Clusters / Footprint | Volume-at-price data aggregated from individual trades |
| Open Interest | OHLC of open interest over time |
| Order Book (DOM) | Real-time bid/ask depth (live only) |
| Liquidations | Forced liquidation events (live only) |
| Funding Rate | Perpetual futures funding rate (live only) |
| Long/Short Ratio | Aggregate long vs short positioning (live only) |
How far back does historical data go?
How far back does historical data go?
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.
How often is data updated?
How often is data updated?
- 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.
Where does the data come from?
Where does the data come from?
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
What timeframes are available?
What timeframes are available?
Cluster Terminal supports the following timeframes:
Cluster data is available on all timeframes — the server aggregates trade-level data into the requested timeframe on the fly.
| Timeframe | Code |
|---|---|
| 1 minute | 1m |
| 5 minutes | 5m |
| 15 minutes | 15m |
| 1 hour | 1h |
| 4 hours | 4h |
| 1 day | 1D |
| 1 week | 1W |
| 1 month | 1M |
What is a cluster (footprint) chart?
What is a cluster (footprint) chart?
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
What chart types are available?
What chart types are available?
| Chart Type | Description |
|---|---|
| Candlestick | Standard OHLCV candles |
| Cluster / Footprint | Volume-at-price within each candle |
| TPO (Time Price Opportunity) | Market Profile-style chart |
| Heatmap | Color-coded volume heatmap across price and time |
How many indicators are available?
How many indicators are available?
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
Platform & Installation
Which operating systems are supported?
Which operating systems are supported?
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.
Is there a mobile version?
Is there a mobile version?
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.
What are the system requirements?
What are the system requirements?
| Component | Minimum | Recommended |
|---|---|---|
| OS | Windows 10 (64-bit) | Windows 11 |
| RAM | 4 GB | 8 GB or more |
| GPU | Any with WebGL 2.0 | Dedicated GPU |
| Display | 1366x768 | 1920x1080 or higher |
| Internet | Stable connection | Low-latency connection |
How do I install Cluster Terminal?
How do I install Cluster Terminal?
- Download the latest installer (
.exefile) from the official source. - Run the installer — it is an NSIS setup wizard.
- Follow the prompts to complete installation.
- Launch Cluster Terminal from the Start menu or desktop shortcut.
- On first launch, enter the server URL and optionally activate your license key.
License & Trial
Is there a free trial?
Is there a free 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.
What does a license include?
What does a license include?
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)
How many devices can I use?
How many devices can I use?
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.
How do I activate a license?
How do I activate a license?
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
How do I report a bug?
How do I report a bug?
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.
Where can I get help?
Where can I get help?
- Telegram: t.me/clusterterminal for community support
- Troubleshooting: Check the Troubleshooting page for solutions to common issues
- Feedback page: Report bugs or suggest features