# Limit Order

{% hint style="info" %}

### **DBot TG Bot supports Auto Limit Order**

{% endhint %}

Click on Limit Order on the homepage, or enter the /limitorder to create and manage limit orders

* Limit orders can be filtered by token

<figure><img src="/files/258eWMVORYmfdtwT7JVs" alt="" width="461"><figcaption></figcaption></figure>

<figure><img src="/files/A6X4vHWS1W7DHeKQq1W4" alt="" width="418"><figcaption></figcaption></figure>

* **Customized priority fee and bribery tip for Solana's transactions supported**

When checked, you can customize the priority fee and bribery tip for turbo mode / anti-MEV, otherwise it will be auto assigned by the system

<figure><img src="/files/oFslu0uzSK4AGCyRmxTu" alt="" width="431"><figcaption></figcaption></figure>

{% hint style="info" %}

### **DBot TG Bot supports auto execute limit orders when expired**

{% endhint %}

* **Auto Buy:** Auto buy if the task expires without being triggered

`After enabled, if the task is not triggered within the expiry period, it will be executed automatically when the expiry period ends`

* **Auto Sell:** Auto sell if the task expires without being triggered

`After enabled, if the task is not triggered within the expiry period, it will be executed automatically when the expiry period ends`

<figure><img src="/files/gEuYZeV5b7EE4RQoagMc" alt="" width="407"><figcaption></figcaption></figure>

* **Customized priority fee and bribery tip for Solana's transactions supported**

When checked, you can customize the priority fee and bribery tip for turbo mode / anti-MEV, otherwise it will be auto assigned by the system

<figure><img src="/files/oFslu0uzSK4AGCyRmxTu" alt="" width="431"><figcaption></figcaption></figure>

{% hint style="info" %}

### **DBot TG Bot supports** creating limit orders by market cap & price change

{% endhint %}

**`Please enter the trigger price ($), which can be the price, the price change, or the market cap`**&#x20;

`● When entering the percentage change, the symbol % must be included, e.g. 5% or -5%`

&#x20;`● When entering the market cap, the symbol mc must be included at the beginning, and the number with the suffix k/m/b can be entered, e.g. mc 5000000 or mc 5m`

`Current price: $0.0001786`

`Current market cap: $178.68k`

<figure><img src="/files/PHzzYYb10hhGSylNhamf" alt="" width="432"><figcaption></figcaption></figure>

{% hint style="info" %}

### **DBot TG Bot supports** Anti Spike for trading

{% endhint %}

**Anti Spike:** When enabled, use the 1-second mid-price as trigger price with Anti-Spike Mechanism (not 100% guaranteed)

<figure><img src="/files/bts2xCgD258uXPALnnif" alt="" width="413"><figcaption></figcaption></figure>


---

# 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://guide-en.dbotx.com/telegram-bot/telegram-bot-for-personal/limit-order.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.
