> 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/signals.md).

# Signals

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

The "Signals" tab is a crucial component of "My Signals." It serves as an informative dashboard where you can access trading signals generated by your trading strategy. These signals provide valuable insights into market conditions, offering recommendations on when to buy or sell specific assets. By monitoring the "Signals" tab, you can make well-informed trading decisions and capitalize on potential market opportunities.

* **Signal ID:** Signal ID is a unique identifier assigned to each trading signal. It helps in tracking and referencing specific signals within the system.
* **Received Date:** The Received Date represents the date and time when the trading signal was received. It provides information about the timing of the signal.
* **Date:** Date refers to the date on which the trading action is recommended. It's the date when the signal suggests making a move in the market.
* **Action:** The Action column specifies the recommended action to be taken based on the signal. It typically includes actions like "Buy," "Sell," or "Hold.
* **Chart Symbol:** Chart Symbol indicates the trading symbol or asset to which the signal is related. It helps traders identify the specific asset for which the signal is applicable.
* **Price:** The Price column displays the price level or range at which the recommended action should be executed. It provides the pricing information needed to act on the signal.
* **Remarks:** Remarks may include additional notes or comments related to the signal. It can provide context or explanations regarding the signal's significance or conditions.
* **Received IP:** Received IP represents the IP address from which the signal was received. It can help in tracking the source of the signal.
* **Status:** The Status column indicates the current state of the signal, whether it's pending, executed, or has a different status. It provides an overview of the signal's progress.

<br>


---

# 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/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.
