a-stock-profit-taking

用分批止盈锁定利润,不追求卖在最高点。用于A股卖股策略。

MIT-0 · Free to use, modify, and redistribute. No attribution required.
0 · 24 · 0 current installs · 0 all-time installs
MIT-0
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description match the SKILL.md content: a simple multi-step profit-taking rule for A‑share sell decisions. There are no unrelated env vars, binaries, or config paths requested.
Instruction Scope
The SKILL.md contains only high-level trading rules and example scenarios (when to sell, percentages). It does not instruct the agent to read files, call external APIs, or execute trades automatically. Note: the guidance is intentionally general and leaves room for agent discretion.
Install Mechanism
Instruction-only skill with no install spec and no code files — nothing is written to disk and no third-party packages are pulled.
Credentials
No environment variables, credentials, or config paths are requested; the requested surface is proportionate to a textual trading-strategy skill.
Persistence & Privilege
Skill is not marked always:true and uses default invocation behavior. It does not request elevated or persistent system privileges.
Assessment
This skill is a benign, text-only set of trading heuristics — not code that will place trades. Before using it in live trading: 1) treat it as educational, not financial advice; backtest the rules on historical data and run in paper trading first; 2) do NOT grant any trading account credentials or broker API keys to an agent that uses this skill unless you explicitly trust and audit that integration — if you combine this skill with a separate broker-integration skill, require explicit manual confirmation for any trade; 3) validate compliance with local rules and taxes for A‑share trading; 4) note the skill has no provenance/homepage — if you need accountability, ask the publisher for source or references. Overall: safe to read/use as a guideline, but exercise standard caution before automating trades.

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

Current versionv1.0.0
Download zip
latestvk974aef81b3rrdysc20h3nbrtx830ma5

License

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

SKILL.md

分批止盈 Skill

核心能力

不追求卖在最高点,而是用分批止盈锁定利润。

止盈规则

第一止盈点

  • 盈利 10% 时
  • 卖出 50% 仓位
  • 锁定一半利润

第二止盈点

  • 盈利 20% 时
  • 卖出剩余 30% 仓位
  • 锁定大部分利润

留底仓

  • 保留 20% 仓位
  • 跟随趋势直到破位
  • 避免踏空

止盈原则

  1. 不贪心,卖在次高点也可以
  2. 分批卖出,锁定利润同时保留可能性
  3. 破关键均线必须走
  4. 放量滞涨必须走

实战案例

个股盈利12%时:

  • 先卖出一半仓位锁定利润
  • 剩下的仓位继续持有
  • 既避免踏空,又不会因为贪心导致利润回吐

触发场景

  • "这个票要不要卖"
  • "盈利了怎么止盈"
  • "卖多少合适"
  • "还能持有吗"

Files

1 total
Select a file
Select a file to preview.

Comments

Loading comments…