# The Challenge Dashboard

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

## Challenge Value-Cards

The following values are displayed on top of your dashboard to give you a real-time indication of the status of your challenge:&#x20;

1. **Balance:** shows your balance **based on closed trades**, open P\&L is not taken into account
2. **Closed P\&L:** Closed P\&L displays sum of closed P\&Ls from all closed trades
3. **Open P\&L:** Open P\&L displays sum of open P\&Ls from all open trades
4. **Objectives:** Each Objective shows you the rules of the challenge which you need to pass before advancing to next step or requesting payout
5. **Account info:** You can check your account information and open trading platform from here

## Performance Graph&#x20;

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

**What the lines on graph are showing:**

* **Equity curve:**\
  \&#xNAN;*Formula = (Balance of your current level) + (open P\&L in realtime)*<br>
* **Profit target:** \
  \&#xNAN;*Formula = (initial balance of your current level) + (profit-target of your current level)*<br>
* **Daily Drawdown:** \
  \&#xNAN;*Formula = (cash-value at the start of a day + unrealized P\&L at the start of the day) - (daily-loss-limit of your current level)*<br>

  *start of the day: UTC 00:00*<br>
* **Max. Drawdown (static):** \
  \&#xNAN;*Formula = (initial balance of your current level) - (Max. Drawdown of your current level)*
* **Max. Drawdown (Eod Trailing):** \
  \&#xNAN;*Formula = (Highest equity or balance of your current level recorded at UTC 0000) - (EoD Trailing Max. Drawdown of your current level)*\
  *Note: this line will stop moving once it reached its celing. Please read rules.*&#x20;

## Sidebar Menu

<figure><img src="/files/2di5pJpxcwdsPzbBCeYK" alt=""><figcaption></figcaption></figure>

1. **Y**ou can find all of your challenges in **My challenges**
2. You can configure and purchase new accounts in **Start New Challenge**
3. You can access your profile menu at the bottom here


---

# 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.tradersyard.com/traderchallenge/quick-start-guides/the-challenge-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.
