M
Description
# Backtest Analyzer Skill ## 描述 分析策略回测结果,识别性能瓶颈,并提供具体的优化建议 ## 分析维度 ### 1. 收益分析 - 总收益率、年化收益率 - 相对基准的超额收益 - 月度/季度收益分布 ### 2. 风险分析 - 最大回撤及持续时间 - 回撤原因分析 - 波动率、夏普比率、索提诺比率 ### 3. 交易分析 - 交易次数、胜率、盈亏比 - 每笔交易平均收益 - 连续盈利/亏损次数 - 交易成本占比 ### 4. 时间分析 - 持仓时间分布 - 信号产生频率 - 市场环境适配度 ## 可用工具 ### analyze_backtest_results 分析回测结果,提供改进建议 **参数:** ```json { "type": "object", "properties": { "results": { "type": "object", "description": "回测结果字典,包含 performance_stats, trade_stats, trades 等" }
Installation
Installs to ~/.claude/skills/atomnotshy-factor_mining-m/SKILL.md
mkdir -p ~/.claude/skills/atomnotshy-factor_mining-m && curl -fsSL https://raw.githubusercontent.com/AtomNotShy/factor_mining/HEAD/.claude/skills/m.md -o ~/.claude/skills/atomnotshy-factor_mining-m/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
Full documentation available on GitHub
View Source RepositoryRelated Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11