# Trade Timeout Exit

The **Trade Timeout Exit** group adds a time-based exit layer for trades that remain open too long without producing a sufficiently strong result. It is designed to help limit prolonged exposure and improve trade management in slow or unfavorable market conditions.

{% hint style="info" %}
**These settings are especially useful if you**

* want to prevent trades from staying open too long without sufficient progress
* aim to reduce exposure to underperforming positions
* want to free capital from trades that have stalled
* trade in conditions where momentum can weaken quickly
* prefer an additional time-based layer of exit control
  {% endhint %}

{% hint style="success" %}

### Practical Example

If:

* **Maximum time a trade may remain open, in minutes**= `45`
* **P/L threshold for timeout exit** = `0.0`

then the EA will check each trade and if after **45 minutes** the trade is still in loss at that moment, it will be closed automatically.
{% endhint %}

{% columns %}
{% column %}
{% content-ref url="/spaces/ShpN5GtM9y91jd4mhvkb/pages/qHHt1qLZWxcVF3L70Dl3" %}
[Maximum time a trade may remain open, in minutes](/smartchoise-manual/options/trade-timeout-exit/maximum-time-a-trade-may-remain-open-in-minutes.md)
{% endcontent-ref %}
{% endcolumn %}

{% column %}
{% content-ref url="/spaces/ShpN5GtM9y91jd4mhvkb/pages/ihG4wYFKrpiriCatFaIq" %}
[P/L threshold for timeout exit](/smartchoise-manual/options/trade-timeout-exit/p-l-threshold-for-timeout-exit.md)
{% endcontent-ref %}

{% endcolumn %}
{% endcolumns %}


---

# 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://smartchoise.gitbook.io/smartchoise-manual/options/trade-timeout-exit.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.
