Indicators Overview
Cluster Terminal provides a comprehensive set of 38 technical indicators spanning classic analysis, order flow metrics, volume profiling, and smart money concepts. Every indicator is fully configurable and can be combined freely on any chart.Opening the Indicators Panel
To add indicators to your chart:- Click the Indicators button in the chart toolbar (flask icon), or press the keyboard shortcut
I. - The indicator browser opens, organized by category: Classic, Order Flow, Metrics, Profiles, and SMC.
- Use the search bar at the top to filter by name.
- Click on any indicator to add it to the active chart.
Indicator Types
Every indicator belongs to one of three display types, which determines where it renders on the chart:
Overlay indicators do not affect the price scale unless their values diverge significantly from price. Subchart indicators automatically allocate vertical space and can be resized by dragging the divider between panels.
Adding and Removing Indicators
Adding
Select any indicator from the browser to add it. The indicator immediately appears on the chart with default settings. A settings dialog opens automatically so you can customize parameters before closing.Removing
To remove an indicator:- Right-click on the indicator’s label in the chart legend (overlays) or the subchart header (subchart indicators).
- Select Remove from the context menu.
Reordering
Subchart indicators can be reordered by dragging their header panels up or down. The order is preserved in your workspace.Common Settings
Many indicators share a standard set of configuration options. These are documented once here to avoid repetition on individual indicator pages.Display Mode
Not all modes are available for every indicator — the settings dialog only shows applicable options.
Anomaly Highlighting
When enabled, the indicator highlights bars that are statistical outliers — values significantly above the recent average.
The calculation is straightforward: for each bar, compute the mean and standard deviation of the indicator’s value over the last
anomalyPeriod bars. If the current value exceeds mean + (anomalyThreshold × stddev), it is flagged as an anomaly and rendered with a distinct highlight color.
Gradient Intensity
When enabled, bar opacity scales proportionally with the value’s magnitude relative to the visible range.
Bars with higher values appear more opaque, while low-value bars fade toward
minOpacity. This provides an intuitive visual heat effect without adding extra indicators.
Bar Width
1.0 means columns touch edge-to-edge with no gap; 0.5 means each column occupies half the available space. The default 0.7 provides a balanced look.
Premium Visual Styles
Four premium rendering styles are available on select indicators (currently 4 indicators support them):
Premium styles are purely cosmetic and do not affect indicator calculations.
Glow Effect
Indicators that support premium styles also expose glow controls:
Higher
glowLayers values create a more diffuse, atmospheric glow but may slightly increase rendering cost on large charts.
Alerts
18 out of 38 indicators support configurable alert rules. When an indicator’s conditions are met, Cluster Terminal fires an alert with sound and visual notification. Alert-capable indicators display an Alert section in their settings dialog where you can:- Enable or disable alert firing for that indicator instance.
- Choose which conditions trigger the alert (e.g., RSI crossing above overbought, MACD signal crossover).
- Set a cooldown period to avoid repeated alerts from the same condition.
Indicator Categories
Cluster Terminal organizes indicators into five categories:
Browse each category in the sidebar to learn about individual indicators, their settings, and practical usage tips.
Performance Considerations
All indicators are computed client-side using WebGL-accelerated rendering via SciChart. However, a few guidelines help keep the experience smooth:- Limit subchart count: More than 5–6 subchart panels on a single chart tab can reduce vertical space for each panel. Consider splitting across tabs.
- Anomaly + gradient: Enabling both
highlightAnomaliesandgradientIntensityon many indicators simultaneously adds per-bar computation. On charts with 10,000+ bars, this may cause a brief delay on initial load. - Glow layers: Setting
glowLayersabove 3 on multiple indicators is GPU-intensive. Use sparingly on lower-end hardware.
Next Steps
- Browse individual indicator pages in the sidebar for detailed settings and usage tips.
- Learn how to set up Alerts on supported indicators.
- Explore Workspaces to save and share your indicator configurations.