> For the complete documentation index, see [llms.txt](https://docs.cvizor.com/en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cvizor.com/en/modules/terminal-tradium/statistics.md).

# Statistics

The user can track their trading statistics in real-time for periods of 7, 30, and 90 days.

Statistics are provided for two types of accounts: public and private.

### Public Statistics

The public account involves participation in the terminal's trader rankings and publishing setups in a separate thread of the Tradium \[[COMMUNITY](https://t.me/+w7h0-OLflPMxM2I6)] chat.

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

Any terminal user can share their public statistics on Telegram. To do this, enter the bot's Username **`@tradiumterminal_bot`** and select the period from the dropdown list.

### Private Statistics

This contains information on trading results from the private account. It does not participate in the trader rankings and is also reset along with the private account.

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


---

# 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.cvizor.com/en/modules/terminal-tradium/statistics.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.
