> For the complete documentation index, see [llms.txt](https://docs.runbot.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.runbot.io/triggers-boxes/entry-in-position-rules/no-end-trade-check.md).

# No end trade check

### Overview

The **“No End Trade Check”** rule is an entry condition modifier that controls whether your strategy **immediately re-evaluates trade entry conditions after a position closes**.

By default, Runbot does **not** check entry triggers instantly at the end of a trade. Instead, entry is re-checked:

* On the **next indicator update** that modifies a signal, or
* On the **next trade-triggering event** (like a new candle or market condition)

This setting gives you **explicit control** over that behavior.

<figure><img src="/files/glLHzDOcyS2THMgjEogX" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/vC6xHErJFC1asD1kIZWp" alt=""><figcaption></figcaption></figure>

### What This Condition Does

When **enabled**, it tells Runbot:

> ❌ **Do not** check the entry conditions right after closing a trade.\
> ✅ Wait for the next relevant update or signal change.

This prevents **immediate re-entry** into a trade based on old or unchanged signals.

### Why Use It?

This is especially useful for:

* **Pari-mutuel strategies** that reset after each round
* Avoiding accidental back-to-back trades due to unchanged signal states
* Maintaining consistency with strategy logic

***

### Default Behavior

* This rule is **enabled by default** on **older strategies** (to preserve current behavior)
* It is **not added automatically** on **new strategies**, but can be toggled manually in the strategy editor.

***

### Related Rule: No Previous Trade

If you want to delay re-entry for a specific number of candles after a trade, consider using the **"No Previous Trade (N candles)"** condition instead.
