sandbox_backtest

shallow

io.github.CacheCarti/dmoera-creator · Verify this server

Run a sandbox backtest of strategy code without persisting anything. This is the fastest way to test a strategy. The code is run through static checks and a full backtest on historical data, but no Strategy rows are created. Use this for rapid iteration. Args: code: Python source code implementing the Strategy contract. Must define a METADATA dict and a class extending Strategy with an on_bar(ctx) -> Signal method. See the strategy template resource. domain: Trading domain (e.g. "eth_usdc", "btc_usdc", "sol_usdc"). user_id: Identifier for the creator (requires authentication for this endpoint). api_key: Your dMoERA Personal Access Token. Required for this tool. Get one at https://dmoera.xyz → Settings → API Keys. (If running locally with DMOERA_API_KEY env var set, this can be omitted.) Returns JSON with: success, metrics (sharpe, sortino, win_rate, total_trades, return_bps, max_drawdown, regime_breakdown), or error details if validation failed.

100.0/100

1 trials · measured 2 days ago

sandbox_backtest scores 100.0/100 on Vouch's measured behaviour index, from 1 real invocation trials against io.github.CacheCarti/dmoera-creator, measured 31 Aug 2026 under methodology v0.2.0. Every measured component scored 100.

Component breakdown

ComponentWeightValue
Reliability35%not applicable
Schema integrity25%100.0
Failure behaviour15%not applicable
Latency15%not applicable
Concurrency10%not applicable

Tool details

Transport
remote
Credential class
open
Input schema
not declared
Output schema
not declared
Side-effect classification
unclassified

Score history

DayScoreTierMethodology
2026-08-31100.0shallowv0.2.0

Probe evidence

ProbeOutcomes
schema_integritypass: 1

Raw request/response logs are not archived yet — the outcome counts above are drawn directly from every recorded trial.

Embed this score

Available for every tool, scored or not — not a verification perk. Always links back to this page.

Vouch score: sandbox_backtest
[![Vouch score](https://vouch.tools/api/tools/4b896df8-f3fd-4dcd-903c-9ad28d7dee7c/badge.svg)](https://vouch.tools/tools/4b896df8-f3fd-4dcd-903c-9ad28d7dee7c)
sandbox_backtest — Vouch