# Dynamic Limit Price

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

Dynamic Limit Price allows you to set limit orders that automatically adjust based on real-time market conditions. Instead of using a static limit price, this feature recalculates the limit price approximately every five seconds, ensuring that orders remain aligned with market movements.

### How It Works

Traders can configure a Dynamic Limit Price using two modes: Pair Offset and Custom.

{% tabs %}
{% tab title="Pair Offset" %}

<figure><img src="/files/maX2SENS0pZTAmybuRRN" alt="" width="563"><figcaption><p>Pair Offset</p></figcaption></figure>

* This mode sets the limit price relative to another trading pair on any venue.
* It is particularly useful for some arbitrage strategies, ensuring orders are placed only when a favorable price discrepancy exists.
* The Offset field allows traders to set a positive or negative price adjustment.
* The calculated dynamic limit price is displayed in the preview box and updates automatically every five seconds.
  {% endtab %}

{% tab title="Custom Offset" %}

<figure><img src="/files/5xVeiZSb2DIFAWQh3FxW" alt="" width="563"><figcaption><p>Custom Offset</p></figcaption></figure>

* This mode allows traders to define a **custom pricing logic** that adjusts dynamically based on their specific criteria.
* Syntax and capabilities are aligned with [conditional orders](/creating-and-submitting-orders/advanced-settings/order-conditions.md) (without variable tracking).
* This provides additional flexibility, allowing traders to fine-tune execution conditions beyond standard pair-based offsets.
  {% endtab %}
  {% endtabs %}

This feature is particularly valuable for traders engaging in algorithmic execution and spread trades where precise limit order placement is critical. By leveraging Dynamic Limit Price, traders can improve execution quality while maintaining greater control over price-sensitive trades.


---

# 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/dynamic-limit-price.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.
