Clouds
Clouds is the most powerful and configurable indicator in Cluster Terminal. It functions as a multi-layer search engine that scans every cell in the cluster (footprint) data for specific conditions you define — volume thresholds, delta, trade counts, bid/ask imbalance, position within the candle, and more. Matching cells are highlighted with configurable markers, and optional horizontal lines extend from significant levels. Think of Clouds as a programmable filter for the footprint: you describe what you are looking for, and the indicator highlights every occurrence on the chart.How It Works
Clouds supports up to 5 independent layers, each with its own search criteria and visual settings. Every layer scans the cluster data independently and produces its own set of markers and lines. For each candle, and for each price level within that candle, each layer evaluates its filter conditions. If all conditions in a layer are met, a marker is placed at that cell. If cloud lines are enabled, a horizontal line extends from the marker until price touches it a configurable number of times.Indicator Type
Overlay + Side Panel — markers are drawn directly on the price chart at specific cells; cloud lines extend as horizontal overlays. The layer configuration panel appears as a side panel.Layer Configuration
Each layer is an independent pattern scanner. You can enable or disable layers individually, and each has its own data filters and visual settings.Data Type
Available data types:
Value Range Filter
For example, to find cells where volume is between 500 and 5000: set
minimum: 500, maximum: 5000.
Price Range Grouping
When
priceRange is greater than 1, adjacent price levels are combined before evaluation. This is useful for finding zones of concentrated activity rather than single-tick events.
Advanced Filters
Price Location Options
Price location is powerful for identifying specific footprint patterns. For example:
- High volume at the candle
lowin anupbar = absorption (buyers absorbed selling at the bottom). - High delta at the
highof adownbar = trapped buyers at the top.
Time Filter
When enabled, the layer only scans candles that fall within the specified time window. Useful for session-specific analysis (e.g., only scan during US trading hours).
Lookback
Visual Settings per Layer
Marker Shape and Style
Marker size scales linearly with the matched value between
objectMinSize and objectMaxSize. Higher-value matches produce larger markers, creating an intuitive visual hierarchy.
Cloud Lines
When a significant cluster of markers forms at a price level, an optional horizontal line can extend from that level into the future.
Cloud lines behave similarly to Trades Filter levels: they extend rightward and are invalidated after a configurable number of price touches. The premium visual styles (
neon, gradient, chrome) apply the same rendering as described in the Indicators Overview.
Multi-Layer Strategies
Layer 1: High Volume Levels
- dataType:
volume - minimum: set to a high threshold for the symbol
- objectType:
diamond, objectStyle:3d - showCloudLine:
true
Layer 2: Aggressive Delta
- dataType:
deltaPlus(ordeltaMinus) - minimum: high threshold
- barDirection:
up(for deltaPlus) - objectType:
triangle - color: green for buy, red for sell
Layer 3: Absorption Pattern
- dataType:
volume - minimum: high threshold
- priceLocation:
low - barDirection:
up - objectType:
star
Layer 4: Low Average Trade Size (Retail)
- dataType:
volume - minimum: moderate threshold
- maxAvgTrade: low value (e.g., 0.5)
- objectType:
circle, small size
Layer 5: Large Orders (Institutional)
- dataType:
volume - minimum: high threshold
- minAvgTrade: large value (e.g., 10.0)
- objectType:
hexagon, objectStyle:3d
Premium Styles
Clouds fully supports premium visual rendering:- 3D markers: the
3dobject style renders markers with depth, shadows, and lighting effects. - Cloud line styles:
neon(glowing lines),gradient(color gradient along the line),chrome(metallic reflective finish).
Alerts
Clouds supports two alert events:
Configure alerts in the indicator settings dialog under the Alerts section. See Alerts for general alert configuration.
Performance Notes
Clouds is the most computationally intensive order flow indicator because it scans every cell in the cluster data against multiple layers of filter conditions. Performance considerations:- Reduce
lookbackDays: scanning the entire loaded dataset on 1m timeframe can process millions of cells. Limit to 7–14 days for responsive interaction. - Limit active layers: each additional layer multiplies the work. Use 2–3 layers for real-time analysis; enable all 5 only for post-session review.
- Increase
priceRange: grouping price levels reduces the number of evaluations and can improve performance on high-resolution data.