# Order Types

Order Types allow you to specify how an order behaves when it enters the market. For example, you may want an order to immediately fill at the current best price (market order) or to fill only at a particular price (limit order).

Order Types differ from order restrictions which set how the order behaves during the session. For example, an order may delete if not filled by the end of the session (Day) or may exist until filled or canceled (GTC).

Orders can be divided into 2 groups by side:

* **Buy** order which opens a long position is sent if the trader believes in the further growth of the asset;
* **Sell** order which opens a short position is sent if the trader believes in the further decrease of the asset.

![Order's side - Buy and Sell](/files/-MZCjjgH1jJYZlrh-sap)

Quantower supports the following order types:

* Market
* Limit
* Stop order
* TIF (Order validity time. GTC, GTD, GTT, IOC, FAK, FOK, Day, ATC, ATO) - dependent on exchange.  Time in force, or **TIF**, is the duration you wish your trade **order** to remain active before it executes or expires.

![All Available TIF Order Types (Dependent on Exchange)](/files/-MZUoqC-9FY-KYoYJUMa)


---

# 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://help.ampfutures.com/trading-platforms/quantower/trading-panels/order-entry/order-types.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.
