Workspaces
Workspaces are isolated trading environments. Each workspace stores its own charts, indicators, drawings, layout configuration, and settings. Switch between workspaces to move between different trading setups instantly.What a Workspace Contains
Each workspace is a self-contained environment that remembers:| Component | Description |
|---|---|
| Charts | Symbol, exchange, timeframe, and chart type (candlestick, cluster, TPO, heatmap) |
| Indicators | All added indicators with their individual settings |
| Drawings | Trendlines, horizontal lines, rectangles, Fibonacci tools, and other annotations |
| Layout | Tab arrangement, pane splits, and sizing |
| Alerts | Price alerts attached to drawing tools |
Creating a Workspace
Open the workspace dialog
Click the workspace name in the top-left corner of the application, or use the workspace icon in the header bar.
Configure the workspace
Enter a name for the workspace. The default symbol (BTCUSDT), exchange (Binance Futures or Spot), and timeframe (1m) can be changed after creation from within the chart.
Managing Workspaces
Switching Between Workspaces
Click the workspace name in the header bar to open the workspace dialog. All your workspaces are listed with their last-modified timestamps. Click any workspace to switch to it.Renaming a Workspace
- Open the workspace dialog.
- Hover over the workspace you want to rename.
- Click the edit (pencil) icon.
- Enter the new name and confirm.
Duplicating a Workspace
Duplicating creates an exact copy of a workspace, including all charts, indicators, drawings, and layout settings.- Open the workspace dialog.
- Hover over the workspace you want to duplicate.
- Click the copy icon.
- A new workspace is created with the suffix “(Copy)” appended to the name.
Duplicating is useful when you want to experiment with a different indicator setup without losing your current configuration.
Deleting a Workspace
- Open the workspace dialog.
- Hover over the workspace you want to delete.
- Click the delete (trash) icon.
- Confirm the deletion in the popup.
Workspace Storage
Workspaces are stored locally in the application data directory managed by Tauri. Each workspace is saved automatically whenever you make changes — there is no manual save button.Cloud Sync
If your license includes the cloud_sync feature, workspaces are automatically synchronized to the server. See Cloud Sync for details. The workspace dialog shows sync status badges next to each workspace:| Badge | Meaning |
|---|---|
| Cloud icon | Synced and up to date |
| Upload arrow | Local changes pending upload |
| No badge | Local only (no cloud sync) |
Best Practices
- Name workspaces descriptively — include the symbol and timeframe in the name for quick identification.
- Duplicate before experimenting — copy a workspace before making major changes to indicators or layout.
- Use multiple tabs within a workspace for correlated analysis (e.g., BTC + ETH + total OI on one screen). See Tabs & Layouts.
- Enable cloud sync if you work on multiple machines so your workspaces follow you automatically.