> For the complete documentation index, see [llms.txt](https://info.xtreamly.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://info.xtreamly.io/project-overview/trading-bot/dashboard.md).

# Dashboard

## 1. Account Overview

* **Wallet Address**: The Hyperliquid account or trader’s unique address (e.g. `0xc7b0C883...`).
* **Total Equity**: The current account value, including wallet balance + PnL (profit and loss).
* **Unrealized PnL**: Profit/loss on open positions that have not yet been realized.
* **Realized PnL**: Profit/loss already locked in from closed trades.

### 2. Positions

Shows all **open positions** in perpetual futures contracts.

* **Symbol**: The trading pair (e.g., BTC/USDT, ETH/USDT).
* **Side**: Long (buy) or Short (sell).
* **Size**: The contract size of the open position.
* **Entry Price**: The average price at which the position was opened.
* **Mark Price**: The current market price used to calculate PnL.
* **Liquidation Price**: The estimated price at which the position will be liquidated.
* **Leverage**: Effective leverage used for the position.
* **Unrealized PnL**: Floating profit/loss based on the current price.

### 3. Orders

Displays **active limit and stop orders**.

* **Order Type**: Limit, Market, Stop, etc.
* **Price**: The set order price.
* **Quantity**: The number of contracts in the order.
* **Status**: Open, Partially Filled, or Filled.

### 4. Trade History

Logs executed trades.

* **Time**: Timestamp of trade execution.
* **Symbol**: Trading pair.
* **Side**: Buy or Sell.
* **Price**: Execution price.
* **Size**: Trade amount.
* **Fee**: Trading fee charged.
* **Realized PnL**: Profit/loss capt

### 5. Performance Metrics

* **PnL%**: Percentage return relative to starting balance or position size.
* **Win Rate**: % of profitable trades.
* **Sharpe Ratio**: Risk-adjusted performance measure (if available).
* **Leaderboard Rank**: Ranking compared to other traders (if displayed).

### 6. Risk Metrics

* **Margin Ratio**: Used margin vs. total margin available.
* **Leverage Ratio**: Effective leverage on open positions.
* **Liquidation Risk**: Likelihood of forced closure


---

# 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://info.xtreamly.io/project-overview/trading-bot/dashboard.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.
