Get Strategy Performance Snapshot (per Asset)
arena_get_strategy_performanceHow did this exact strategy, asset and interval perform? Aggregated backtest performance for ONE specific (strategy, asset, interval) combination. Returns run_count, avg_cagr, avg_win_rate, avg_drawdown, effective_years, vs_buy_hold comparison (beats_buy_hold, cagr_delta) and an evidence block declaring the gate machine-readably (gate_applies_to: stats.run_count, threshold 5 runs, benchmark value, aggregation data window). For multi-strategy overview use arena_get_strategy_insights. Use this to answer 'How does strategy X perform on asset Y?'. [Free tier]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asset | Yes | Crypto pair / symbol (e.g. BTCUSDT, ETHUSDT). Case-insensitive. | |
| interval | No | Default '1w'. Candle interval: '1d' daily, '2d'/'3d' multi-day, '1w' weekly, '1M' monthly. Multi-day candles (2d/3d) are anchored to the Unix epoch, so one of n possible alignments is used. Measured on our own corpus, the choice of alignment alone moves CAGR by 6.66 pp on average (max 12.30). Treat differences below that as not distinguishable — 1d/2d/3d behaved as one block in our tests, not a ranking. | |
| strategy | Yes | Strategy key (e.g. rsi_sma, golden_cross). See arena_get_strategies for valid keys. | |
| asset_type | No | Optional asset class filter to disambiguate (e.g. when same pair-name exists in two classes). | |
| ref_strategy | No | Benchmark reference. Default 'bh' (Buy & Hold). |