954 B
954 B
description
| description |
|---|
| User sandbox lifecycle, persistent script storage categories, and session management for indicator, strategy, and research scripts. |
User Sandbox
Each user has a dedicated sandbox environment that persists their data across sessions.
Persistent Storage
User scripts (indicators, strategies, research) are stored in a git repository inside the user's sandbox. They survive session disconnects and reconnections.
- Indicators are in the
indicatorcategory and can be listed withPythonList(category="indicator") - Strategies are in the
strategycategory and can be listed withPythonList(category="strategy") - Research scripts are in the
researchcategory and can be listed withPythonList(category="research")
Session Lifecycle
- Sandbox starts automatically when the user connects
- Cold start takes a few seconds if the sandbox was idle
- All workspace state and scripts are preserved across reconnects