Files
KingClawArmy/skills/canslim-screener/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

50 lines
1.5 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: CANSLIM 選股篩選器
slug: canslim-screener
description: William O'Neil 七成分成長股方法論C-A-N-S-L-I-M加權評分篩選最強成長股Phase 3 完整實作
metadata:
sources:
- kind: github-file
repo: tradermonty/claude-trading-skills
path: skills/canslim-screener/SKILL.md
usage: referenced
---
# CANSLIM 選股篩選器
實作 William O'Neil 的 CANSLIM 方法論,系統化篩選具備成長動能的優質股票。約 1200 行的深度技能。
## CANSLIM 七成分
| 字母 | 含義 | 評估標準 |
|---|---|---|
| **C** | Current Earnings | 當季 EPS 成長 ≥ 25% |
| **A** | Annual Earnings | 年度 EPS 成長 ≥ 25%連續3年 |
| **N** | New產品/管理/高點) | 新高、突破型態 |
| **S** | Supply & Demand | 低流通股 + 大量機構買進 |
| **L** | Leader or Laggard | RS 評分 ≥ 80 |
| **I** | Institutional Sponsorship | 機構持股增加 |
| **M** | Market Direction | 市場處於多頭環境 |
## 三階段實作
1. **Phase 1**FINVIZ 初步篩選(快速過濾)
2. **Phase 2**FMP API 深度驗證(財務數據)
3. **Phase 3**:加權評分排名(綜合 C-A-N-S-L-I-M
## 需要的 MCP 工具
- `yfinance`:歷史價格與財務數據
- `tradingview`RS 評分與篩選
- `fred`:市場環境確認
## 輸出格式
- 候選股票列表(含評分與分項評分)
- 各成分達標/不達標標記
- 建議觀察名單
## 使用時機
市場處於多頭環境時,用於識別最強成長股