> For the complete documentation index, see [llms.txt](https://infinity.aloen.to/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://infinity.aloen.to/infinity-algo-features/exit-type.md).

# 退出类型 Exit Type

定义交易的平仓方式 - 使用预设目标或自适应市场信号。

![Exit Type Settings](https://2387257950-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5cf3dRpPzq1Qbyc8GksH%2Fuploads%2FZtWSorkaBzHl1BsILnkO%2Fexittype.png?alt=media\&token=63289144-6f28-4727-b41e-ab53ab6791ba)

***

### 📊 两种平仓策略

{% tabs %}
{% tab title="📈 百分比 (Percentage)" %}
**固定利润目标**

**功能说明：**

* 在精确的百分比水平平仓
* 最多可设置 6 个止盈点 (Take Profit)
* 完全由你自己控制每个水平

**适用场景：**

* ✅ 行情稳定的市场
* ✅ 利润目标明确
* ✅ 风险管理
* ✅ 初学者

{% code title="示例" %}

```
TP1: 1% 利润
TP2: 2% 利润
TP3: 3% 利润
止损 (Stop Loss): 2%
```

{% endcode %}

![Percentage Exit Example](https://2387257950-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5cf3dRpPzq1Qbyc8GksH%2Fuploads%2FtCgML1qTpTQ9Xbaf1zWZ%2Fimage.png?alt=media\&token=b59ff0ee-8ba5-4c72-870f-1ac8e528daef)
{% endtab %}

{% tab title="🎯 信号 (Signals)" %}
**动态市场平仓**

**功能说明：**

* 根据市场条件平仓
* 自适应于市场动量 (Momentum)
* 无固定目标

**适用场景：**

* ✅ 波动剧烈的市场
* ✅ 趋势跟踪策略
* ✅ 最大化收益
* ✅ 有经验的交易者

{% hint style="info" %}
信号根据市场强度自适应 - 盈利单子持有更久，亏损单子更快止损
{% endhint %}

![Signals Exit Example](https://2387257950-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5cf3dRpPzq1Qbyc8GksH%2Fuploads%2FWY9TEpIXok61F8Gpmlye%2Fimage.png?alt=media\&token=788accf7-427f-4e1b-9581-a5bfd3148a33)
{% endtab %}
{% endtabs %}

***

### ⚡ 快速对比

| 功能特性     | 百分比 (Percentage) | 信号 (Signals)    |
| -------- | ---------------- | --------------- |
| **可预测性** | ✅ 高              | ❌ 变动            |
| **利润潜力** | 🟡 固定            | ✅ 无上限           |
| **风险控制** | ✅ 精确             | 🟡 自适应          |
| **最佳市场** | 区间震荡 (Ranging)   | 趋势行情 (Trending) |
| **技能要求** | 初学者              | 中级              |

***

### 🎯 你应该选择哪一种？

{% columns %}
{% column width="50%" %}
**选择百分比 (Percentage) 如果**

* 刚开始交易
* 希望结果稳定一致
* 需要精确的利润目标
* 交易区间震荡市场
  {% endcolumn %}

{% column %}
**选择信号 (Signals) 如果**

* 有交易经验
* 想要跟踪趋势
* 能够承受结果变动
* 交易波动剧烈的市场
  {% endcolumn %}
  {% endcolumns %}

{% hint style="success" %}
**专业建议：** 先从百分比模式开始学习，随着经验积累逐步尝试信号模式
{% 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://infinity.aloen.to/infinity-algo-features/exit-type.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.
