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

# Holdings

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

The "Holdings" tab provides a comprehensive view of your current asset holdings, offering essential information to monitor and manage your investments effectively.

* **Instrument:** Instrument indicates the trading instrument or asset that you currently hold within your portfolio, allowing you to identify the specific asset.
* **Quantity:** Quantity represents the number of units or contracts of the asset that you own, providing an overview of your position size.
* **Average Cost:** Average Cost specifies the average price at which you acquired the asset, helping you assess your investment's cost basis.
* **LTP (Last Traded Price):** LTP is the most recent price at which the asset was traded in the market, offering real-time pricing information.
* **Investment Value:** Investment Value calculates the total value of your holdings based on the quantity and the average cost of the asset.
* **Holding Value:** Holding Value indicates the current market value of your holdings, determined by multiplying the quantity by the LTP.
* **Profit & Loss (P\&L):** The P\&L column displays the profit or loss associated with your holdings, showing the difference between the current market value and the average cost of the asset.

The "Holdings" tab is an invaluable resource for monitoring the status and performance of your investments, helping you make informed decisions and manage your portfolio effectively.


---

# 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:

```
GET https://docs.algomojo.com/algomojo/my-signals/holdings.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.
