> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tradealign.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Analytics Dashboard

> Deep performance insights organized into four focused tabs — Performance, Execution, Mindset, and Timing.

The Analytics Dashboard provides a comprehensive view of your trading across 20+ visualizations — all derived from your closed trades and Game Plan data. It is organized into **four tabs**, each answering a different question about your trading:

| Tab                                   | Question it answers                       | Color  |
| ------------------------------------- | ----------------------------------------- | ------ |
| [Performance](/analytics/performance) | How am I doing financially?               | Green  |
| [Execution](/analytics/execution)     | Am I following my own rules?              | Violet |
| [Mindset](/analytics/mindset)         | How are my emotions affecting my trading? | Amber  |
| [Timing](/analytics/timing)           | When do I trade best?                     | Cyan   |

***

## Summary Row

A compact row of four metrics stays visible above the tabs at all times, giving you context regardless of which tab you're on:

<CardGroup cols={2}>
  <Card title="Net P&L" icon="dollar-sign">
    Total profit or loss from all closed trades. Green for profit, red for loss.
  </Card>

  <Card title="Win Rate" icon="bullseye">
    Percentage of winning trades (excluding breakevens).
  </Card>

  <Card title="Align Score" icon="star">
    Average [Align Score](/journal/tradealign-score) across all rated trades. Green (≥ 7), amber (≥ 5), or red (\< 5).
  </Card>

  <Card title="Total Trades" icon="hashtag">
    Count of all closed trades in the filtered period.
  </Card>
</CardGroup>

***

## Filters

Like the [Dashboard](/dashboard/overview), Analytics uses the same filter controls at the top of the page. Select specific accounts, set a date range, or view everything at once. All charts and metrics across all tabs update instantly when filters change.

Filters **persist across tab switches** — switching tabs does not reset your selected account or date range.

***

## Bookmarkable Tabs

Each tab has its own URL, so you can bookmark or share a direct link:

* `/analytics?tab=performance`
* `/analytics?tab=execution`
* `/analytics?tab=mindset`
* `/analytics?tab=timing`

***

<Info>
  All analytics are calculated from **closed trades only**. Open trades, archived accounts, and trades outside your selected filters are excluded from every chart and metric on this page.
</Info>
