Files
KingClawArmy/skills/position-sizer/SKILL.md
Chris c3c2f9072d feat: 全面升級 Skills 系統 — 17 個專業交易技能取代舊佔位符
刪除舊的 deep-research / code-reviewer 佔位 Skill,
引入 17 個來自 tradermonty/claude-trading-skills、OctagonAI/skills、
ginlix-ai/langalpha、anthropics/skills 的專業技能,並更新 9 個 Agent
的 skills 欄位對應。

技能對應:
- 財經情報研究員: market-news-analyst, economic-calendar-fetcher, market-environment-analysis
- 市場結構研究員: technical-analyst, market-breadth-analyzer
- 多方研究員: us-stock-analysis, institutional-flow-tracker
- 空方研究員: us-market-bubble-detector, market-top-detector
- 量化策略師: scenario-analyzer, edge-signal-aggregator, exposure-coach
- 回測工程師: backtest-expert, position-sizer
- 資料分析師: signal-postmortem
- 審查員: edge-strategy-reviewer
- 秘書: para-memory-files

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

25 lines
705 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: Position Sizer
description: 部位規模計算器,基於風險預算、波動率與凱利公式計算最適部位大小
metadata:
sources:
- kind: github-file
repo: tradermonty/claude-trading-skills
path: skills/position-sizer/SKILL.md
usage: referenced
---
# Position Sizer
科學化部位規模管理工具,平衡獲利潛力與風險控制。
## 功能
- 固定風險百分比法(每筆風險 1-2% 資本)
- 凱利公式Kelly Criterion最適部位計算
- 波動率調整部位ATR-based Sizing
- 相關性調整(避免過度集中同類資產)
- 最大單一部位上限控制
- 投資組合層級風險預算分配
- 加減碼規模建議