通过 QMT Bridge 做下单前执行预览:价格类型选择、涨跌停检查、分批建议。 在用户提到怎么下单、限价还是市价、分批、滑点、执行方案时使用。默认预览,提交须确认。
Scanned 9/2/2026
Install to Claude Code
npx -y skills add Serennity007/awesome-stock-quant-skills --skill qmt-bridge-smart-execution --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Qmt Bridge Smart Execution?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/serennity007-qmt-bridge-smart-execution)More formats (shields.io, HTML) on the badges page.
---
name: qmt-bridge-smart-execution
description: >-
通过 QMT Bridge 做下单前执行预览:价格类型选择、涨跌停检查、分批建议。
在用户提到怎么下单、限价还是市价、分批、滑点、执行方案时使用。默认预览,提交须确认。
---
# QMT Trading Skill · 智能执行
> **实现状态**:✅ `execution_preview.py` 可用
## 目标
在调用 [qmt-bridge-trading](../qmt-bridge-trading/SKILL.md) 前,生成**可审阅的执行方案**(非自动交易)。
## 规划脚本
| 脚本 | 作用 |
|------|------|
| `scripts/execution_preview.py` | 输入标的/方向/数量 → 输出建议 price_type、风险提示 |
## 主要 API
| 方法 | 路径 | 说明 |
|------|------|------|
| GET | `/api/market/full_tick` | 现价、涨跌停 |
| GET | `/api/trading/positions` | 可卖数量 |
| GET | `/api/trading/asset` | 可用资金 |
| POST | `/api/trading/order` | 实际下单(须转 trading skill + 确认) |
## 规程(规划)
1. 拉 tick:距涨停/跌停距离
2. 卖出:校验 `can_use_volume`
3. 买入:校验 `cash` 与预估金额
4. 大单:若超过阈值建议 `batch_order` 分批(阈值可配置)
5. 输出预览;**提交订单必须** `--execute --confirm` 且用户同意
## 常量(与 trading 一致)
- `order_type` 23 买 / 24 卖
- `price_type` 5 最新价 / 11 限价 / 42 最优五档即时成交剩余撤销
## 安全
- 预览默认;禁止静默下单
- 真实资金默认实盘
## 参考
- [qmt-bridge-trading](../qmt-bridge-trading/SKILL.md) · [qmt-bridge-portfolio-risk](../qmt-bridge-portfolio-risk/SKILL.md)
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...
Ultra-compressed communication mode. Cuts token usage ~75% by speaking like caveman while keeping full technical accuracy. Supports intensity levels: lite, full (default), ultra, wenyan-lite, wenyan-full, wenyan-ultra. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman. Also auto-triggers when token efficiency is requested.
**Complete production-ready guide for Google Gemini embeddings API** This skill provides comprehensive coverage of the `gemini-embedding-001` model for generating text embeddings, including SDK usage, REST API patterns, batch processing, RAG integration with Cloudflare Vectorize, and advanced use cases like semantic search and document clustering. ---
Use when a repo needs CodeGraph plus ast-grep for Codex MCP setup, exploration, impact analysis, structural search, or safe refactor planning.
Interview, source-challenge, verify, save, and ADR-gate fuzzy coding requests into Codex-ready implementation specs. Use when a feature, bugfix, refactor, migration, repo-wide change, or architecture task needs user-verified requirements, source-backed decisions, durable architecture decisions, acceptance criteria, validation commands, rollout notes, saved spec/ADR files, and a Codex execution prompt. Do not use when already fully specified or when the user wants direct implementation now.