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

46 lines
1.3 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: VCP 篩選器
slug: vcp-screener
description: Minervini 的波動收縮型態Volatility Contraction Pattern偵測在第 2 階段上升趨勢中識別低風險進場點
metadata:
sources:
- kind: github-file
repo: tradermonty/claude-trading-skills
path: skills/vcp-screener/SKILL.md
usage: referenced
---
# VCP 篩選器
偵測 Mark Minervini 的波動收縮型態VCP找出主升段中的低風險高報酬進場機會。
## VCP 型態特徵
- 股票處於第 2 階段上升趨勢(均線多頭排列)
- 出現多次回調每次回調幅度遞減12%→8%→4%
- 每次回調時間縮短
- 成交量在收縮階段萎縮
- 在突破前成交量放大
## 三階段偵測流程
1. **Stage 2 確認**:確認股票處於第 2 階段50/150/200 日均線排列)
2. **收縮偵測**:識別回調幅度遞減的波動收縮
3. **進場觸發**:成交量放大的樞紐突破
## 需要的 MCP 工具
- `yfinance`:歷史價格與成交量數據
- `tradingview`:技術指標確認
## 輸出格式
- VCP 候選股票列表
- 各股的收縮階段描述(幾次收縮、幅度)
- 建議進場點(樞紐位置)
- 建議止損位
## 使用時機
配合 CANSLIM 篩選器使用,在符合 CANSLIM 條件的股票中找 VCP 型態