> For the complete documentation index, see [llms.txt](https://quantumexecute.gitbook.io/quantumexecute/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://quantumexecute.gitbook.io/quantumexecute/cn/huan-ying-shi-yong-quantumexecute.md).

# 欢迎使用QuantumExecute

**QuantumExecute**（简称 *QE*）算法交易平台是一款面向数字资产市场的机构级交易执行平台，其核心使命是通过智能算法大幅降低大额交易的市场冲击和总交易成本。平台支持多场景、多交易所的订单自动拆分和执行，并提供交易过程分析和模拟工具，为用户提供全方位的交易执行方案。

平台适合**量化基金、机构交易团队**等专业投资者，以及希望降低交易成本的**高净值个人投资者**。不同用户群体可以利用 QE 平台满足多样化的需求，例如：在有限时间内完成大额建仓/平仓、隐蔽执行大额订单以减少市场影响、精细控制执行滑点以优化业绩等。平台提供的一系列算法策略可以针对上述不同场景提供有效的解决方案。

**平台特点与优势：**

* **降低交易成本**：针对大额订单可能造成的市场冲击和高滑点，QE 提供智能拆单算法。大型订单会自动拆分为小单，并结合市场微观结构和 Alpha 信号优化执行，从而降低滑点和成本。算法动态调整挂单策略，优先采用被动委托（maker）以降低手续费。
* **全自动执行**：平台实现了一键下单与全自动执行。用户只需一次提交订单，算法即可自动完成拆单、挂单、撤单等操作。算法能够根据盘口流动性实时监控行情，在市场剧烈波动时及时调整策略，减少人工操作延迟和错误。
* **隐蔽交易意图**：针对简单大额委托易暴露交易意图的问题，QE 的隐藏单算法通过随机化拆单间隔和单笔数量，掩盖真实交易意图；当挂单偏离预期时会即时撤单并微调价格，以免信息泄露导致额外成本。
* **增值服务**：除了执行算法本身，平台还提供**近实时模拟回测**和**交易成本分析 (TCA)** 等增值服务，帮助用户在实盘交易前验证策略效果，并在交易后评估执行绩效。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://quantumexecute.gitbook.io/quantumexecute/cn/huan-ying-shi-yong-quantumexecute.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
