> For the complete documentation index, see [llms.txt](https://docs.tradestream.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tradestream.xyz/journal/journal-page.md).

# Journal page

You can find the journal page here:\
(**Note: You need to be logged in to access it)**

{% embed url="<https://tradestream.xyz/journal>" %}

<figure><img src="/files/65pi3XNRiQF0lA55CzSw" alt=""><figcaption></figcaption></figure>

On the Journalling page you will be able to see all of your closed trades with some important info for each such as trade size, open/close times hold time, average entry/exit price and profit/loss per trade.

## Main Features

<figure><img src="/files/VeGLE7mTfGelbVPDenZD" alt=""><figcaption><p>A standard journal page</p></figcaption></figure>

### Trade Details

<figure><img src="/files/urTAI7V517A3fyI9tnyV" alt=""><figcaption><p>Opening trade details</p></figcaption></figure>

{% hint style="info" %}
For all information about trade details and an explanation for how it works and what everything means check out the trade details page
{% endhint %}

{% content-ref url="/pages/P8ZBHVUI09Hb424NToC9" %}
[Trade Details](/journal/trade-details.md)
{% endcontent-ref %}

***

### Filtering Data

Check the page for filtering to understand more

{% content-ref url="/pages/gSMb5xXNtkOwWDdfIBXa" %}
[Filtering](/general/filtering.md)
{% endcontent-ref %}

***

### Sorting

<figure><img src="/files/UzKb1iGkpihwRErFWdoH" alt=""><figcaption><p>How to enable custom sorting for your data</p></figcaption></figure>

{% hint style="info" %}
By default trades are sorted from newest to oldest based on close time. You can sort by PnL, holdtime and a few other columns.
{% endhint %}


---

# 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.tradestream.xyz/journal/journal-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.
