# Manage Open Positions

When an [order ](/help-center/leverage-trading-guide/orders-positions/order-types.md)is executed on the market, a corresponding **position** is being opened according to the set parameters. We've prepared a short video guide on how to open a position using different parameters and orders on Margex:

{% embed url="<https://www.youtube.com/watch?v=F-MPVmYGAbQ>" %}

All Open positions are reflected in the ‘Open Positions’ section of the [Trade](https://margex.com/app/trade) page:

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

Here you can control and manage all of your open positions - review the current stats of your open trades, add/edit Stop Loss or Take Profit, as well as close positions.

## **How to close a position. Full and Partial close.**

To close a position, navigate to the [orders and positions module](/help-center/leverage-trading-guide/trade-interface.md#orders-and-positions-management-section) and click '**Market**' or '**Limit**' button to close a position using a corresponding method.

Your position will be closed either instantly with a [market order](/help-center/leverage-trading-guide/orders-positions/order-types.md#market-order) or by a limit order (i.e [take profit](/help-center/leverage-trading-guide/orders-positions/order-types.md#stop-loss-and-take-profit)):&#x20;

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

In the position closure confirmation window, you can select to close your position fully (100%) or partially (from 1 to 99%):

* **FULL** position close - this will result in the trade being closed entirely and PnL being settled accordingly:

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

* **PARTIAL** position close - close 1% to 99% of your position (for example if your trade size is $100 then closing 40% of your position will result in the size of your position being reduced by $40 and the profit/loss for this portion of the trade will be settled. The remaining 60% ($60) of the trade will  be active and will continue to generate PnL:

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

When managing active orders, it is also possible to set up Take Profit and Stop Loss orders to automatically close a position fully or partially.

## **How to add Stop Loss and/or Take Profit to open positions**

{% embed url="<https://www.youtube.com/watch?v=uA9NxkG_OLE>" %}

[Stop Loss and Take Profit](/help-center/leverage-trading-guide/orders-positions/order-types.md#stop-loss-and-take-profit) (SL and TP) orders can be placed from the ‘Open Positions’ section of the [Trade](https://margex.com/app/trade) page by clicking the corresponding field in the **TP/SL** column:

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

Now you simply need to select your TP or SL parameters:

* select the portion of the trade to apply the TP or SL to - [ENTIRE](#how-to-close-a-position.-full-and-partial-close) position or [PARTIAL](#how-to-close-a-position.-full-and-partial-close) position
* select the exact portion (quantity) of the trade to be closed via TP or SL (for PARTIAL Position closure only)
* select your desired TP or SL trigger Price$ and ROE%
* click "Confirm" to confirm your TP or SL

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

**Take Profit (TP)** protection orders are [limit orders](/help-center/leverage-trading-guide/orders-positions/order-types.md#limit-order) and will be executed accordingly. **Stop Loss** (SL) protection orders are [market orders](/help-center/leverage-trading-guide/orders-positions/order-types.md#market-order) and will be executed accordingly.

## **How to add/remove margin to a position**

Adding or removing margin to/from a position lets traders reduce or increase the amount of their personal margin in a trade (essentially, decreasing or increasing their leverage accordingly).

This feature acts as an additional risk-management tool, allowing traders to employ a wider array of trading strategies by providing more flexibility and control over their trades.

To **increase** or **decrease** the leverage of a position:

1. Click on the Margin value of a position reflected in the ‘Margin’ column of the ‘Open Positions’ section:

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

2. In the leverage adjustment window, select the leverage that you want to set and review the changes that will be made to the position:<br>

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

3. Click ‘Confirm’ to change your leverage

It is important to keep in mind that changing the leverage of a position will also directly affect the [Estimated liquidation price](/help-center/leverage-trading-guide/how-leverage-works/liquidation.md#isolated-margin-liquidation) of an isolated margin trade.


---

# 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://help.margex.com/help-center/leverage-trading-guide/orders-positions/manage-positions.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.
