Documentation
5. Saving & Managing Drafts
- Created
- Jun 5, 2026
- Updated
- Jun 5, 2026
Strategies you write in the Compose tab can be saved as drafts so you can return to them later, keep several variations, and reload them on any symbol.
Saving a draft
Save the current strategy from the Compose tab. Each draft stores its name, code, and any per-strategy configuration, along with created and updated timestamps. Saving again updates the existing draft and refreshes its updated time.
Loading and listing
Saved drafts are listed most-recently-updated first (ties broken by name). Load a draft to bring its code back into the editor, then Run it against whatever symbol and timeframe the active pane is showing — drafts are not tied to a single ticker, so the same strategy can be tested across markets.
Where drafts live
Drafts are stored locally in your browser (via the workspace's local storage), keyed by a stable strategy ID rather than by ticker. Because they are local to the browser:
- They persist across sessions on the same browser and device.
- They are not synced to a server or shared across devices.
- Clearing site data removes them.
Removing a draft
Delete a draft when you no longer need it; this removes it from local storage. Deleting a draft does not affect the code currently open in the editor.
Next steps
You have covered backtesting. Next, meet the chart-aware AI assistant.
Next: AI Assistant Overview