원클릭으로
龙虾全自动炒股技能 v1.0 - 激进短线交易系统。选股+持仓监控+盘前盘后报告+风控提醒。资金基准80万,单票上限30%,止损4%,止盈8-12-15%。
npx skills add https://github.com/huzengyun3268/openclaw-workspace --skill auto-stock이 명령을 Claude Code에 복사하여 붙여넣어 스킬을 설치하세요
龙虾全自动炒股技能 v1.0 - 激进短线交易系统。选股+持仓监控+盘前盘后报告+风控提醒。资金基准80万,单票上限30%,止损4%,止盈8-12-15%。
npx skills add https://github.com/huzengyun3268/openclaw-workspace --skill auto-stock이 명령을 Claude Code에 복사하여 붙여넣어 스킬을 설치하세요
Professional trading strategy guides for prediction markets and crypto. Risk management, trend analysis, and best practices.
Manage Steven's A-share shadow trading dashboard. Triggers on: (1) "影子盘看板", "交易看板", "持仓状况", (2) placing or updating a simulated trade (buy/sell/止损/止盈), (3) updating positions or equity data, (4) reviewing trade history or P&L. Reads and writes to the shadow trading system under trade/.
Log every trade with full context (thesis, entry, exit, PnL, emotion, lesson). Generate weekly and monthly performance reports. Identify patterns in wins/losses. Use when recording a new trade, reviewing performance, running a weekly debrief, or updating the trading strategy based on results.
Institutional-grade options trading system with 10 strategy templates, interactive strategy router, IV analyzer, and portfolio manager. Get real-time trade recommendations based on market conditions.
Trading strategy development sandbox. User describes trading intent in natural language, agent writes a Python backtest strategy and returns results.
专业级智能股票监控预警系统 V2.1。支持收盘日报自动生成、反爬虫优化(Session级UA、多数据源冗余)、成本百分比预警、均线金叉死叉、RSI超买超卖、成交量异动监控、智能错误提醒。符合中国投资者习惯(红涨绿跌)。Use when user needs stock market monitoring, price alerts, daily reports, or automated trading notifications for A-shares and ETFs.
| name | auto_stock |
| description | 龙虾全自动炒股技能 v1.0 - 激进短线交易系统。选股+持仓监控+盘前盘后报告+风控提醒。资金基准80万,单票上限30%,止损4%,止盈8-12-15%。 |
| version | 1.0.0 |
| 规则 | 参数 |
|---|---|
| 资金基准 | 80万 |
| 单票上限 | 30% = 24万 |
| 总仓上限 | 70% = 56万 |
| 止损线 | -4%(触发立即走,不犹豫) |
| 止盈线 | +8%减半 / +12%再减 / +15%全走 |
| 持有期限 | 1-3天(超时不赚强制走) |
| 炸板规则 | 涨停炸板先出一半 |
| 连续止损 | 2次后当天禁止开新仓 |
python C:/Users/Administrator/.openclaw/workspace/skills/auto_stock/scripts/short_trade.py 选股
python C:/Users/Administrator/.openclaw/workspace/skills/auto_stock/scripts/short_trade.py 持仓
python C:/Users/Administrator/.openclaw/workspace/skills/auto_stock/scripts/short_trade.py 热点
python C:/Users/Administrator/.openclaw/workspace/skills/auto_stock/scripts/short_trade.py 风控
python C:/Users/Administrator/.openclaw/workspace/skills/auto_stock/scripts/short_term_select.py 强势
python C:/Users/Administrator/.openclaw/workspace/skills/auto_stock/scripts/short_term_select.py 突破
python C:/Users/Administrator/.openclaw/workspace/skills/auto_stock/scripts/short_term_select.py 尾盘
| 任务 | 时间 | 内容 |
|---|---|---|
| 盘前报告 | 工作日 9:25 | 热点方向+重点关注股+操作提醒 |
| 持仓监控 | 工作日 9-11点 每15分钟 | 持仓状态+预警 |
| 集合竞价 | 工作日 9:15/9:20/9:25 | 竞价异动监控 |
| 持仓监控 | 工作日 13-15点 每15分钟 | 持仓状态+预警 |
| 盘后复盘 | 工作日 15:10 | 持仓分析+明日计划 |
持仓每次变化后,编辑以下文件更新:
short_trade.py → POSITIONS 列表evening_report.py → POSITIONS 列表格式:
{"name":"股票名", "code":"sh600xxx", "shares":数量, "cost":成本价, "buy_date":"2026-04-02", "note":"短线"}
"不管哪个方向,总有弱时,我们做强时行情" 只做强势,不做弱势。弱转强时跟进,强转弱时离场。
| 模式 | 条件 | 适合场景 |
|---|---|---|
| 强势 | 涨幅5-10%+换手>5%+市值<300亿 | 主线明确时 |
| 突破 | 涨幅3-8%+换手>8%+突破20日新高 | 突破确认时 |
| 尾盘 | 涨幅2-6%+换手>5%+量比>1.5 | 尾盘套利 |
| 热点 | 涨幅5-15%+换手>10%+非一字板 | 热点追涨 |
| 回踩 | 涨幅1-5%+近5日跌>5%缩量 | 低吸反弹 |