# Dashboard

<figure><img src="/files/0li62vybbh5ooQD6lkKf" alt=""><figcaption></figcaption></figure>

On the **Dashboard** page, the following widgets are available for trade analysis:

* **% of winning trades** – displays the ratio of profitable trades to the total number of trades executed.
* **Volume** – shows the total trading volume for all trades within the selected period. For example, if you bought BTCUSDT for $100 and sold it for $120, the trade volume would be $220.
* **Commission** – displays the total commission paid for executing trades (opening and closing positions), as well as other fees paid for trades (e.g., [Insurance Clearance Fee](https://www.binance.com/en/support/faq/detail/360033525371)) within the selected timeframe.
* **Total profit** – displays the total **net profit** from all trades: open and closed.\
  Net profit is calculated as: *Realized PnL – Commission ± Funding.*\
  Realized PnL in the quote currency (USDT) is calculated as *Trade value at position close – Trade value at position open.*
* **Payoff ratio** – indicates the trader's profitability. A value greater than 1 means the strategy is profitable.\
  It is calculated using the formula:

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

* **Long/Short distribution** – displays the number of long vs. short positions in relation to the total number of trades.
* **Avg. Leverage** – shows the average leverage used by the trader when opening positions over the selected period.
* **MAE (Maximum Adverse Excursion)** – indicates the maximum drawdown (in %) during the life of a position.
* **Avg. winning trade** – calculated as a percentage, this metric shows the arithmetic average of all winning trades. Formula:

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

* **Avg. losing trade** – calculated as a percentage, this metric shows the arithmetic average of all losing trades. Formula:

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

The dashboard page also features charts that display **Cumulative profit on deposit** and **Cumulative profit**.

**Cumulative profit on deposit** is calculated as *Daily profit / Balance at the beginning of the day.*&#x20;

Daily Profit is the sum of all “Net profit” values from both closed and open positions.

For example, if your starting balance is $1,000 and you made two trades:\
BTCUSDT (net profit +$150) and ETHUSDT (+$100), your daily result is +$250.\
Profit = 250 / 1000 = 25%.&#x20;

**Cumulative profit** is calculated using the same formula as Cumulative profit on deposit, but it displays trading results **separately** by exchange and market type.

{% hint style="info" %}
All calculations in Tiger.com Broker are based on UTC time. The daily reset occurs at 00:00 UTC.\
Deposits, withdrawals, and commission cashback are not included in calculations.

{% endhint %}


---

# 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://broker-docs.tiger.com/english-2/interface/traders-journal/dashboard.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.
