Volume Price Analysis
通过成交量判断价格走势真实性,避免被"诱多"或"诱空"。用于A股技术分析。
MIT-0 · Free to use, modify, and redistribute. No attribution required.
⭐ 0 · 33 · 0 current installs · 0 all-time installs
MIT-0
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name and description (volume/price verification for A-share analysis) match the SKILL.md content, which contains only trading heuristics; nothing requested is unrelated to that purpose.
Instruction Scope
SKILL.md contains only rules for interpreting price and volume (no commands, no file or env access, no external endpoints). It does not describe how to obtain price/volume data — the agent or another skill must supply market data at runtime.
Install Mechanism
No install spec and no code files — instruction-only skill with minimal surface and no artifacts written to disk.
Credentials
The skill requires no environment variables, credentials, or config paths; requested privileges are proportionate (none) to the stated functionality.
Persistence & Privilege
always is false and the skill does not request elevated or permanent presence nor any modifications to other skills or system settings.
Assessment
This skill is coherent and low-risk from a platform perspective, but it's only a set of trading heuristics — it does not fetch market data or place trades. Before using: (1) ensure the agent or another trusted data source supplies accurate price/volume data, (2) backtest these rules on historical data and treat them as heuristics rather than guarantees, (3) never provide trading-account credentials to this skill, and (4) if you don't want autonomous actions based on these signals, restrict the agent's ability to execute trades or write external outputs.Like a lobster shell, security has layers — review code before you run it.
Current versionv1.0.0
Download ziplatest
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
SKILL.md
量价关系验证 Skill
核心能力
通过成交量判断价格走势的真实性,避免被"诱多"或"诱空"。
量价规则
有效上涨
- 价格创新高
- 成交量放大(较前一日放量30%以上)
- 结论:有效突破,可跟进
虚假上涨(诱多)
- 价格创新高
- 成交量缩量
- 结论:警惕主力出货,不可追
底部反转
- 价格企稳
- 成交量连续3日温和放大
- 结论:资金进场信号,可考虑建仓
有效下跌
- 价格创新低
- 成交量放大
- 结论:可能加速赶底
虚假下跌(诱空)
- 价格创新低
- 成交量缩量
- 结论:空头乏力,可能反转
实战规则
- 个股涨停但成交量萎缩 → 说明封单不强,次日大概率低开
- 涨停伴随放量突破前期压力位 → 有效上涨信号,可果断跟进
- 缩量上涨至压力位 → 警惕回调
触发场景
- "这个涨停有效吗"
- "这是诱多还是真涨"
- "能追吗"
- "缩量上涨可靠吗"
Files
1 totalSelect a file
Select a file to preview.
Comments
Loading comments…
