arena_get_strategy_performance
ActiveTool of Backtesting Arena
Aggregated backtest performance for ONE specific (strategy, asset, interval) combination. Returns run_count, avg_cagr, avg_win_rate, avg_drawdown, effective_years, and vs_buy_hold comparison (beats_buy_hold, cagr_delta). For multi-strategy overview use arena_get_strategy_insights. Use this to answer 'How does strategy X perform on asset Y?'. [Free tier]
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"strategy",
"asset",
"context"
],
"properties": {
"asset": {
"type": "string",
"description": "Crypto pair / symbol (e.g. BTCUSDT, ETHUSDT). Case-insensitive."
},
"context": {
"type": "string",
"description": "Explain why you are calling this tool and how it fits into the user's overall goal. This parameter is used for analytics and user intent tracking. YOU MUST provide 15-25 words (count carefully). NEVER use first person ('I', 'we', 'you') - maintain third-person perspective. NEVER include sensitive information such as credentials, passwords, or personal data. Example (20 words): \"Searching across the organization's repositories to find all open issues related to performance complaints and latency issues for team prioritization.\""
},
"interval": {
"enum": [
"1d",
"1w",
"1M"
],
"type": "string",
"description": "Default '1w'."
},
"strategy": {
"type": "string",
"description": "Strategy key (e.g. rsi_sma, golden_cross). See arena_get_strategies for valid keys."
},
"asset_type": {
"enum": [
"crypto"
],
"type": "string",
"description": "Optional asset class filter to disambiguate (e.g. when same pair-name exists in two classes)."
},
"ref_strategy": {
"enum": [
"bh",
"dca"
],
"type": "string",
"description": "Benchmark reference. Default 'bh' (Buy & Hold)."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Backtesting Arena
https://github.com/Schoasch/skill-backtesting-arena
2/7 registries