# Trading journal

**Hey! 🙂** 👋🏻

I’ve always been heavy on collecting data on every part of my life and career and trading wasn’t an exception.

This is the tweet in which I briefly discussed it.

<figure><img src="/files/AoEdu6rXtyZvIK5y0dqx" alt=""><figcaption><p><a href="https://twitter.com/daaniyaan/status/1612141970692116480?s=20&#x26;t=b0OescQ_HtrxSL_bR6aOow">https://x.com/daaniyaan/status/1612141970692116480?s=20&#x26;t=b0OescQ_HtrxSL_bR6aOow</a></p></figcaption></figure>

it's a google sheet (spreadsheet) document that I built for the purpose of journaling and collecting data for different aspect of my trading.

Since I saw some interest in it I tried to optimize it and change its structure to be more easy to use for others and I also added new features like calendar views and more charts and analysis.

*(btw that’s the advantage of having an open source tool. you can do whatever you want. you can do all the calculations and formulas. you can add or remove whatever you want. you can discover and try new stuff.)*

I also structured this document in a way that beside finding out how to use this journal you may also learn something useful ! :)&#x20;

**IF you are looking for the trading journal instruction:** [Intro](/how-to-use-it/intro.md)

**IF you are looking for payment instruction:** [Payment instruction](/payment-instruction.md)


---

# 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://journal.daaniyaan.com/trading-journal.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.
