# Dashboard

The **Dashboard** provides real-time visual feedback on backtest performance and trade statistics.\
It summarizes essential information about capital allocation, trade direction, and performance progress directly on the chart — helping traders monitor active simulations without opening additional reports.

<div data-with-frame="true"><figure><img src="/files/wlTMovVoqUniPJLAptNB" alt=""><figcaption></figcaption></figure></div>

***

{% hint style="info" %}

#### **Dashboard Metrics**

* **Start Capital**\
  Displays the initial account balance used for the backtest.\
  This value is defined in the [Properties Initial Capital](/backtesters/bigbeluga-strategy-builder/properties.md#capital) settings and remains static throughout the simulation (default: *1000 USD*).
* **Position Size**\
  Shows the current trade size as a percentage of total account equity.\
  It reflects the *default quantity type* set in the [Properties order size](/backtesters/bigbeluga-strategy-builder/properties.md#capital) (e.g., 5% of equity per trade).
* **Current Trade**\
  Indicates the direction and real-time performance of the active position.
  * Displays *<mark style="color:$success;">Long</mark>* or *<mark style="color:$danger;">Short</mark>* along with the percentage gain/loss since entry.
  * Positive trades are shown in **green**, negative trades in **blue** for quick visual distinction.
* **Closed Trades**\
  Tracks the total number of completed trades during the backtest session.\
  This metric helps evaluate system frequency and sample size quality for statistical analysis.
  {% endhint %}

The dashboard automatically updates at the close of every bar, ensuring live synchronization with ongoing backtest data.

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

***

Its minimalist layout is designed for quick readability, allowing traders to gauge capital health, exposure, and system behavior at a glance — especially during long-term simulations.


---

# 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.bigbeluga.com/backtesters/bigbeluga-strategy-builder/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.
