> For the complete documentation index, see [llms.txt](https://about.jojo.exchange/jojo-1/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://about.jojo.exchange/jojo-1/v1-product-guides/tutorials/how-to-place-a-tp-sl-order.md).

# How to Place a TP/SL Order ?

Users can set a take profit price and stop limit price for the order or position. If the market reaches that price , TP/SL order will be triggered, and a market order will be placed to decrease or completely close the position.

When placing orders on JOJO, you will be able to set the **\[Take Profit]** and **\[Stop Loss]** orders simultaneously. However, to enable this function, users will need to setup the One-click Trade.

<figure><img src="/files/9S2wGdrpvQJJGPJKMojI" alt="" width="375"><figcaption></figcaption></figure>

When users click **"Buy TP/SL"** button, there will be a reminder message and users have to confirm **"Enable"** the One-click Trade feature.

<figure><img src="/files/P8vZObX5uktuaP4iz0H5" alt="" width="345"><figcaption></figcaption></figure>

After that users may choose order type, enter the amount, and click **\[TP/SL]** to set the **\[Take Profit]** and **\[Stop Loss]** prices manually based on the **\[Mark Price]** or **\[Last Price]**. Next, click **\[Buy/Long]** or **\[Sell/Short]** to place the order.

<figure><img src="/files/pcYmxazyCnaFn589PgpU" alt="" width="293"><figcaption></figcaption></figure>

You can check your orders under the **\[Open Orders]** and click **\[ALL]** to choose **\[TP/SL]** to filter orders.

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

Select **\[Hide other symbols]** will help you filter out your \[TP/SL] orders for the current symbol. You can close any individual **\[TP/SL]** order or select **\[X Cancel All]** to close all orders with one click.

<figure><img src="/files/dtO16W4eU2FVPDZUTQI3" 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://about.jojo.exchange/jojo-1/v1-product-guides/tutorials/how-to-place-a-tp-sl-order.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.
