Your trading rules, written down, tested, and ready to run.
Most traders keep their setups in their head or scattered across notes. Dome's Script Library gives you one place to write your trading logic, test it against real market data, and connect it directly to your bots — with a version history so you can always go back.
Four types of scripts. Everything in its place.
Scripts are organized by what they do — so you can find, update, and connect them without hunting through a mess of loose files.
Volume Breakout v3
Spots when price breaks out with real conviction — not a fake move. Confirms with volume before signaling an entry.
Delta Pressure Oscillator
Shows when buyers or sellers are genuinely exhausted — not just slowing down. Identifies absorption zones and divergence before price reacts.
Daily Loss Gate
Stops your bot automatically when you've lost enough for the day. No manual intervention needed — the gate fires and nothing else goes through.
Mean Reversion VWAP
Finds when price has moved too far, too fast. Signals when the deviation from fair value is extreme enough to trade against the move.
Regime Classifier
Labels whether the market is trending, ranging, or chaotic — so your strategy only fires in the conditions it was designed for.
Multi-TF Trend Score
Confirms your read across multiple timeframes at once. One score tells you whether the trend is aligned or fighting itself.
Write trading logic without learning a full programming language.
Trading concepts built right in
Candles, volume, delta, VWAP, and session boundaries are already there. You describe your trading idea in trading terms — no imports, no boilerplate.
What you test is what you run
Your script behaves the same in a backtest, in replay mode, and in live execution. No surprises when you go live — what you see in testing is what you get.
Risk rules built into the language
Daily loss limits, max position size, and drawdown gates are part of the language itself — not something you have to add separately after the fact.
Test settings live in the same file
Define your backtest parameters right inside the script. No separate config file, no switching tools — everything about your strategy is in one place.
Write it → Test it → Check the risk → Approve it.
Write it
Write your strategy in the editor. Syntax is checked as you type — errors are flagged with line numbers before you run anything.
Test it
Your script runs against real historical bars. You see win rate, drawdown, and expectancy — the numbers you need to decide if this is worth running live.
Check the risk
Position sizing and daily loss rules are checked automatically. If your script could open an oversized position or breach your limit, you see a flag before approval.
Approve it
You review the results and approve the version. Everything is saved to the version history — you can always go back to a previous version if something goes wrong.
Stop keeping your strategy in your head. Write it down and test it.
Your trading logic deserves to be written, validated, and version-controlled — not scattered across notes and memory. The Script Library connects every strategy directly to your bots and charts.