# Lead Trader Detail Page

### The top section provides a quick snapshot:

**What you see**

* **Wallet address** (full address with copy icon)
* **Favorite (⭐️)** toggle
* **Equity Curve** (account value over time)
* **Total Account Value**
* **PnL** (absolute and percentage)

This lets you instantly understand the trader’s performance trend. ![](/files/RA91cB6WvaSczDixOED3)

### **Main Tabs**

There are two primary tabs:

{% columns %}
{% column width="50%" %}

#### Positions

This tab shows everything the trader is currently holding and their historical trades.

#### **Open Positions Include:**

* Direction (**LONG / SHORT**)
* Leverage (e.g., Long 15x)
* Asset
* Entry Price
* Market Price
* Quantity & Position Value
* Current PnL
* Copy indicator (“Copying x of x positions”)

#### **Closed Positions Include:**

* Asset + Direction
* Timestamp
* Number of fills
* Trade duration
* Total volume
* Total fee
* Total PnL & Net PnL

<figure><img src="/files/RA91cB6WvaSczDixOED3" alt=""><figcaption></figcaption></figure>
{% endcolumn %}

{% column width="50%" %}

#### Statistics

A comprehensive analytical view of the trader.

#### **Performance Metrics**

* **Total Trades**
* **Net PnL**
* **ROI**
* **Long / Short Bias** (visual bar)
* **Win Rate**
* **Average Trade Duration**

#### **Historical Returns**

* Monthly return percentages (year-by-year table)

#### **Advanced Metrics**

* **Sharpe Ratio**
* **Sortino Ratio**
* **Profit Factor**
* **Efficiency**
* **Total Volume**\ <br>

<figure><img src="/files/uvr8aLA0r8jqB8WFpeF1" alt=""><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

### **Quick Actions**

Across all sections, you’ll find:

* **Mock:** run simulations
* Copy: copy trade this lead trader.
* **Adjust:** edit your copy trade allocation, TP/SL, etc. See more details here: [Broken mention](broken://pages/6JPwCv4Fx3M9D5HoY1xM)


---

# 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.coinpilot.com/discover-traders/lead-trader-detail-page.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.
