a-stock-stop-loss

用动态止损锁定利润,避免"小盈大亏"。用于A股风控。

MIT-0 · Free to use, modify, and redistribute. No attribution required.
0 · 21 · 0 current installs · 0 all-time installs
MIT-0
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description (A-share dynamic stop-loss) match the SKILL.md content. The skill does not request unrelated binaries, environment variables, or install steps — nothing excessive for a strategy document.
Instruction Scope
SKILL.md contains only trading rules and scenarios (initial stop, trailing stop triggers, extreme-case behavior). It does not instruct the agent to read files, call external services, access credentials, or transmit data to third parties.
Install Mechanism
No install spec or code files are present. Being instruction-only means nothing is written to disk or fetched at install time.
Credentials
The skill requires no environment variables, credentials, or config paths — which is proportional for a strategy-only skill.
Persistence & Privilege
always is false and the skill is user-invocable only. It does not request persistent system privileges or modify other skills' configs.
Assessment
This skill is a coherent, read-only trading rule set and cannot execute trades by itself. Before using it with real money: (1) backtest the rules on historical A-share data and paper-trade to validate performance, (2) do not grant broker API keys to the agent unless you trust and audit that integration, (3) confirm the rules fit your risk tolerance and regulatory constraints, and (4) prefer skills with clear provenance (homepage/author) if you plan to automate execution.

Like a lobster shell, security has layers — review code before you run it.

Current versionv1.0.0
Download zip
latestvk979wh6yn3ye26yb4c1ycp8qk9831aby

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

SKILL.md

移动止损优化 Skill

核心能力

用动态止损锁定利润,避免"小盈大亏"。

止损规则

初始止损

  • 买入后跌破成本线 5%
  • 无条件止损

移动止损

  • 股价上涨 5% → 止损位上移至成本线
  • 股价上涨 10% → 止损位上移至盈利 5% 位置
  • 股价上涨 15% → 止损位上移至盈利 10% 位置

极端行情

  • 遇到一字跌停或突发利空
  • 次日竞价直接挂单卖出

止损原则

  1. 永远不讓盈利变亏损
  2. 亏损5%必须止损
  3. 盈利后保护成本线
  4. 极端行情优先保命

实战案例

买入后股价上涨15%:

  • 把止损位设置在盈利10%的位置
  • 即使后续回调,也能锁定大部分利润

触发场景

  • "这个票止损设在哪"
  • "要不要止损"
  • "还能持有吗"
  • "止盈还是止损"

Files

1 total
Select a file
Select a file to preview.

Comments

Loading comments…