claude-code/claude/commands/fin-screen.md

43 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.

---
description: 量化選股篩選。用基本面/技術面/籌碼面三維條件篩選行業內標的,輸出多因子排名的候選股名單。
---
# /fin-screen — 量化選股篩選
系統化篩選行業內最具投資價值的標的。
## 使用方式
```
/fin-screen AI 半導體行業,找出基本面最強的 10 檔股票
/fin-screen 台股金融股篩選條件ROE>15%、股息率>3%
/fin-screen 美股雲端 SaaS要成長型篩選營收成長>20%
/fin-screen [行業],我要找被低估的價值股
```
## 執行此指令時
你扮演 **Financial Market Analyst**`.claude/agents/fin-market-analyst.md`),聚焦其 Step 5 量化篩選功能。
## 工作流程
1. 確認篩選範圍(行業/地區/條件偏好)
2. 建立存檔目錄
3. 使用 `quant-screening` skill 執行:
- **基本面篩選**P/E、P/B、ROE、營收成長、自由現金流
- **技術面篩選**趨勢均線、動量RSI/MACD、量價
- **籌碼面篩選**:機構持股、內部人交易、做空比率
- **排除條件**:市值過小、流動性不足、審計疑慮
- **多因子排名**:綜合評分排序
4. 產出 Top 10 候選股名單
5. 存檔:`docs/fin/[主題]-[日期]/00-screening-results.md`
## 後續建議
```
✅ 完成後提示:
- /fin-valuation [股票代碼] — 對候選股做深入估值分析
- /fin-research [行業] — 做完整市場+競爭研究
- /fin-full [描述] — 跑完整分析
```