arena_get_strategy_performance_by_regime
ActiveTool of Backtesting Arena
Historical backtest performance for ONE (strategy, asset, interval) combination SPLIT BY macro market regime (sweet_spot / late_cycle_warning / crisis / recovery — classified at each trade's entry date), PLUS a recommendation for the CURRENT live regime. Answers the killer question 'Should I trade this strategy NOW?'. Each regime bucket returns trades, win_rate, avg_pnl_pct, reward_risk_ratio (per-trade mean/stddev, NOT annualized Sharpe), share_of_time_pct and a rating. [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."
},
"asset_type": {
"enum": [
"crypto"
],
"type": "string",
"description": "Optional asset class filter to disambiguate identical pair-names."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Backtesting Arena
https://github.com/Schoasch/skill-backtesting-arena
2/7 registries