Files
KingClawArmy/skills/breadth-chart-analyst/SKILL.md
Chris ced587c2f2 新增 17 個 Skills 並完成全員技能配置
- 新增 17 個 SKILL.md(tradermonty + langalpha 來源):
  breadth-chart-analyst, catalyst-calendar, competitive-analysis,
  comps-analysis, dcf-model, earnings-analysis, earnings-preview,
  earnings-trade-analyzer, edge-concept-synthesizer, edge-hint-extractor,
  options-strategy-advisor, pair-trade-screener, pead-screener,
  portfolio-manager, sector-overview, stanley-druckenmiller-investment,
  theme-detector
- 更新全部 11 個 Agent 的 AGENTS.md(含原本空白的 ceo 與 xiao-an)
- 更新 docs/agent-skill-mapping.md 至 v3.0(71 個配置,62 個技能)
- 台股 + 美股雙市場覆蓋,Skills 均基於真實開源 repo

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

54 lines
1.4 KiB
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: 廣度圖表分析師
description: 深度分析 S&P 500 廣度指數200日均線與漲勢比例圖表從 CSV 數據和圖表截圖萃取市場健康度結論,約 1200 行的高度詳細技能
metadata:
sources:
- kind: github-file
repo: tradermonty/claude-trading-skills
path: skills/breadth-chart-analyst/SKILL.md
usage: referenced
---
# 廣度圖表分析師
最深度的市場廣度分析技能(~1200行為市場結構研究員提供最完整的廣度健康度評估。
## 分析指標
### S&P 500 廣度指數200日均線
- 站上 200 日均線的股票比例
- 廣度指數的趨勢方向
- 廣度與指數的背離程度
### 漲勢比例分析
- 各板塊處於上升趨勢的比例
- 廣度水平的歷史百分位
- 廣度惡化的早期預警
## 八步驟分析流程
1. 解析 CSV 廣度數據
2. 計算當前廣度水平與歷史均值
3. 識別廣度趨勢(改善/惡化/橫盤)
4. 計算板塊別廣度
5. 偵測廣度與指數的背離
6. 歷史比對(相似時期的後續表現)
7. 產出綜合廣度評分
8. 市場健康度結論
## 輸入格式
- CSV 格式廣度歷史數據
- 可選:廣度圖表截圖(圖像輸入)
## 輸出格式
- 廣度綜合評分0-100
- 各板塊廣度明細
- 背離預警(若存在)
- 後市展望(基於歷史模式)
## 使用時機
市場結構研究員進行週線結構分析時,配合 `market-breadth-analyzer` 互補使用