# Account Trends

The **Account Trends** section provides a visual numerical overview of the account's performance over time. It is designed to help administrators and traders quickly understand the recent behavior and profitability of a trading account.

## Chart Visualization

A line chart displays both **Balance** and **Equity** based on the selected time range. This chart is useful for identifying performance patterns and volatility.

<figure><img src="https://835503362-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZxKMBw1IB53ZJ2sltFPC%2Fuploads%2FeGTf2TrVJCkFMWVoiBmu%2FFrame%201000005157.png?alt=media&#x26;token=3aadb317-72f8-47d8-afa0-626633a7890b" alt=""><figcaption></figcaption></figure>

Available time filters:

* **Minute**: Last **60 minutes**
* **Hourly**: Last **24 hours**
* **Daily**: Last **7 days**

Balance and equity data points are fetched and plotted according to the selected resolution.

## Performance Metrics

Displayed metrics depend on whether the trading program **allows withdrawals**.

#### Programs without Withdrawal Allowed

1. **Account Profit** - `Current Balance - Initial Balance`
2. **Profit in %** - `(Account Profit / Initial Balance) * 100`
3. **Unrealized Profit** (floating profit / loss from open positions) - `Unrealized Profit = Equity - Balance`

#### Programs with Withdrawal Allowed

1. **Eligible Profit -** Based on eligible trades and capped by program rules
   1. If **Auto Full Profit** is ON, it reflects max allowed withdrawal.
   2. If **Auto Full Profit** is OFF, it reflects total profit from eligible trades.
2. **Profit Split** - Shows how the **Eligible Profit** will be distributed between trader and firm, based on the program's payout configuration.
3. **Unrealized Profit** (floating profit / loss from open positions) - `Unrealized Profit = Equity - Balance`

This section updates in near real-time and is particularly helpful for evaluating level-up readiness or payout qualification.
