> For the complete documentation index, see [llms.txt](https://docs.agenatrader.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.agenatrader.com/introduction/overview/supported-instruments-and-order-processing.md).

# Supported Instruments and Order Processing

## Supported Instruments and Order Processing

AgenaTrader supports a wide range of asset classes, including:

* Stocks
* CFDs
* Futures
* Forex
* Options
* Indices

However, the specific instrument types available for trading depend on your broker. Make sure to check with your broker to see which asset classes are supported.

## Supported order connections <a href="#supported_order_connections" id="supported_order_connections"></a>

Order connections are mechanisms that link your entry orders with target(s) and stop(s), allowing for automated order management. There are three main types of order connections:

* **OCO (One Cancels the Other):** If your stop order is executed, the target order is automatically canceled, and vice versa.
* **IfDone:** Once your entry order is executed, the associated stop and target orders are automatically placed.
* **ORO (One Reduces the Other):** If one of your target orders is executed, the size of your stop order is reduced by the executed amount to match the remaining position size.

It's important to note that handling and support for these order connection types may vary depending on your broker. For more details, refer to the specific broker pages in this Wiki or consult the relevant FAQ article.

## Order execution <a href="#order_execution" id="order_execution"></a>

AgenaTrader itself does not execute orders. Instead, brokers handle the execution and inform AgenaTrader about filled orders and their execution prices.

If the data from your data feed provider does not match the quotes on your broker's platform for a specific instrument, the entry and exit prices may not display correctly on your chart.

***


---

# 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.agenatrader.com/introduction/overview/supported-instruments-and-order-processing.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.
