# 🏁 Exit Type

Define how your trades exit - with predetermined targets or adaptive market signals.

![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)

***

### 📊 Two Exit Strategies

{% tabs %}
{% tab title="📈 Percentage" %}

#### Fixed Profit Targets

**What it does:**

* Exit at exact percentage levels
* Up to 6 take profit points
* You control every level

**Best for:**

* ✅ Consistent markets
* ✅ Clear profit goals
* ✅ Risk management
* ✅ Beginners

{% code title="Example" %}

```
TP1: 1% profit
TP2: 2% profit
TP3: 3% profit
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" %}

#### Dynamic Market Exits

**What it does:**

* Exits based on market conditions
* Adapts to momentum
* No fixed targets

**Best for:**

* ✅ Volatile markets
* ✅ Trend following
* ✅ Maximum gains
* ✅ Experienced traders

{% hint style="info" %}
Signals adapt to market strength - holding winners longer, cutting losers faster
{% 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 %}

***

### ⚡ Quick Comparison

| Feature              | Percentage | Signals      |
| -------------------- | ---------- | ------------ |
| **Predictability**   | ✅ High     | ❌ Variable   |
| **Profit Potential** | 🟡 Fixed   | ✅ Unlimited  |
| **Risk Control**     | ✅ Precise  | 🟡 Adaptive  |
| **Best Market**      | Ranging    | Trending     |
| **Skill Required**   | Beginner   | Intermediate |

***

### 🎯 Which Should You Use?

{% columns %}
{% column width="50%" %}

#### Choose **Percentage** if:

* New to trading
* Want consistent results
* Need exact profit targets
* Trading ranging markets
  {% endcolumn %}

{% column %}

#### Choose **Signals** if:

* Experienced trader
* Want to ride trends
* Can handle variance
* Trading volatile markets
  {% endcolumn %}
  {% endcolumns %}

{% hint style="success" %}
**Pro Tip:** Start with Percentage to learn, then experiment with Signals as you gain experience
{% 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/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.
