bull-trend skillA
bull-trend 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 > MA20 > MA60 - MACD 在零轴之上运行 - 价格沿着上升通道运行 - 每次回调不破前低 **空头趋势确认条件**: - 均线空头排列:MA5 < MA10 < MA20 < MA60 - MACD 在零轴之下运行 - 价格沿下降通道运行 ### 3. 趋势阶段判断 | 阶段 | 特征 | 操作 | |------|------|------| | 启动期 | 均线粘合后向上发散,放量突破 | 建仓 | | 加速期 | 价格加速上涨,远离均线 | 持有,注意高位风险 | | 成熟期 | 涨幅放缓,量能递减 | 逐步减仓 | | 衰退期 | 跌破 MA20 或趋势线 | 清仓 | ### 4. 关键指标 - **ADX 替代**:用 MA 斜率和排列程度衡量趋势强度 - **趋势线**:连接近期低点作为上升趋势线 - **回调幅度**:健康回调通常不超过前一波涨幅的 38.2%-50% ## 输出要求 分析完成后输出: 1. 当前趋势方向和阶段 2. 趋势强度评分(1-10) 3. 关键趋势支撑/压力位 4. 入场/持有/离场建议 5. 止损位建议
Read the whole file at its exact version.
How to install
mdr add weaxs/stock-analysis-plugin/bull-trend@git:20260916.70e8228mdr add weaxs/stock-analysis-plugin/bull-trend@sha256:5c9961710e7f9fc8Pin 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_awbamthzbh33f6fq)
1 badge views in 30 days
Versions
| version | committed | commit | size | audit | |
|---|---|---|---|---|---|
| git:20260916.70e8228 latest | 2026-09-16 | 70e8228 | 1,578 B | A | view · diff |
| git:20260916.a1ca926 | 2026-09-16 | a1ca926 | 1,776 B | A | view · diff |
| git:20260521.076544a | 2026-05-21 | 076544a | 1,663 B | A | view · diff |
| git:20260514.9bdbe4d | 2026-05-14 | 9bdbe4d | 1,550 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 (1578 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_awbamthzbh33f6fq GET https://markdownregistry.com/api/v1/resolve?ref=weaxs/stock-analysis-plugin/bull-trend GET https://markdownregistry.com/api/v1/blob/5c9961710e7f9fc8fbf2e8d11627ab1d7d2a837c0386aab8a338b5763c2b768f
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.