# 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.


---

# 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.runbot.io/triggers-boxes/entry-in-position-rules/no-end-trade-check.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.
