> 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/peak-profit-leverage.md).

# 峰值利润/杠杆 Peak Profit/Leverage

查看你的交易在使用杠杆倍数下的表现 - 仅供可视化展示。

{% hint style="danger" %}
**重要提示：** 此设置仅为可视化显示。它不会影响信号、进场或出场。
{% endhint %}

***

## 🎯 功能说明

{% tabs %}
{% tab title="📈 最高收益显示 (Peak Profit Display)" %}

#### 实时交易跟踪 (Live Trade Tracking)

显示自进场以来达到的最高收益，乘以杠杆倍数。

**示例：**

* 交易收益达到: 2%
* 杠杆倍数设置为: 50x
* 显示收益: 100%

这可以帮助你可视化使用杠杆倍数的最大潜在收益。
{% endtab %}

{% tab title="🤖 AI 仪表板 (AI Dashboard)" %}

#### 性能计算 (Performance Calculation)

AI 仪表板使用此功能显示：

* 模拟总收益百分比 (Simulated Total Profit %)
* 模拟总收益美元 (Simulated Total Profit $)

查看 AI 策略在你的杠杆倍数下的表现。
{% endtab %}
{% endtabs %}

***

## 📊 可视化示例

<figure><img src="https://2387257950-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5cf3dRpPzq1Qbyc8GksH%2Fuploads%2FAlIfIe6oXpQ88zuAtWpA%2Fimage.png?alt=media&#x26;token=2e292ae4-03fc-40af-9c3b-9fc45648d892" alt=""><figcaption><p>10x 杠杆倍数</p></figcaption></figure>

<figure><img src="https://2387257950-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5cf3dRpPzq1Qbyc8GksH%2Fuploads%2FShmt9RWrfwXOnadJ6cdL%2Fimage.png?alt=media&#x26;token=ba7e6945-0f47-4b58-bc65-69544b2c94dd" alt=""><figcaption><p>100x 杠杆倍数</p></figcaption></figure>

***

## ⚠️ 不包含的内容 (What It DOESN'T Do)

| 不包含内容                       | 重要性说明             |
| --------------------------- | ----------------- |
| ❌ 复利 (Compounding)          | 实际交易会对收益/亏损进行复利计算 |
| ❌ 强制平仓风险 (Liquidation risk) | 高杠杆倍数可能导致账户爆仓     |
| ❌ 手续费/滑点 (Fees/slippage)    | 实际成本会降低收益         |
| ❌ 追加保证金 (Margin calls)      | 交易所会关闭亏损头寸        |
| ❌ 信号变化 (Signal changes)     | 进场/出场点位保持不变       |

***

## 💡 使用方法

{% stepper %}
{% step %}

#### 设置你的实际杠杆倍数 (Set Your Real Leverage)

匹配你实际交易中使用的杠杆倍数（例如，10x、20x）
{% endstep %}

{% step %}

#### 观察最高收益 (Watch Peak Profit)

查看交易期间的最大潜在收益
{% endstep %}

{% step %}

#### 查看 AI 仪表板 (Check AI Dashboard)

比较 AI 策略在你的杠杆倍数下的模拟表现
{% endstep %}
{% endstepper %}

***

## 📈 常见设置

| 交易风格    | 典型杠杆倍数   | 风险等级 |
| ------- | -------- | ---- |
| **保守型** | 1-5x     | 低风险  |
| **中等型** | 5-20x    | 中风险  |
| **激进型** | 20-50x   | 高风险  |
| **极限型** | 50-100x+ | 极高风险 |

***

## 🎯 专业建议

{% hint style="success" %}
**最佳实践：** 设置为你实际交易的杠杆倍数，以获得逼真的可视化效果
{% endhint %}

{% hint style="info" %}
**记住：** 更高的杠杆倍数 = 更高的风险。此工具显示的是潜在收益，而非保证收益。
{% endhint %}

{% hint style="danger" %}
**关键提示：** 杠杆倍数会同时放大收益和亏损。始终使用适当的风险管理措施。
{% 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/peak-profit-leverage.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.
