# Take Profit & Stop Loss Orders

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

Introducing our latest feature - **Take Profit and Stop Loss Orders** :tada:

This new feature allows users to automatically close their position when predefined profit or loss thresholds are reached, so you can lock in gains and mitigate losses from open positions.<br>

## What are Take Profit and Stop Loss Orders?

**Take Profit** orders are orders placed to automatically close a position and realize profits when the market price reaches a predefined price level:

* Long Position: higher than entry price
* Short Position: lower than entry price

**Stop Loss** orders are orders placed to automatically close a position and minimize losses when the market price reaches a predefined price level:

* Long Position: lower than entry price
* Short Position: higher than entry price

✅ **Benefits**: It allows (1) better risk management and (2) flexibility to set specific buying/selling prices.&#x20;

❌ **Limitation**: This can limit your profitability if the price moves in your favor.

## How should I set the Take Profit and Stop Loss Orders?

| Direction           | Take Profit Order                                                                                         | Stop Loss Order                                                                                                                                                                                                                                                                                         |
| ------------------- | --------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Long Positions**  | Set it at a price level ***above*** the **entry price** where you wish to close the trade and take profit | <p>Set it at a price level</p><ul><li> <em><strong>below</strong></em> the <strong>entry price</strong> where you wish to close the trade and avoid further losses, and</li><li><em><strong>above</strong></em> the liquidation price to prevent liquidation instead of just closing position</li></ul> |
| **Short Positions** | Set it at a price level ***below*** the **entry price** where you wish to close the trade and take profit | <p>Set it at a price level </p><ul><li><em><strong>above</strong></em> the <strong>entry price</strong> where you wish to close the trade and avoid further losses, and</li><li><em><strong>below</strong></em> the liquidation price to prevent liquidation instead of just closing position</li></ul> |

## When will the Take Profit and Stop Loss Orders be triggered?

**Take Profit (TP)**

| Scenario              | Triggering Condition (Long Positions)                  | Triggering Condition (Short Positions)               |
| --------------------- | ------------------------------------------------------ | ---------------------------------------------------- |
| TP Price < Mark Price | N/A                                                    | Take Profit is triggered where Mark Price = TP Price |
| TP Price > Mark Price | Take Profit is triggered where Market Price = TP Price | N/A                                                  |

**Stop Loss (SL)**

| Scenario              | Triggering Condition (Long Positions)              | Triggering Condition (Short Positions)             |
| --------------------- | -------------------------------------------------- | -------------------------------------------------- |
| SL Price < Mark Price | Stop Loss is triggered where Mark Price = SL Price | N/A                                                |
| SL Price > Mark Price | N/A                                                | Stop Loss is triggered where Mark Price = SL Price |

<figure><img src="/files/48J1OTqXNvvTGZN4xYVS" alt=""><figcaption></figcaption></figure>

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

## What is Stop-Market Order?

**Stop-Market Order** is a stop order that is set to buy or sell a cryptocurrency at the market price once it has hit a specified stop price.

**Example**: You own 1 BTC, and you want to sell it only if the price drops to $45,000 or you want to buy BTC above $70000 as you predict it will break above .

✅ **Benefits**:&#x20;

* Helps protect profits and limit losses
* Can be used for both buying and selling
* Provides a layer of automation to your trading strategy

❌ **Limitations**:

* Not guaranteed to execute if the stop price is not reached
* Vulnerable to slippage, similar to market orders

## When will Stop-Market Order be triggered?

| Scenario                | Triggering Condition (Long Positions)                        | Triggering Condition (Short Positions)                       |
| ----------------------- | ------------------------------------------------------------ | ------------------------------------------------------------ |
| Stop Price < Mark Price | Placed as Market Order                                       | Stop-Market Order is triggered where Mark Price = Stop Price |
| Stop Price > Mark Price | Stop-Market Order is triggered where Mark Price = Stop Price | Placed as Market Order                                       |

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

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

{% hint style="info" %}
Stop-Limit Order is coming soon. Stay tuned! :loudspeaker:
{% endhint %}


---

# 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://docs.fulcrom.finance/fulcrom-finance/other-features/take-profit-and-stop-loss-orders.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.
