Top bar
Symbol, resolution, indicators, compare, layouts, alerts, theme — the command surface above the chart.
The top bar is the primary command surface. Every action that changes the chart's "what" — symbol, timeframe, indicators, compare — lives here.
Quick example
How it works
The top bar is divided into three logical groups, left to right.
Left group — symbol selection. The symbol pill opens the
Symbol Search modal (/ keybinding). The current symbol is also
displayed in the watermark behind the bars.
Middle group — chart controls. Resolution selector (1m, 5m,
1h, 1d, …), series-kind selector (candle / line / area / HA /
Renko), Indicators button (opens the indicator catalogue modal),
Compare button (overlay multi-symbol).
Right group — workspace controls. Layouts (multi-chart), Alerts manager, Replay toggle, Settings, theme toggle (sun/moon), About + Hotkeys.
Variations
Programmatically change the symbol
Lock the resolution
Hide the resolution selector with CSS, then drive timeframe via
the prop:
API
| Control | Open via | State source |
|---|---|---|
| Symbol Search | click pill / press / | useChartStore.symbol |
| Resolution | click 1h pill | useChartStore.timeframe |
| Series kind | click candle icon | useChartStore.kind |
| Indicators | click fx button | useChartStore.indicators |
| Theme | click sun/moon | useThemeStore.mode |
| Replay | click rewind icon | useChartStore.replayActive |
Related
- Modals — Symbol Search, Indicators, Settings
- Resolutions
- Customize the toolbar