# How do I enable Take Profit orders on Binance?

{% hint style="info" %}
In order for the terminal to set the take profit with a limit in the DOM on an exchange, enable the server take profit in the basic settings and set the offset to 0.
{% endhint %}

![](https://s3-eu-central-1.amazonaws.com/euc-cdn.freshdesk.com/data/helpdesk/attachments/production/80034183193/original/RTtGt8hgE57UcqTu424XDRdaH45XI0wSLg.png?1630509541)

If you want to set both the stop loss and the take profit when opening a position:

* **Use local stop loss and server take profit.** The terminal will remove the take profit when the local stop loss is triggered. However, if the exchange does not have time to release the funds that were reserved for the take profit in order to use them for the stop loss, then the take profit will be canceled, but the sale will not follow.&#x20;
* **Use local stop loss and local server take profit.** Local stop loss and local take profit are conditional orders in the terminal that the exchange has no information on. When the price approaches the local stop loss or local take profit, the terminal will send the exchange a real corresponding order. However, if there is no connection to the exchange or the terminal is closed, local stop losses and local take profits are not processed.


---

# 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/frequently-asked-questions/how-do-i-enable-take-profit-orders-on-binance.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.
