bottom-volume skillA
bottom-volume is agent-read markdown (skill) from weaxs/stock-analysis-plugin: 底部放量分析:判断长期下跌后的异常放量是否构成反转信号。用于低位放量;普通阻力突破用 volume-breakout。.
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
# 底部放量分析 ## 核心理念 长期下跌后的底部区域出现异常放量,可能意味着主力资金开始建仓。底部放量是趋势反转的先兆信号,但需要结合其他指标确认。 ## 执行流程 ### 1. 采集数据 运行数据采集脚本获取 120 根日K线及技术指标: ```bash python3 scripts/gather.py <symbol> ``` ### 2. 底部区域确认 **底部特征**: - 价格距离近 60 日高点下跌 >20% - 股价运行在 MA60 下方较长时间 - RSI 处于低位区间(<40) - 布林带开口收窄,股价在下轨附近 - KDJ 在超卖区域 ### 3. 底部放量类型 | 类型 | 量价特征 | 信号强度 | |------|----------|----------| | 底部温和放量 | 量比 1.5-2.5,小阳线 | 中等,可能是试探性建仓 | | 底部巨量阳线 | 量比 >3,大阳线 | 强,主力大举建仓 | | 底部放量十字星 | 量比 >2,十字星 | 变盘信号,需观察后续 | | 底部放量长下影 | 量比 >2,长下影线 | 强支撑,有资金承接 | ### 4. 确认信号 单日放量不够,还需要: - 后续几日成交量维持在均量之上 - 价格站上 MA5 并上攻 MA10 - MACD 在底部金叉 - 不出现放量大阴线(那是出货不是建仓) ### 5. 注意事项 - 底部放量后可能还有二次探底 - 区分"放量见底"和"放量破位"(放量跌破重要支撑是加速下跌) - 建议分批建仓而非一次满仓 ## 输出要求 1. 是否处于底部区域(下跌幅度、持续时间) 2. 是否出现底部放量信号 3. 放量类型及信号强度 4. 后续确认情况 5. 建仓建议(分批价位、止损位)
Read the whole file at its exact version.
How to install
mdr add weaxs/stock-analysis-plugin/bottom-volume@git:20260916.70e8228mdr add weaxs/stock-analysis-plugin/bottom-volume@sha256:83ebd3c9f561c3c4Pin 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_yzvqdxaqf3cpv5bm)
1 badge views in 30 days
Versions
| version | committed | commit | size | audit | |
|---|---|---|---|---|---|
| git:20260916.70e8228 latest | 2026-09-16 | 70e8228 | 1,832 B | A | view · diff |
| git:20260916.a1ca926 | 2026-09-16 | a1ca926 | 2,011 B | A | view · diff |
| git:20260521.076544a | 2026-05-21 | 076544a | 1,883 B | A | view · diff |
| git:20260514.9bdbe4d | 2026-05-14 | 9bdbe4d | 1,764 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 (1832 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_yzvqdxaqf3cpv5bm GET https://markdownregistry.com/api/v1/resolve?ref=weaxs/stock-analysis-plugin/bottom-volume GET https://markdownregistry.com/api/v1/blob/83ebd3c9f561c3c4848d0ec0036b2ff6efe8b93e455b78722e6b928de9aa2d7f
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.