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

# Orders

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

The "Group Orders" tab serves as a centralized hub within "My Orders," offering a comprehensive overview of trading orders associated with a specific group of strategies. This feature streamlines the management of your trading activities by consolidating essential details related to group orders.

**Group Orders:**

* **Order ID:** A unique identifier assigned to each trading order within the group, facilitating easy tracking and referencing.
* **Strategy  Name:** The name of the strategy  to which the orders belong, providing clarity and organization.
* **Date:** The date and time when the trading order was placed within the group.
* **Type:** Specifies the type of order, whether it is a market order, limit order, stop order, or other order types available in the trading system.
* **Symbol:** Indicates the trading symbol or asset associated with the order within the group.
* **Quantity:** The quantity or volume of the asset specified in the order.
* **Price:** The price level or range at which the order is placed within the group.
* **Status:** Indicates the current status of the order, whether it's pending, executed, canceled, or has a different status.
* **Remarks:** Additional notes or comments related to the order, providing context or explanations regarding specific conditions or instructions associated with the order within the group.

<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, and the optional `goal` query parameter:

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