Files
KingClawArmy/skills/backtest-expert/SKILL.md
Chris ee06e6de6b fix: 修正審查員 P1-P6 全部問題
P1/P2: 為所有 53 個 SKILL.md 補明確 slug frontmatter,解決 importer slug 衝突
P3: 新增 .mcp.json,補 .paperclip.yaml envInputs
P4: agent-skill-mapping.md 補摘要版說明
P5: 修正文檔統計數字(53 skills,非 62)
P6: 清除 mcp-plan.md 敏感資訊與機器相依路徑

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-10 21:21:38 +00:00

27 lines
680 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
name: 回測專家
slug: backtest-expert
description: 策略回測專家,支援歷史數據回測、績效指標計算與策略參數最佳化
metadata:
sources:
- kind: github-file
repo: tradermonty/claude-trading-skills
path: skills/backtest-expert/SKILL.md
usage: referenced
---
# 回測專家
完整策略回測框架,驗證交易策略的歷史表現。
## 功能
- 歷史數據回測執行
- 績效指標計算Sharpe、Sortino、Calmar Ratio
- 最大回撤分析MDD、回撤持續時間
- 勝率與盈虧比統計
- 參數敏感度分析
- 樣本外測試Out-of-Sample
- 交易成本與滑價模擬
- 蒙地卡羅模擬