# Exploring the Statistics Tab on the Bot Details Page

The Statistics tab provides valuable insights into the overall performance of the [trading bot](https://darkbot.io/bots). This tab features the General Metrics widget and the Trade Statistics chart, offering comprehensive information and visual representations of key performance indicators on the [Bot Details page](/bots-and-strategy/bots-details-page/how-to-go-to-the-bots-details-page.md). In this article, we will explore the functionalities and data presented on the Statistics tab.

**General Metrics Widget:**

<figure><img src="/files/Z1zwlxUgrCR07SD3GvM4" alt="General metrics table"><figcaption><p>General metrics table</p></figcaption></figure>

The General Metrics widget displays essential performance data for the bot. It provides the following information:

* *Profit Deals:* The number of profitable deals executed by the bot.
* *Loss Deals:* The number of unprofitable deals executed by the bot.
* *Total Profit:* The cumulative profit generated by the bot.
* *Total Loss:* The cumulative loss incurred by the bot.
* *Total Return:* The overall return on investment (ROI) achieved by the bot.
* *Daily Return:* The average daily return generated by the bot.

These metrics are presented both as numerical values and visual representations, such as charts or graphs. This allows users to quickly assess the bot's performance at a glance and track its progress over time.

**Trade Statistics Chart:**&#x20;

<figure><img src="/files/cuUBYoZ5k56gJbccCmaR" alt="Trade statistics chart"><figcaption><p>Trade statistics chart</p></figcaption></figure>

The Trade Statistics chart complements the General Metrics widget by providing a visual representation of the bot's profit or loss over a selected period. Users can choose to view the data on a daily, weekly, monthly, or yearly basis. The chart illustrates the fluctuation of profits or losses, offering insights into the bot's performance trends and patterns.

By analyzing the Trade Statistics chart, users can identify periods of high profitability or potential areas for improvement. This visualization helps users make informed decisions regarding their trading strategies and allows for strategic adjustments to optimize the bot's performance.

**Conclusion:**&#x20;

The Statistics tab offers a comprehensive overview of the bot's performance through the General Metrics widget and Trade Statistics chart. The General Metrics widget provides key performance indicators, including profit deals, loss deals, total profit, total loss, total return, and daily return. These metrics offer valuable insights into the bot's profitability and performance.

Additionally, the Trade Statistics chart presents a visual representation of the bot's profit or loss over a selected period, enabling users to identify trends and patterns. This information empowers users to make data-driven decisions and refine their trading strategies accordingly.

By leveraging the Statistics tab, users can effectively monitor and assess the overall performance of their trading bot, ultimately aiming to optimize profitability and achieve their trading goals.


---

# 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.darkbot.io/bots-and-strategy/bots-details-page/exploring-the-statistics-tab-on-the-bot-details-page.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.
