← 返回 Skills 市场
xbmchina

A股超短线策略-CN

作者 xbmchina · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
174
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install ac-ultrashort-cn
功能描述
A股超短线交易策略。用于 Peter 的游牧型超短线交易风格:只做主线、只做最强、1-2天T+1套利。当需要分析A股盘面、筛选热点板块、寻找龙头股、制定买卖策略时使用。
使用说明 (SKILL.md)

A股超短线交易策略

核心定位

游牧型超短线交易者 — 只做主线,只做最强,只赚爆发段。

选股标准

1. 识别主线题材

  • 政策驱动:重大政策出台、规划发布
  • 事件驱动:突发新闻、行业突破
  • 资金驱动:板块持续放量、游资/机构大幅买入
  • 板块涨停数:≥3只确认题材持续性

2. 筛选条件

指标 范围 说明
流通市值 50-300亿 弹性与容量兼顾
换手率 5%-15% 活性适中
量价配合 放量突破关键位置 资金认可
板块涨停数 ≥3只 确认题材持续性

3. 选股优先级

龙头 > 跟风,宁可不做也不做杂毛:

  • 率先涨停的辨识度最高
  • 成交量最大的关注度最高
  • 市场讨论最多的情绪最强
  • 创业板(300开头)优先 — 20%涨跌停利润更高
  • 北交所(8/9开头)可选 — 30%涨幅空间更大

买卖时机

买点模式

模式 描述 适用场景
首板打板 题材确认日,龙头首次涨停时排板/打板买入 新题材启动第一天
二板确认 首板次日高开5%以上,竞价或盘中确认强度后介入 题材已验证,强势确认
分歧转一致 龙头回调后再次放量拉升的转折点 题材分歧后重新凝聚

卖点规则

情况 动作
高开低走跌破均线 出局
封板不牢反复开板 减仓或出局
板块跟风股大面积炸板 退潮信号,立刻走
持股一般不超过3天 到点走人

仓位管理(50万本金)

情况 仓位 金额 标的数
强主线 + 强龙头 50% 25万 1-2只
一般机会 30% 15万 1只
弱信号 / 试错 10-15% 5-7万 1只

铁律:

  • 单只股票不超50%仓位
  • 永远保留底仓现金(至少5万)
  • 绝不临时起意加仓

止损纪律

类型 规则 执行
固定止损 买入价 -5% 无条件执行
日内止损 买入当天收盘亏 >3% 次日竞价出局
题材止损 主线逻辑被证伪 无论盈亏立刻走

回撤控制

触发条件 动作
单月回撤 ≥10% 警惕,下一笔交易前强制复盘
连亏3次 强制停手 1-3天,复盘找问题
账户回撤达15% 降至半仓以下运作

数据来源

每日必看

  1. 东方财富 - 概念板块资金流向:https://data.eastmoney.com/bkzj/gn.html
  2. 财联社 - 热点新闻:https://www.cls.cn/hot-stock
  3. 同花顺/通达信 - 行情软件

复盘流程

盘前(8:30-9:15)

  • 复盘昨日涨停板,筛选目标
  • 关注集合竞价情况
  • 制定当日交易计划

竞价(9:15-9:25)

  • 观察目标股竞价强度
  • 决定是否参与、仓位多少

盘中

  • 只执行计划,不临时起意
  • 监控持仓股和板块走势
  • 触发止损/卖点立刻执行

盘后(15:00-16:00)

  • 复盘当日操作
  • 记录交易日志
  • 分析主线题材持续性

交易日志模板

日期:2026-XX-XX
标的:
买入价:
卖出价:
盈亏:+X% / -X%
买卖理由:
复盘总结:

核心信条

短线交易的核心不是选股,是纪律。

计划你的交易,交易你的计划。

安全使用建议
This is a text-only trading strategy — it does not install software or request credentials. Before installing or using it: verify the author/source if you need provenance (the registry metadata and _meta.json ownerId differ and no homepage is provided); do NOT supply broker API keys or other secrets to this skill unless you explicitly trust and review any code that would use them; remember the skill only provides trading heuristics — trading carries real financial risk, so review and test any rules in a simulator or with small amounts before applying them to live capital; if you want to prevent autonomous execution that could place trades, avoid granting the agent direct access to trading/brokerage APIs or disable autonomous invocation for workflows that connect strategy outputs to execution systems.
功能分析
Type: OpenClaw Skill Name: ac-ultrashort-cn Version: 1.0.0 The skill bundle contains trading strategy documentation and instructions for an AI agent to analyze the Chinese A-share market. It defines stock selection criteria, risk management rules, and references legitimate financial data sources (e.g., Eastmoney, CLS). There is no evidence of malicious code, data exfiltration, or harmful prompt injection in SKILL.md or _meta.json.
能力评估
Purpose & Capability
The name and description match the SKILL.md content (short-term A-share trading rules, selection, risk and position management). The skill requests no binaries, env vars, or installs, which is proportionate. Minor provenance concerns: source/homepage are unknown and _meta.json contains an ownerId that differs from the registry metadata shown — verify the publisher if provenance matters.
Instruction Scope
SKILL.md contains only trading strategy prose and operational checklists. It references public market data websites (Eastmoney, CLS, Tonghuashun) but does not instruct the agent to read local files, environment variables, or to transmit data to unexpected endpoints. No scope creep detected.
Install Mechanism
No install spec and no code files (instruction-only). This is the lowest-risk model: nothing will be written to disk or executed by the installer.
Credentials
No required environment variables, credentials, or config paths are declared or referenced. The skill does not ask for broker/API keys or other secrets, which is appropriate for a strategy document.
Persistence & Privilege
always is false and the skill does not request persistent system presence or modifications to other skills. The skill can be invoked by agents (default model-invocation), which is normal for skills; there is no additional privilege requested.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ac-ultrashort-cn
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ac-ultrashort-cn 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
首发版本:游牧型超短线/主线龙头/1-2天T+1
元数据
Slug ac-ultrashort-cn
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

A股超短线策略-CN 是什么?

A股超短线交易策略。用于 Peter 的游牧型超短线交易风格:只做主线、只做最强、1-2天T+1套利。当需要分析A股盘面、筛选热点板块、寻找龙头股、制定买卖策略时使用。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 174 次。

如何安装 A股超短线策略-CN?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install ac-ultrashort-cn」即可一键安装,无需额外配置。

A股超短线策略-CN 是免费的吗?

是的,A股超短线策略-CN 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

A股超短线策略-CN 支持哪些平台?

A股超短线策略-CN 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 A股超短线策略-CN?

由 xbmchina(@xbmchina)开发并维护,当前版本 v1.0.0。

💬 留言讨论