> For the complete documentation index, see [llms.txt](https://help.topstepx.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.topstepx.com/components/performance-stats.md).

# Performance Stats

## Overview

The Performance Center allows traders to track and analyze their trading activity.  It records important metrics and allows traders to analyze performance through statistics and charts. The Performance Center aims to provide traders with insights into their trading behavior and performance to enhance their overall trading strategies and outcomes.

## Performance Stats

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

* **Total P\&L:** The total realized net profit and loss across the specified timeframe
* **Trade Win %:** Reflects the percentage of your winning trades out of total trades taken over the specified timeframe
* **Avg win/loss trade:** The average profit on all winning and losing trades over the specified timeframe
* **Day Win %:** The percentage of winning trades today
* **Profit Factor:** Total profits divided by total losses over the specified timeframe
* **Best Day % of Total Profit:** The percentage of total profit contributed by the most profitable day
* **Daily Account Balance Chart:** The daily (closed) account balance on the account

<figure><img src="/files/4Wo9S3UawNlEewQJhc88" alt=""><figcaption></figcaption></figure>

* **Trading Coach Tips:** The Coaching Tip is generated based on your account's performance
* **Most Active Day:** The day of the week with the most frequent trading activity
* **Most Profitable Day:** The day of the week with the highest total profit
* **Least Profitable Day:** The day of the week with the lowest total profit (or highest loss)
* **Total Number of Trades:** The total number of trades executed during the selected period
* **Total Number of Lots Traded:** The total number of lots traded during the selected period
* **Average Trade Duration:** The average duration of trades in seconds
* **Best Trade:** Details of the most profitable trade
* **Worst Trade:** Details of the least profitable trade

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

* **Daily Net Cumulative P\&L:** The total realized net profit and loss for all closed trades broken down by day over the specified timeframe
* **Net Daily P\&L:** The total realized net profit and loss for all closed trades over the specified timeframe
* **Trade Duration Analysis Chart:** The distribution of trades based on their trades
* **Win Rate by Trade Duration Chart:** The winrate of trades based on their duration\ <br>

  <figure><img src="/files/a4cRZhkyvyixwSEvFFwk" alt=""><figcaption></figcaption></figure>
* **Calendar:** A calendar breakdown of each trading day and the ability to view analytics for that day and add journal entries.\ <br>

  <figure><img src="/files/GvBv608qKdUTWoypmPGQ" alt=""><figcaption></figcaption></figure>
* Trades Log: The log of recent trades during the selected period


---

# 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://help.topstepx.com/components/performance-stats.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.
