# OOL Pause

<figure><img src="/files/g8mpuM6ljXNVZYega8zV" alt=""><figcaption><p>Limit Price with OOL Pause Enabled</p></figcaption></figure>

Out-of-Limit (OOL) Pause is a configuration that controls how the engine handles periods when the market price moves outside the specified limit price.

### **How It Works**

* When OOL Pause is **enabled**, the engine will pause execution when the market price is outside the limit price. These periods are not included in the execution schedule.

<figure><img src="/files/hKrDTN9GT5Qlx4jquUmr" alt=""><figcaption><p>Execution with OOL Pause Enabled</p></figcaption></figure>

* When OOL Pause is **disabled**, the engine will attempt to "catch up" after a period when the market was outside the limit price, resuming execution to meet the original schedule.

<figure><img src="/files/jYDxnqTE6pwdjPYMJppv" alt=""><figcaption><p>Execution with OOL Pause Disabled</p></figcaption></figure>

### **Considerations**

* Compatibility: OOL Pause cannot be used with strategies that target a participation rate, such as Target Participation Rate, Market Maker, and Aggressive Maker.
* Default Setting: This configuration is disabled by default.


---

# 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.tread.fi/creating-and-submitting-orders/advanced-settings/ool-pause.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.
