> For the complete documentation index, see [llms.txt](https://taraperps.gitbook.io/taraperps/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://taraperps.gitbook.io/taraperps/step-by-step-trading/managing-positions.md).

# Managing Positions

After opening trades, you will be able to view them under your positions list in the Positions Table. You can switch between viewing the Positions Table and the Orders Table by selecting the appropriate option at the top of the table. You can also elect to view your orders and positions on the Candle Chart by selecting the Chart Positions tick box in the top right hand corner of the table.

The Positions Table allows users to **view**, **edit**, and **close** their positions.

<figure><img src="https://docs.meridianfinance.net/~gitbook/image?url=https%3A%2F%2F2791058162-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FznH0wmdBqe8s23j9vKpZ%252Fuploads%252FG2fj7yyVndHYhKD79ssF%252FScreenshot%25202024-08-28%2520at%252009.53.10.png%3Falt%3Dmedia%26token%3D0a342a31-f196-4ed6-97e2-67e23e992235&#x26;width=768&#x26;dpr=4&#x26;quality=100&#x26;sign=21061c2c&#x26;sv=2" alt=""><figcaption></figcaption></figure>

* **Positions**: Shows the current position (long/short) for token and the leverage of the trade
* **Net Value**: Shows the total current value of the trade and the profit/loss both in USD and as a percentage of the initial collateral. The Net Value = Collateral +/- Profit/Loss - fees
* **Size**: Displays the Opening Position in USD
* **Collateral**: Shows the snapshot of the USD value of the collateral when the trade was opened. Unless updated by depositing or withdrawing collateral this will not change during the duration of the trade.
* **Mark Price**: The current Market Price of the token
* **Entry Price**: The market price at the time the position was opened or last updated
* **Liquidation Price**: The price at which the position will be automatically closed

Clicking on the three dots at the end of each row in the Positions Table provides users with the options to **Edit** their position

### **Editing Collateral** <a href="#editing-collateral" id="editing-collateral"></a>

As a trade ages the Net Value of the trade will increase or decrease as the position makes profits or losses.

When a trade is in profit it may be possible for a trader to withdraw some of the collateral used to fund the position whilst still maintaining a sufficient margin between the current market price and the automatic liquidation price. This can be achieved through the Edit Collateral option on each row of the Positions Table.

Similarly, if a trader wishes to maintain an open position on a trade that is approaching a liquidation position then more collateral can be added to the position. This can also be achieved through the Edit Collateral option. By adding more collateral a trader can move the liquidation position so that the trade does not get closed automatically before the market changes direction.


---

# 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://taraperps.gitbook.io/taraperps/step-by-step-trading/managing-positions.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.
