Files
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

51 lines
1.3 KiB
Markdown
Raw Permalink 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: ftd-detector
description: 市場底部確認的跟進日Follow-Through Day, FTD偵測採用雙指數S&P 500 + NASDAQ狀態機避免假訊號
metadata:
sources:
- kind: github-file
repo: tradermonty/claude-trading-skills
path: skills/ftd-detector/SKILL.md
usage: referenced
---
# 跟進日偵測器
基於 William O'Neil 的跟進日理論,客觀判斷市場底部是否已形成,為多方研究員提供底部確認訊號。
## 跟進日定義
在市場出現反彈嘗試後Rally Attempt
- 主要指數單日大漲 **≥ 1.7%**
- 成交量**高於前一日**(且最好高於均量)
- 發生在反彈嘗試後的 **第 4 至第 7 天**
- 雙指數SPX + NASDAQ同步確認更可靠
## 狀態機流程
```
市場下跌 → 找底嘗試 → Rally Attempt第1天
→ 等待跟進日第4-7天
→ FTD 確認 → 多頭啟動
→ 或失敗 → 重新找底
```
## 假 FTD 排除條件
- 成交量未達標
- 早期出現第1-3天
- 指數只有一個確認
- 隔天立即反轉
## 需要的 MCP 工具
- `yfinance`SPY/QQQ 歷史日線數據
## 輸出格式
- 當前市場狀態(下跌/找底/Rally Attempt/FTD 確認/多頭)
- FTD 日期與詳細數據(漲幅、成交量比率)
- 信心評分
- 失敗風險提示