> For the complete documentation index, see [llms.txt](https://minara.ai/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://minara.ai/docs/minara-handbook/zh/can-kao/order-types.md).

# 订单类型

Minara 的交易面板支持两种主要订单类型，并带有会改变其执行方式的修饰条件。加密货币、股票和大宗商品都可使用相同的订单类型。

## 市价单

市价单会以订单簿上当前最佳可用价格立即执行。成交速度很快，但具体价格取决于当前流动性。

当执行速度比价格精确度更重要时使用市价单——例如在波动剧烈的情况下快速平仓。

## 触发单

触发单会等待资产达到你指定的价格，然后再执行。它有两个子类型：

**限价触发**：当触发价格达到时，订单会以你指定的价格作为限价单挂出。你会以该价格或更优价格成交，但如果市场朝相反方向移动，订单也可能完全无法成交。

**止损触发**：当资产穿过某个阈值价格时，订单会以市价单挂出。用于止损。在被触发后，订单会以最佳可用价格成交，这在快速波动或交易稀少的市场中可能与触发价格有显著差异。没有保证的退出价格。

## 订单修饰条件

**仅减仓**：该订单只会减少现有仓位，不会增加仓位或开新仓。在设置止损或止盈单时很有用，可确保它们不会意外反转你的仓位。

**仅挂单**：该订单只会作为做市订单挂出（加入订单簿）。如果它会立即作为吃单方成交，则会改为取消。可用于避免吃单手续费。

## 止盈和止损（TP/SL）

你可以直接从仓位面板为持仓附加止盈和止损水平。这些会作为条件触发单保存，并在价格达到你的目标时激活。

* **止盈**：当价格朝对你有利的方向移动到目标水平时，平掉仓位（全部或部分）
* **止损**：当价格朝对你不利的方向移动到阈值水平时，平掉仓位

{% hint style="info" %}
Autopilot 和 Strategy Studio 会自动管理 TP/SL。在通过 Copilot 手动交易时，Minara 的信号卡会建议 TP 和 SL 水平——你需要在下单时自行设置。
{% endhint %}


---

# 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://minara.ai/docs/minara-handbook/zh/can-kao/order-types.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.
