Three Line Dragon Stock

# 三线龙头股选股技能

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "Three Line Dragon Stock" with this command: npx skills add xiaobao666666666/three-line-dragon-stock

三线龙头股选股技能

触发条件

当用户发送以下关键词时触发:

  • "选龙头股"、"三线龙头"
  • "分析强势股"、"筛选涨停股"
  • "均线多头排列"、"平台突破"

核心理念

顺势而为,只做强势股;量价配合,确认趋势有效性;形态识别,把握最佳买入点。


一、三线均线系统

参数配置

参数默认值说明
MA55日均线短期
MA1010日均线主均线
MA2020日均线中期

多头排列条件

三线多头 := MA5 > MA10 AND MA10 > MA20 AND MA10持续上升

二、四类股票形态

第一类(最强)

条件1 := 涨停 OR 二十日累计涨幅 >= 25%

  • 当日涨幅接近涨停
  • 或20日累计涨幅>25%
  • 量能放大配合

第二类(平台整理后启动)

条件2 := 平台突破 AND NOT(条件1)

  • 振幅<8%(横盘整理)
  • 低点抬升>15%
  • 量能突破(>20日均量1.3倍)

第三类(60日均线附近)

条件3 := NOT(条件1) AND NOT(条件2) AND CLOSE处于MA60的5%区间

  • 围绕60日均线波动
  • 等待方向选择

第四类(弱势整理)

不符合前三类 → 暂不关注


三、六种买入信号

信号类型条件强度
首板涨停首次涨停+量能配合⭐⭐⭐⭐⭐
连板回调3日内2次涨停+回调⭐⭐⭐⭐
均线交叉买入股价上穿MA10⭐⭐⭐
20日新高突破创20日新高+量能⭐⭐⭐
平台突破突破整理平台⭐⭐⭐
均线回调买入回踩MA10附近缩量⭐⭐

首板涨停

首板涨停 := 条件1 AND NOT(REF(条件1, 1))
  • 首次涨停,前期非涨停
  • 量能配合,三线多头确认

连板回调

连板回调 := COUNT(涨停, 3) >= 2 AND 回调至合理位置
  • 3日内至少2次涨停
  • 回调至合理位置

均线附近回调买入

回调买入 := 条件2 AND 回调至MA10附近 AND 跌幅 < 3%
  • 回踩MA10±2%区间
  • 量能萎缩为买入信号

四、选股流程

Step 1: 均线多头筛选

  • MA5 > MA10 > MA20
  • MA10持续上升

Step 2: 涨幅/量能过滤

  • 涨停 OR 20日累计涨幅≥25%
  • 成交量 > 5日均量1.5倍

Step 3: 形态识别

  • 平台整理 → 突破信号
  • 回调蓄力 → 回踩买入信号

Step 4: 信号确认

  • 量能是关键
  • 板块共振优先

五、风控要点

仓位管理

  • 单票仓位 ≤ 20%
  • 弱势信号仓位 ≤ 10%

止损策略

入场方式止损位置
涨停追入亏损3%
平台突破平台下方2%
回调买入MA10下方3%

注意事项

  1. 市场环境优先:大盘上升趋势时成功率更高
  2. 板块联动:板块整体强势,个股更可靠
  3. 量能验证:无量上涨需警惕
  4. 严格执行:信号出现即执行

六、参数说明

参数建议范围调整依据
涨停识别9%~10%涨跌停制度
20日涨幅20%~30%市场特征
放量倍数1.3~2.0个股股性
平台振幅5%~10%波动率

环境调整

  • 牛市:放宽涨幅要求
  • 熊市:提高放量要求
  • 震荡市:关注平台突破
  • 强势市场:首板涨停首选

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

通义晓蜜 - 智能外呼

触发阿里云晓蜜外呼机器人任务,自动批量拨打电话。适用于批量外呼、客户回访、满意度调查、简历筛查约面试等场景。可从前置工具或节点获取外呼名单。

Registry SourceRecently Updated
General

Letterboxd Watchlist

Scrape a public Letterboxd user's watchlist into a CSV/JSONL list of titles and film URLs without logging in. Use when a user asks to export, scrape, or mirror a Letterboxd watchlist, or to build watch-next queues.

Registry SourceRecently Updated
General

Seedance Video Generation

Generate AI videos using ByteDance Seedance. Use when the user wants to: (1) generate videos from text prompts, (2) generate videos from images (first frame, first+last frame, reference images), or (3) query/manage video generation tasks. Supports Seedance 1.5 Pro (with audio), 1.0 Pro, 1.0 Pro Fast, and 1.0 Lite models.

Registry SourceRecently Updated
4.2K17jackycser
General

Universal Skills Manager

The master coordinator for AI skills. Discovers skills from multiple sources (SkillsMP.com, SkillHub, and ClawHub), manages installation, and synchronization...

Registry SourceRecently Updated