Indicators#
Add indicators to any chart, from standard studies to Tracer's own data-driven overlays. Open the indicator picker from the chart toolbar, search or browse the tabs, and click one to add it. Every active indicator shows in the chart's status line with its own show/hide, settings, and remove controls. Most indicators draw on the price. A few, like RSI and MACD, render in a pane below the chart.
TODO: screenshot of the indicator picker open (the search box and the Overlays and Technicals tabs).
Signature overlays#
These are the data-driven overlays that make the chart more than price. Each one has its own page.
- Liquidation Heatmap shows where leveraged positions are set to liquidate.
- Orderbook Heatmap shows resting bid and ask liquidity over time.
- GEX Levels shows options gamma walls and the key levels.
- Volume Profile (Visible Range) shows volume by price across what is on screen.
- Profiles is the session TPO, or market profile.
- Vol Bubbles flags bars with anomalous volume.
- Footprint shows buy and sell volume inside each bar.
Standard studies#
The usual studies are here too. Add moving averages (EMA), Bollinger Bands, VWAP, RSI, MACD, and volume from the Technicals tab of the picker. VWAP and MACD run on fixed inputs, while EMA, Bollinger Bands, and RSI take a period and a source.
Custom and AI-built indicators#
You are not limited to the built-ins. Describe the indicator you want to TracerAI and it writes the code for you, or write it yourself in Tracer Script, a JavaScript dialect. Save it to your My Indicators library and add it to any chart, start from a ready-made Template, or install one from the community. See Building Indicators and Community.