# 💪 Peak Profit/Leverage

See how your trades would look with leverage - for visualization only.

{% hint style="danger" %}
**Important:** This setting is purely visual. It does NOT affect signals, entries, or exits.
{% endhint %}

***

### 🎯 What It Does

{% tabs %}
{% tab title="📈 Peak Profit Display" %}

#### Live Trade Tracking

Shows the highest profit reached since entry, multiplied by leverage.

**Example:**

* Trade reaches: 2% profit
* Leverage set to: 50x
* Display shows: 100% peak

This helps visualize your maximum potential with leverage.
{% endtab %}

{% tab title="🤖 AI Dashboard" %}

#### Performance Calculation

AI Dashboard uses this to show:

* Simulated Total Profit %
* Simulated Total Profit $

See how AI strategy would perform with your leverage.
{% endtab %}
{% endtabs %}

***

### 📊 Visual Examples

<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 Leverage</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 Leverage</p></figcaption></figure>

***

### ⚠️ What It DOESN'T Do

| Does NOT Include   | Why It Matters                      |
| ------------------ | ----------------------------------- |
| ❌ Compounding      | Real trading compounds gains/losses |
| ❌ Liquidation risk | High leverage can wipe accounts     |
| ❌ Fees/slippage    | Real costs reduce profits           |
| ❌ Margin calls     | Exchanges close losing positions    |
| ❌ Signal changes   | Entry/exit points stay the same     |

***

### 💡 How to Use

{% stepper %}
{% step %}

#### Set Your Real Leverage

Match what you actually trade with (e.g., 10x, 20x)
{% endstep %}

{% step %}

#### Watch Peak Profit

See maximum potential during trades
{% endstep %}

{% step %}

#### Check AI Dashboard

Compare simulated performance at your leverage
{% endstep %}
{% endstepper %}

***

### 📈 Common Settings

| Trading Style    | Typical Leverage | Risk Level |
| ---------------- | ---------------- | ---------- |
| **Conservative** | 1-5x             | Low        |
| **Moderate**     | 5-20x            | Medium     |
| **Aggressive**   | 20-50x           | High       |
| **Extreme**      | 50-100x+         | Very High  |

***

### 🎯 Pro Tips

{% hint style="success" %}
**Best Practice:** Set to your actual trading leverage for realistic visualization
{% endhint %}

{% hint style="info" %}
**Remember:** Higher leverage = Higher risk. This tool shows potential, not guaranteed results.
{% endhint %}

{% hint style="danger" %}
**Critical:** Leverage amplifies BOTH profits AND losses. Always use proper risk management.
{% endhint %}


---

# Agent Instructions: 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://docs.infinityalgo.com/features/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.
