# Setting offsets

## Opening the offsets menu

The offsets settings menu can be retrieved by clicking on the ![](/files/cR3Q2jgP2pVDunpHIise) icon in the Trading Module of either [DOM](/english/windows/dom.md) or [Chart](/english/windows/chart.md) window.&#x20;

<figure><img src="/files/q5PVM5HuoJQWpiOFxlCo" alt=""><figcaption><p>Opening the trading settings window from the trading panel</p></figcaption></figure>

### Offsets settings (slippage/casting distance)

<figure><img src="/files/ISP3OHAqfDqVyKpDevzQ" alt=""><figcaption><p>Offsets settings configuration window</p></figcaption></figure>

### Description of offsets for each order type

| Order type for setting offsets | Description                                                                                                                                                                                                                                                                                                 |
| ------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Limit order                    | The distance from the best price (from best bid or best ask) to which a limit order will be placed when buying and selling with a limit using hotkeys, as well as when pressing the SELL LMT / BUY LMT buttons in the trading module. This value can be either positive or negative.                        |
| Stop orders                    | With the offset set, clicking on BUY STP / SELL STP will result in a stop-limit order, the limit price of which will be set with an offset from the stop price. If the offset is not set, when you click on BUY STP / SELL STP, a stop market order will be placed.                                         |
| Trigger order                  | When a trigger order with a configured offset is triggered in the terminal, a limit order with a corresponding offset from the trigger price will be sent to the exchange. If the offset is not configured, a market order will be sent to the exchange, when a trigger order is triggered in the terminal. |
| Take Profit                    | With a configured offset, TP will be placed as a Stop Limit order.                                                                                                                                                                                                                                          |
| Stop Loss                      | With a configured offset, SL will be placed as a Stop Limit order.                                                                                                                                                                                                                                          |


---

# 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://support.tiger.com/english/settings/basic-setup/setting-offsets.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.
