# Take Profit (TP)

![Take Profit settings](https://lh5.googleusercontent.com/7hGaFhNQaQkchqBqNG_XmYwnxUtBdLBIQaO0V_SZ7DT7TXglo8rNTGlZb3YFgZo4KRCsN6VHv_zVjuc5DgO5pntWRqQKLgHGdXpYyOYsha9wlO02GLfH_NG2fdYhyA_PGZ1K80_VVlOA8mkVv2U)

You can select multiple Take profit (TP) settings.&#x20;

**Single Take Profit** – Will let you be able to set one corresponding TP per deal. You can either exit this with PostOnly (guaranteed maker fee) or Limit orders. This TP is set on the exchange when a deal is opened.&#x20;

**Multiple Take Profit** - You are able to set multiple take profits. Especially useful when using  [laddered SL](/trading-bots/create-a-trading-bot/stop-loss-sl.md). for example. Per step you can set the desired closing % (in terms of closure of the deal) and at which profit% this should occur. For example you are able to close 50% of the deal at a 1% profit , after that 25% at 2% and the remaining 25% at 3%.&#x20;

**Trailing** - You can select the activation percentage. If set to to 1% the trailing will start at 1% TP from average entry price. If the trailing is set to 0.1% it will move the TP up as long as it doesn’t drop more then 0,1%. If it drops for 0,1% it will close the deal with a market order.&#x20;

![Example of trailing settings](/files/Sp7Idy7gwSy766xHp0YT)


---

# 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.wickhunter.io/trading-bots/create-a-trading-bot/take-profit-tp.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.
