# Stop Loss

Similarly to a Take Profit, a Stop Loss order allows you to limit the loss incurred through a trade. As soon as the price reaches the set stop loss, the position will be closed on the market. A stop loss is indicated by a marker. It is stored locally in the Tiger.com terminal and will not be executed if there is no internet connection.![](https://s3-eu-central-1.amazonaws.com/euc-cdn.freshdesk.com/data/helpdesk/attachments/production/80037981055/original/SbdY8ZJgiR-wpXKane2lcweriIIJjsNNvA.png?1631894682)

For a stop loss to work even when the terminal is closed or there is a sudden lack of internet connectivity, enable the option **Server stop loss**  in the main menu in the  **Settings → Main settings**  tab in the  **Trading** section.  \ <br>

<figure><img src="https://s3-eu-central-1.amazonaws.com/euc-cdn.freshdesk.com/data/helpdesk/attachments/production/80074665986/original/gM4D-se07DSu9iWtRmdJus7GmaSmAv1fow.png?1643982329" alt=""><figcaption></figcaption></figure>

To set the stop loss automatically, select  **Setting and options** → **Trading parameters** in the DOM menu. In the window that opens, on the **Trading** tab in the **Stop loss** section, enter the value of the stop loss in the **Size** field (in price steps, not in points).

If you want the trailing stop to be set automatically, then additionally enter the margin size in the **Trailing range** field (in price steps, not in points).

The **Margin** field sets the maximum slippage when triggered. In other words, as soon as the price reaches the stop loss marker, the position will be closed on the market, but the market order will be sent to close the position with the specified maximum slippage. If the condition is not met, after the specified slippage value (in price steps, not in points), a limit order to close will be placed and the position will not be closed until the price returns to that specified by this limit order.

![](https://s3-eu-central-1.amazonaws.com/euc-cdn.freshdesk.com/data/helpdesk/attachments/production/80074666346/original/r6MUfH8rNG0DoONn-kkuZnAwNRp7DJf47w.png?1643982373)

A stop loss can be set manually after entering a position. There are two methods to do this:

* In the DOM menu, click the  **Set stop loss** button, move the cursor to the level of the required price, and fix the stop loss with the left mouse button. To cancel setting a stop loss, right-click on the mouse. To remove the set stop loss, you need to release the **Set stop loss** button.
* Use the preset hotkey by holding it down on the keyboard and left clicking on the mouse button on the price in the DOM where you want to place a stop loss. The hotkey is assigned through the main menu in the tab **Settings → Hotkeys** in the **DOM** section.

The mouse can be used to move the set stop loss. It can also be turned into a trailing stop by double-clicking the left mouse button on the marker.![](https://s3-eu-central-1.amazonaws.com/euc-cdn.freshdesk.com/data/helpdesk/attachments/production/80037981257/original/Mto0N-Reoi3BYaYGIOFzQyySfEHqXw5CpA.png?1631894752)

### Trailing stop

Unlike a simple stop loss, a trailing stop begins to move in the direction of the open position when the price touches the marker. ![](https://s3-eu-central-1.amazonaws.com/euc-cdn.freshdesk.com/data/helpdesk/attachments/production/80037981259/original/HA5kbrfInFYAl4kgTCkwIeREH2stuA2osQ.png?1631894752)

![](https://s3-eu-central-1.amazonaws.com/euc-cdn.freshdesk.com/data/helpdesk/attachments/production/80031516888/original/8KSlBX8V3f5H8k4VQ9BnS9FV7I1B9_secw.png?1629459734)

The margin size can be changed by moving the marker in the desired direction with the mouse.

A trailing loss can be turned into a simple stop loss by double-clicking the left mouse button on the marker:![](https://s3-eu-central-1.amazonaws.com/euc-cdn.freshdesk.com/data/helpdesk/attachments/production/80037981330/original/3n3DD5fLBBSXo9oaE1mYJwGaujG0pN2xOQ.png?1631894777)

Stop loss settings take into account the selected price compression for the DOM when the price scale in the DOM is changed in proportion to the changed scale. In other words, for example, if the stop loss is set to 10 points in the settings, while the DOM is compressed 5 times, then the stop loss will be equal to 100×5 = 50 points.

![](https://s3-eu-central-1.amazonaws.com/euc-cdn.freshdesk.com/data/helpdesk/attachments/production/80074666663/original/5SMjzEoWo9cVcm40xskFVauXtlLOHeffCw.png?1643982409)


---

# 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/windows/dom/stop-loss.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.
