ma-crossover skillA
ma-crossover 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. 采集数据 运行数据采集脚本获取 120 根日K线及技术指标: ```bash python3 scripts/gather.py <symbol> ``` ### 2. 均线系统 | 组合 | 短期 | 长期 | 信号级别 | |------|------|------|----------| | 短线 | MA5 | MA10 | 灵敏但噪音多 | | 中线 | MA10 | MA20 | 平衡信号 | | 中长线 | MA20 | MA60 | 可靠但滞后 | ### 3. 金叉质量评估 **高质量金叉**: - 金叉前有一段明显的下跌或盘整 - 金叉时伴随放量(量比 > 1.5) - 金叉角度较大(均线发散明显) - MACD 同步金叉形成共振 - 金叉位于前期支撑位附近 **低质量金叉**: - 震荡行情中频繁出现的金叉/死叉 - 缩量金叉,无资金跟进 - 金叉后均线快速粘合 ### 4. 多均线共振 最强信号:MA5/10/20/60 多均线同时金叉(粘合后多头发散),通常出现在大级别趋势启动初期。 ### 5. 均线支撑/压力 - 上升趋势中,均线是动态支撑 - 下降趋势中,均线是动态压力 - 均线粘合区域往往是变盘点 ## 输出要求 1. 各周期均线当前排列状态 2. 最近的金叉/死叉信号及其质量评级 3. 均线系统整体趋势判断 4. 基于均线的支撑/压力位 5. 操作建议和止损位
Read the whole file at its exact version.
How to install
mdr add weaxs/stock-analysis-plugin/ma-crossover@git:20260916.70e8228mdr add weaxs/stock-analysis-plugin/ma-crossover@sha256:39a0db181ad39415Pin 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_g3l6ufmclgqqdxci)
1 badge views in 30 days
Versions
| version | committed | commit | size | audit | |
|---|---|---|---|---|---|
| git:20260916.70e8228 latest | 2026-09-16 | 70e8228 | 1,686 B | A | view · diff |
| git:20260916.a1ca926 | 2026-09-16 | a1ca926 | 1,884 B | A | view · diff |
| git:20260521.076544a | 2026-05-21 | 076544a | 1,756 B | A | view · diff |
| git:20260514.9bdbe4d | 2026-05-14 | 9bdbe4d | 1,643 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 (1686 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_g3l6ufmclgqqdxci GET https://markdownregistry.com/api/v1/resolve?ref=weaxs/stock-analysis-plugin/ma-crossover GET https://markdownregistry.com/api/v1/blob/39a0db181ad394152f6cb9e1e0d43e600a7675a8d339ee4d4479a2f4b40283b8
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.