# Orders and Positions. How to manage your trades

## Orders

*(For a quick and easy-to-understand video, check out our ‘*[*How to place an Order*](https://www.youtube.com/watch?v=UfRyzHkO3VY)*' video tutorial on YouTube.)*

### How to place Orders

There are several ways to place an order:

* **From the 'Watchlist' Widget**\
  Click the 'Trade' button for the currency you wish to trade in the Watchlist widget. This will bring up the 'New Order' form where you can select the parameters of your trade.

<div align="center"><img src="/files/-Ltg1HJUCaI72RnomejH" alt=""></div>

* **From the 'Chart' widget**

  **a)** In the top left corner of the Chart widget you can click the red Sell or green Buy buttons to place an order. An order form will pop up, where you can choose the side of a trade, order type, quantity and price.

  **b)** When clicking the right mouse button in the chart field, a trade selection tool will appear, giving you the choice to place a Buy or Sell order. Next, an order entry tool will appear. Trading from the chart is perfect for placing limit orders away from the market.

![](/files/-Ltg19k-u8JpYWqd2pCc)

* **From the Dashboard Widget**\
  Click the red Sell or green Buy buttons to place an order. This widget is very convenient when quick entry into the market is top priority

![](/files/-Ltg0wXnOJneGlD3zULv)

\
When placing an order with any of the methods mentioned above, a '**New Order**' window will pop up:

![](/files/-LzCbZ0WJNXrGKcFSxU8)

In the 'New order' window, select your desired order parameters:\
\
\- **Order Type** (See '[Order Types](/help-center/trading-with-primexbt/order-types.md)' for detailed info about order types)\
\- **Amount** of the currency you wish to trade\
\- **Side** of the order (Buy/Sell)\
\- **Stop Loss**/**Take Profit** protection orders\
\- **Margin impact** reflects the estimated amount of margin that will be used when executing this order

{% hint style="info" %}
**Margin Impact** reflects the amount of your personal margin required to open the selected order + Unrealized P/L (based on the [bid-ask spread](/help-center/trading-with-primexbt/order-types.md#bid-price-ask-price-and-spread)) at the estimated moment of order execution.
{% endhint %}

After editing your order, make sure to double check your selected order parameters and Margin Impact. Click 'Send Order' to place your order.

### How to modify or cancel Orders

The **Orders Widget** reflects all details about your active orders and allows you to manage these orders. Right-click on an order to open the drop-down menu with the following options:

![](/files/-MUZQDyPcjIUkSVADujE)

* **Replace** - modify and change your order parameters
* **Cancel order** - cancel the selected order

## Positions

### How to modify or close Positions

The **Positions Widget** reflects all details about your open positions, such as Fill price and size, Unrealized P/L, etc.

<img src="/files/-MYjfxf7s0nHlXUp_rL6" alt="" data-size="line">Double-click on a position to open the **Modify position** window, or <img src="/files/-MYjfxf7s0nHlXUp_rL6" alt="" data-size="line">right-click on it to open the drop-down menu with the following options:

![](/files/-MW4gH02zHhp40s37YDh)

* **Modify position** - set Stop Loss and/or Take Profit protection orders
* **Close Position** - close a position **entirely** or **partially**
* **Close By Position** - **net out** two opposite positions in the same instrument

{% hint style="warning" %}
When attempting to close a position partially, make sure that [**Regular trading**](/help-center/margin-trading/understanding-trade-interface.md#3-trading-mode-button) mode is enabled
{% endhint %}

### Partially close a Position

To close a position partially, first, make sure that [**Regular trading**](/help-center/margin-trading/understanding-trade-interface.md#3-trading-mode-button) **mode is ENABLED(!),** to prevent the position from being accidentally closed fully.\
\
Next,<img src="/files/-MYjfxf7s0nHlXUp_rL6" alt="" data-size="line">right-click the desired position, and click **Close Position** in the pop-up menu:

![](/files/-MkCyKUboaTUSGaL-BU8)

In the 'Close position' window, type in the amount you wish to close in the '**Amount to Close**' field (as shown in the screenshot below). Click the 'Close position' button to confirm partially closing the position:

![](/files/-MYjgg13EttzR8KBZRuk)

### Net out Opposite Positions / Close By Position

If you have two opposite open positions ('Bought' and 'Sold') in the same instrument, you can net them out to one position by using the '**Close By Position**' option.

To close a position with an opposite one, <img src="/files/-MYjfxf7s0nHlXUp_rL6" alt="" data-size="line">right-click on the position. If there are other positions that can be used to close it, the menu option '**Close by position**' will be available Choose it to open the '**Close by position**' window.

![](/files/-MYjsYiN4yeMdsFOdGPi)

Choose an opposite position to apply to the original one, from the list of positions available for the operation, as shown in the picture above. Confirm netting out the positions by clicking the '**Close by**' button.

Once the operation has been confirmed, the smaller position will be closed entirely, and the larger position's size will be reduced by the size of the smaller position.

{% hint style="info" %}
'Close by position' operation **does not** incur **trade fees.**
{% endhint %}

## Trade activity log (Messages widget)

The **Messages widget** reflects logs of all recently placed, cancelled, rejected, modified or executed orders, as well as margin call and position liquidation notifications and system messages:

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

Information reflected in the Messages widget will remain available for several days and **may be cleared during webserver restarts or resets** due to regular maintenance operations.


---

# 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://primexbt.gitbook.io/help-center/margin-trading/how-to-place-a-trade.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.
