# Positions

#### **Sections**

* **Open:** Shows trades currently active.
* **Closed:** Displays completed trades with detailed performance metrics.

Each position card includes:

* **Direction (Long/Short)**
* **Asset**
* **Lead Trader Address**
* **Open / Close Time**
* **Fills Count & Duration**
* **Total Volume & Total Fee**
* **Total PnL & Net PnL**

Quick Action:

* **Copy Again** – copy that specific lead trader directly from your history.

#### **Position-Level TP/SL**

In addition to trader-level TP/SL [Broken mention](broken://pages/6JPwCv4Fx3M9D5HoY1xM), you can now set Stop Loss and Take Profit for each individual position.

{% stepper %}
{% step %}
Click on the Edit icon "✎"

<div align="left"><figure><img src="/files/oE1NVRjfGmW9WQOZYG4A" alt="" width="188"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
Position-level TP/SL uses **fixed prices.**

* You can also use the quick % presets for both SL and TP.
* Can be edited anytime while the position is open.
* ⚠️ **Note:**\
  Position-level TP/SL **overrides** your Subscription (trader-level) TP/SL for that specific position.

<div align="left"><figure><img src="/files/Ws20qjKBeghe9jZxXlbl" alt="" width="188"><figcaption></figcaption></figure></div>
{% endstep %}
{% endstepper %}


---

# 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.trycoinpilot.com/profile/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.
