A股择时策略/大盘择时信号
SkillDev toolsA-share market timing strategy / market-wide timing signals. Triggered when the user says "择时" (timing), "market timing", "该不该进场" (should I enter the market), "现在能买吗" (can I buy now), "仓位建议" (position advice), or "大盘择时" (market timing). Performs quantitative analysis of market timing signals. Suppor
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the A股择时策略/大盘择时信号 skill
What this skill tells your AI
The instructions your AI receives, as published by aifinlab/finclaw in skills/a-share-market-timing/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: 获取大盘指数数据
Step 2: 多维择时信号
- 技术面:均线系统/MACD/布林带
- 资金面:北向资金/融资余额/成交量
- 情绪面:涨跌家数/涨停数/新高数
- 估值面:PE分位/PB分位/股债利差
Step 3: 综合评分
各维度加权打分(0-100)
Step 4: 输出
| 维度 | formal | brief |
|---|---|---|
| 各维度评分 | 详细指标明细 | 综合分数 |
| 仓位建议 | 分档仓位表 | 建议仓位 |
| 历史对照 | 类似评分历史表现 | 无 |
| 默认风格:brief。 |
关键规则
- 择时极难——大多数择时策略长期跑不赢满仓持有
- 左侧择时(抄底/逃顶)风险极高
- 右侧择时(趋势确认后行动)更稳健
- 多信号综合比单一信号更可靠
- 择时错误的代价是踏空——宁可少赚不可大亏
使用示例
示例 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-market-timing- Source
- github.com/aifinlab/finclaw