# The price setting for limit orders

The price setting for limit orders needs to have a price difference of more than 0.05% from the current market price, meaning that the price set for limit orders must differ by more than 0.05% from the current price.&#x20;

The above price rules apply to limit orders/take profit orders/stop loss orders.&#x20;

Example 1: If the current BTC market price is 71,230 USDT and you want to sell at a higher price, choosing a limit order, the price must be set higher than 71,230 \* (1+0.05%).&#x20;

Example 2: If the current BTC market price is 71,330 USDT and you want to buy it at a lower price, choosing a limit order, the price must be set lower than 71,330 \* (1-0.05%).


---

# 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://kine.gitbook.io/kine-docs-portal/library/the-price-setting-for-limit-orders.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.
