A股相对强弱/RS分析

SkillDev tools

A-share relative strength (RS) analysis. Triggered when the user says "相对强弱", "relative strength", "RS", "XX比大盘强吗", or "跑赢跑输". Quantitatively analyzes the relative strength of a stock or sector versus the broader market. Supports formal and brief styles.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the A股相对强弱/RS分析 skill

What this skill tells your AI

The instructions your AI receives, as published by aifinlab/finclaw in skills/a-share-relative-strength/SKILL.md and read by ahel’s review.

数据源

SCRIPTS="$SKILLS_ROOT/cn-stock-data/scripts"
python "$SCRIPTS/cn_stock_data.py" kline --code [CODE] --freq daily --start [日期]
python "$SCRIPTS/cn_stock_data.py" quote --code [CODE]
python "$SCRIPTS/cn_stock_data.py" finance --code [CODE]

Workflow

Step 1: 获取标的+基准K线

Step 2: 计算RS

RS = 标的价格 / 基准价格(标准化为100起点)

Step 3: RS趋势分析

  • RS上升→跑赢大盘
  • RS下降→跑输大盘
  • RS拐点→相对强弱切换

Step 4: RS排名

全市场/行业内RS排名

Step 5: 输出

维度formalbrief
RS曲线完整RS时序当前RS方向
RS排名全市场百分位强/弱
默认风格:brief。

关键规则

  1. RS是趋势交易的核心指标——买强卖弱
  2. RS新高往往先于股价新高
  3. RS持续走弱的股票即使便宜也需谨慎
  4. 板块RS比个股RS更稳定
  5. RS结合绝对趋势效果更好

使用示例

示例 1: 基本使用

# 调用 skill
result = run_skill({
    "param1": "value1",
    "param2": "value2"
})

示例 2: 命令行使用

python scripts/run_skill.py --input data.json

Signals

GitHub stars
241
Forks
38
Last commit
May 2026
Advanced
Catalog kind
skill
Gateway key
a-share-relative-strength
Source
github.com/aifinlab/finclaw