# Dashboard Overview

Performance analytics for your trading activity.

## Accessing Analytics

Go to **Analytics** page to view your trading performance.

## Performance Summary

**Key Metrics:**

* Total PnL (Profit/Loss)
* Win Rate
* Total Trades
* Sharpe Ratio
* Maximum Drawdown

## Trade Analysis

**Performance Breakdown:**

* Winning vs losing trades
* Average win/loss size
* Profit factor
* Best/worst trades

**Per-Symbol Analysis:**

* PnL by trading pair
* Win rate by symbol
* Volume by symbol

## Time Periods

View performance across different timeframes:

* Last 7 days
* Last 30 days
* Last 90 days
* All time

## Vault Analytics

For funded vaults, view:

* Current balance
* Drawdown status
* Open positions
* Trade history

Access via **Funding** > **My Vaults**

## Atract Score

Your composite performance rating (0-100) based on:

* Performance (ROI, profit factor)
* Risk management (Sharpe ratio, drawdown control)
* Consistency (trading patterns)
* Activity (trade frequency)

Higher scores improve visibility on the leaderboard.

## Risk Metrics

**Available Metrics:**

* Sharpe Ratio
* Sortino Ratio
* Maximum Drawdown
* Win/Loss Ratio
* Average Risk/Reward

## Related Pages

* [Atract Score](/analytics/atract-score.md) - Understanding your rating
* [Metrics Explained](/analytics/metrics-explained.md) - What each metric means
* [Data Access](/analytics/exporting-data.md) - Viewing your trade data


---

# 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.atract.app/analytics/dashboard-overview.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.
