# My Positions

The **My Positions** feature allows you to monitor and manage all your open trading positions across your connected wallets.

### Accessing My Positions

* From the main menu (after typing `/start`), tap the **📊 My Positions** button

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

* Select the wallet you want to view positions for from the list of your active wallets

<figure><img src="/files/EWpJ9i3tKqmaz54Kl9Sk" alt="" width="402"><figcaption></figcaption></figure>

* Your open positions will be displayed with detailed information

<figure><img src="/files/xT4UA18TBoTi7FUyGKT3" alt="" width="563"><figcaption></figcaption></figure>

### Position Information

Each position shows the following details:

* **Follower Wallet**: The wallet address executing the copy trade
* **Coin**: The token being traded (e.g., ETH)
* **Source Tag**: The identifier for the trade source
* **Source Wallet**: The wallet address being copied
* **Type**: Position direction (Long or Short)
* **Size**: The position size
* **💰 Position Value**: Current value of your position in USD
* **🎯 Entry Price**: The price at which you entered the position
* **📈 Mark Price**: Current market price
* **📊 PnL (ROE%)**: Profit and Loss with Return on Equity percentage
* **⚠️ Liq. Price**: Liquidation price threshold
* **Margin**: Your position margin (displayed as cross or isolated)
* **Funding**: Current funding rate

### Managing Positions

#### Adjust or Close Individual Positions

Next to each coin, you'll see **Open / Close** options:

* **Open**: Increase your position size
* **Close**: Close the specific position at market price

#### Refresh Positions

Tap the **🔄 Refresh** button to update all positions with real-time data and current market prices.

#### Close All Positions

The **🔴 Close All** button allows you to close all open positions for the selected wallet simultaneously at market price.

> ⚠️ **Warning**: This action will close all positions immediately. Use with caution.

#### Change Wallet

Use the **👛 🔄 Change Wallet** button to switch between your different connected wallets and view their respective positions.


---

# 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.dextrabot.com/copy-trade-telegram/my-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.
