M banner
AtomNotShy AtomNotShy

M

Development community

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

Terminal
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 Repository