> For the complete documentation index, see [llms.txt](https://nexgen-software-services.gitbook.io/nexgens-software-day-trading-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nexgen-software-services.gitbook.io/nexgens-software-day-trading-documentation/resources/trade-tracking-journal.md).

# Trade Tracking Journal

{% hint style="success" %}
At Nexgen Software Services, we strongly advocate tracking your trading progress using a dedicated spreadsheet or a reputable tracking program available for purchase online.

Maintaining a trade tracking sheet allows you to effectively document your trades, monitor your wins and losses, and create a centralized study guide for your trading journey.
{% endhint %}

***

Maintaining a trade tracking sheet is integral to your trading journey, fostering accountability, discipline, and continuous learning. It is a valuable resource for evaluating your trading progress and enhancing your overall trading skills.

If you do not have Microsoft Office products, you may download free Open Office products by following the link and downloading the program. <https://www.openoffice.org/>

### 👉 Click Here: [Download (Nexgen's) Ninja Trader 8's Trade Tracking Sheet](https://nexgent3.com/files/PDF/NexgenTradeTracking%205-1-2023.zip)

### 👉 Click Here: [Download (Nexgen's) TradingView Trade Tracking Sheet](https://1drv.ms/x/c/ecfb472fbd3b28ba/EUvAFwk-ugZAoTIDxVncEX0BydUWI1H44MNQvMPEWuCttg)

***


---

# 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://nexgen-software-services.gitbook.io/nexgens-software-day-trading-documentation/resources/trade-tracking-journal.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.
