stock-screener-cn

A股/港股技术形态筛选器。支持多种技术分析策略,包括均线多头排列、缩量回踩、放量突破、K线形态等。当用户询问股票筛选、技术形态、选股条件、均线策略时使用此技能。

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 "stock-screener-cn" with this command: npx skills add otouman/stock-screener-cn

A股技术形态筛选器

专注于A股和港股的技术形态筛选,支持多种经典策略。

支持的筛选策略

1. 均线策略

  • 均线多头排列: MA5 > MA10 > MA20 > MA60
  • 均线向上: 均线连续N日上升
  • 金叉/死叉: 短期均线上穿/下穿长期均线
  • 回踩不破: 股价回踩均线后反弹

2. 量价策略

  • 缩量回踩: 股价回调时成交量萎缩
  • 放量突破: 成交量放大的同时突破关键位置
  • 量价背离: 价格与成交量走势不一致

3. 组合策略

  • 大帅逼策略: 五日线十三日线均向上 + 缩量回踩 + 未破五日线
  • 龙回头: 强势上涨后回调至关键均线 + 缩量企稳
  • 老鸭头: MA5上穿MA10形成鸭头形态

使用方式

用户可以通过自然语言描述筛选条件,例如:

  • "帮我筛选均线多头排列的股票"
  • "五日线十三日线均向上,昨日缩量回踩未破五日线"
  • "找出放量突破的股票"

数据源

使用AKShare获取A股实时数据,支持:

  • 深A、沪A全市场股票
  • 港股通标的
  • 实时行情和历史数据

输出格式

筛选结果将以表格形式展示:

  • 股票代码和名称
  • 匹配的策略名称
  • 关键指标(均线位置、成交量变化等)
  • 信号强度评分

快速使用

# 筛选满足"大帅逼策略"的股票
python scripts/screen_stocks.py -s 大帅逼策略 -m 深A

# 组合多个策略
python scripts/screen_stocks.py -s 均线多头排列 缩量回踩 -m 沪A -l 30

参数说明

参数说明默认值
-s, --strategy策略名称(可多选)大帅逼策略
-m, --market市场:A股/深A/沪A/港股A股
-l, --limit最大返回数量30
--min-price最低价格3.0
--max-price最高价格300.0

详细策略说明

参见 references/strategies.md

依赖安装

pip install akshare pandas numpy

风险提示:技术分析仅供参考,不构成投资建议。股市有风险,投资需谨慎。

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

OpenClaw Windows WSL2 Install Guide

Complete step-by-step installation guide for OpenClaw on Windows 10/11 with WSL2, includes common pitfalls and solutions from real installation experience.

Registry SourceRecently Updated
General

Package Version Tracker

查询 npm 和 PyPI 包的版本信息、历史发布及依赖,支持版本比较和批量查询,响应快速无须 API key。

Registry SourceRecently Updated
General

Pinboard Manager

Use this skill for ALL Pinboard bookmark management tasks — this is the go-to skill whenever Pinboard (pinboard.in) is involved. Invoke immediately when the...

Registry SourceRecently Updated
General

51mee Resume Parse

简历解析。触发场景:用户上传简历文件要求解析、提取结构化信息。

Registry SourceRecently Updated