> For the complete documentation index, see [llms.txt](https://docs.b2copy.b2broker.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.b2copy.b2broker.com/admin-panel-guide/manage-b2copy-settings/configure-web-ui-settings/show-on-statistics-page.md).

# Show on Statistics page

Use the toggles to show or hide trading data and options on account **Statistics** pages in the Web UI. The **Statistics** pages of master accounts is visible to investors, allowing them to review the account’s trading information before making a decision about subscribing.

<figure><img src="/files/941q8bbMqdNXT5APHT37" alt="Show on Statistics page"><figcaption><p>Show on Statistics page</p></figcaption></figure>

**Balance/Equity Chart**

Displays the master account’s balance and equity over time, helping investors track account growth and performance trends.

***

**Equity**

Shows the current equity of the master account, in USD, including floating PnL calculated for open positions and funds credited to the account by a broker.

***

**Profit Factor**

Indicates the ratio of total profit to total loss on the account, giving insight into the strategy’s effectiveness and risk management.

***

**Realized PnL**

Displays the total profit or loss from closed trades, giving investors a clear view of the account’s actual earnings.

***

**Monthly Return**

Shows the account’s performance over each month, helping investors assess consistency and growth patterns.

***

**Instruments Chart**

Illustrates the distribution of trades across different instruments, so investors can see which markets the trader focuses on.

***

**Number of Positions**

Indicates the total number of open and closed positions on the master account.

***

**Fee Plan**

Displays the master account’s fee plan. The plan should be accepted by investors when they subscribe to the master account.

***

**Open positions**

Displays currently open positions on the master account, including specific details that can be shown or hidden, such as `Size`, `Open Date`, `Open Time`, `Duration`, `Swap`, `Profit`, and `Position ID`.

***

**Closed positions**

Displays closed positions on the master account, helping investors analyze past performance. Specific details that can be shown or hidden include `Size`, `Open Date`, `Open Time`, `Closed Date`, `Closed Time`, `Duration`, `Swap`, `Profit`, and `Position ID`.


---

# 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://docs.b2copy.b2broker.com/admin-panel-guide/manage-b2copy-settings/configure-web-ui-settings/show-on-statistics-page.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.
