box-oscillation skillA
box-oscillation is agent-read markdown (skill) from weaxs/stock-analysis-plugin: 箱体震荡分析:识别横盘区间、支撑压力和突破失效条件。用于区间波段或高抛低吸问题。.
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. 采集数据 运行数据采集脚本获取 90 根日K线及技术指标: ```bash python3 scripts/gather.py <symbol> ``` ### 2. 箱体识别 **箱体形成条件**: - 价格在一段时间(>20个交易日)内有至少 2 次触及上沿和下沿 - 上沿和下沿各自的偏差 <3%(高低点相近) - 箱体宽度(振幅)在 8%-25% 之间为理想 - 布林带开口收窄,带宽 <15% **箱体参数**: - 上沿:区间内多个高点的均值 - 下沿:区间内多个低点的均值 - 中轴:(上沿 + 下沿) / 2 ### 3. 箱体内操作 **买入区域**:箱体下沿 ~ 下沿 + 箱体宽度 * 20% - 确认信号:触及下沿后出现阳线、成交量萎缩 - RSI 进入低位区间(<40) **卖出区域**:箱体上沿 - 箱体宽度 * 20% ~ 上沿 - 确认信号:触及上沿后出现阴线、成交量放大 - RSI 进入高位区间(>60) ### 4. 箱体突破 **向上突破**: - 放量突破上沿(量比 >2) - 收盘站上上沿 - 目标位 = 上沿 + 箱体宽度 **向下突破**: - 放量跌破下沿 - 收盘跌破下沿 - 止损离场 ### 5. 风险控制 - 止损位:箱体下沿下方 2%-3% - 每次箱体内波段操作仓位不超过 50% - 箱体越窄(<8%),假突破概率越大 ## 输出要求 1. 是否处于箱体震荡状态 2. 箱体上沿、下沿、中轴价位 3. 当前价格在箱体中的位置 4. 操作建议(买入/卖出/观望/突破追踪) 5. 关键价位和止损设置
Read the whole file at its exact version.
How to install
mdr add weaxs/stock-analysis-plugin/box-oscillation@git:20260916.70e8228mdr add weaxs/stock-analysis-plugin/box-oscillation@sha256:a692fae11afc09acPin 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_ctaaqkxtyd6ysy26)
1 badge views in 30 days
Versions
| version | committed | commit | size | audit | |
|---|---|---|---|---|---|
| git:20260916.70e8228 latest | 2026-09-16 | 70e8228 | 1,841 B | A | view · diff |
| git:20260916.a1ca926 | 2026-09-16 | a1ca926 | 2,027 B | A | view · diff |
| git:20260521.076544a | 2026-05-21 | 076544a | 1,914 B | A | view · diff |
| git:20260514.9bdbe4d | 2026-05-14 | 9bdbe4d | 1,801 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 (1841 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_ctaaqkxtyd6ysy26 GET https://markdownregistry.com/api/v1/resolve?ref=weaxs/stock-analysis-plugin/box-oscillation GET https://markdownregistry.com/api/v1/blob/a692fae11afc09ac39034be67de265414f14cfb4289ccfed1ad2569ddffb3655
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.