volume-breakout skillA
volume-breakout is agent-read markdown (skill) from weaxs/stock-analysis-plugin: 放量突破分析:判断价格对前高、平台或其他阻力位的突破是否有效。低位异常放量用 bottom-volume。.
Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.
What the file says
# 放量突破分析 ## 核心理念 突破是价格离开原有平衡区后的待验证状态,不是单根阳线。成交量、收盘位置、相对强弱和后续接受共同决定它是延续还是失败。 分析前读取[短线交易决策框架](../stock-analysis/references/short-term-trading.md),使用其中的市场状态、状态机和风险单位约束本流程。 ## 执行流程 ### 1. 采集数据 运行数据采集脚本获取 90 根日K线及技术指标: ```bash python3 scripts/gather.py <symbol> ``` ### 2. 识别关键阻力位 - **前高**:近 60 日最高价 - **平台上沿**:长期横盘区间的上边界 - **均线压制**:MA60 或 MA120(如价格长期运行在下方) - **布林带上轨**:BOLL upper - **整数关口**:心理价位 ### 3. 判断突破状态 将共享状态机应用到突破场景: - **Setup**:阻力位清晰,近期振幅或成交量相对自身基线收缩。 - **Trigger**:收盘越过阻力位,成交量和当日振幅相对近期基线扩张。 - **Acceptance**:后续收盘仍在突破位上方,回踩未放量跌破,个股相对板块和大盘未明显转弱。 - **Failure**:收盘重回原区间、放量反向运行,或板块退潮而个股失去相对强度。 量比、涨幅等固定数字只作为对应市场和周期的待回测参数。盘中触及但缺少收盘确认时,状态保持为 Setup。 ### 4. 制定交易计划 - **触发**:事前选择收盘突破或回踩接受之一,并在报告中保持同一口径。 - **失效**:使用重新收回原区间或跌破回踩低点等能否定突破结构的位置。 - **时间止损**:以本次形态计划窗口评估后续接受;窗口结束仍无延续时退出或复核。 - **目标**:由下一阻力位或区间测量给出;潜在收益/R 达到策略要求时才形成交易计划。 ## 输出要求 1. 当前关键阻力位标注 2. 当前处于 Setup、Trigger、Acceptance 或 Failure 3. 成交量、收盘位置、市场状态和相对强弱证据 4. 触发、失效、时间止损、目标位和潜在收益/R 5. 数据缺口与不交易条件
Read the whole file at its exact version.
How to install
mdr add weaxs/stock-analysis-plugin/volume-breakout@git:20260916.70e8228mdr add weaxs/stock-analysis-plugin/volume-breakout@sha256:39111a46a0a15b78Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.
[](https://markdownregistry.com/a/art_3c56ooqnnlslxtpo)
1 badge views in 30 days
Versions
| version | committed | commit | size | audit | |
|---|---|---|---|---|---|
| git:20260916.70e8228 latest | 2026-09-16 | 70e8228 | 2,323 B | A | view · diff |
| git:20260916.a1ca926 | 2026-09-16 | a1ca926 | 1,827 B | A | view · diff |
| git:20260521.076544a | 2026-05-21 | 076544a | 1,706 B | A | view · diff |
| git:20260514.9bdbe4d | 2026-05-14 | 9bdbe4d | 1,587 B | A | view |
Audit of the latest version
- pass: Frontmatter block present
- pass: Frontmatter declares a name
- pass: Frontmatter declares a description
- pass: Size between 200 bytes and 200 KB (2323 bytes)
- pass: No zero-width or bidi control characters
- pass: No instruction hidden inside an HTML comment
- pass: No link to an exfiltration or paste host
- pass: No credential-shaped string
- pass: No instruction to send local credentials anywhere
- pass: No text hidden with inline styles
- pass: No prompt-injection phrasing
- pass: No curl or wget piped into a shell
- pass: No recursive delete of root, home or parent
- pass: No instruction to read or print local credentials
- pass: No base64 blob over 200 characters
- pass: No link to a raw IP address
- pass: No script tag
Source
weaxs/stock-analysis-plugin · 24 stars · license none · pushed 2026-09-23 · branch main
API
GET https://markdownregistry.com/api/v1/artifacts/art_3c56ooqnnlslxtpo GET https://markdownregistry.com/api/v1/resolve?ref=weaxs/stock-analysis-plugin/volume-breakout GET https://markdownregistry.com/api/v1/blob/39111a46a0a15b78150a63408ba57e84657345d00c35391b0f7b313ce4b1fbb4
Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.