# My Signals

"My Signals" is a comprehensive section that encompasses various tabs to track and manage your trading activities. When you buy or sell assets, they are organized into the following tabs:

* **Signals:** This tab displays the trading signals generated by your strategy, providing insights into market conditions and recommended actions.
* **Orders:** In this tab, you can view and manage your open orders, including buy and sell orders for different assets.
* **Positions:** The "Positions" tab shows your current positions, including the assets you own and the quantity held for each asset.
* **Holdings:** This tab details your asset holdings, including information about the assets in your portfolio and their current status.
* **Summary:** The "Summary" tab provides an overview of your trading activities, summarizing your performance, gains, losses, and other key metrics.
* **Realized P\&L:** This tab displays your realized profit and loss (P\&L) from closed positions, helping you assess your trading success.


---

# 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://docs.algomojo.com/algomojo/my-signals.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.
