← All posts
Product Update
Dome Script Lab and safe strategy iteration
Dome Script Lab is where strategies are built. It pairs a code editor with syntax highlighting and lint markers, and a backtester that runs against your local candles.
AI that proposes, never imposes
The AI can generate a strategy from a description, explain what a script does, or propose a patch. Patches are shown as a diff and only applied after you confirm — and only once the script validates. Nothing is silently rewritten.
Backtests off the UI thread
Backtests and optimizations run in a background isolate so the interface stays responsive even on large candle sets. AI inputs in backtests are gated by an explicit setting for reproducibility.
This is a product update describing shipped functionality.
// MORE POSTS