> For the complete documentation index, see [llms.txt](https://docs.kaze.fi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kaze.fi/tigris/fees-and-trading-guide/take-profit-and-stop-loss.md).

# Take Profit and Stop Loss

You can decide to not use a Take Profit or Stop Loss orders. If you don't, your trade will be liquidated if the market price hits your liquidation price and it **won't** close if the PNL reaches 500%.\
\
When opening a position you can either use the slider, click on the chart or type in the price to select your SL and TP orders.

<figure><img src="/files/vJwD8ULrvbGvO9eDwWxw" alt=""><figcaption></figcaption></figure>

After opening a position the TP and SL orders will appear on the chart as well as in "MY OPEN POSITIONS" section.&#x20;

There are multiple ways to add, edit and remove TP and SL orders:

* From the open positions section: select TP or SL and click on the chart.
* From the chart: Click on the TP or SL line and drag it up or down.
* From the open positions section: type your desired price and hit Enter.&#x20;

<figure><img src="/files/L8CT6hY9E8qLNQaPImcW" alt=""><figcaption></figcaption></figure>

You can also use the Edit modal: Click the "Edit <img src="/files/kEWjmEvwYAHuCBqjsjYR" alt="" data-size="line">" button and in the pop-up window write your desired price then click "Apply".<br>

<figure><img src="/files/3RI8xYzjSOcPc9tMPkyL" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.kaze.fi/tigris/fees-and-trading-guide/take-profit-and-stop-loss.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
