> For the complete documentation index, see [llms.txt](https://hashhedge.gitbook.io/hashhedge-user-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hashhedge.gitbook.io/hashhedge-user-guide/trading-terminal/order-types.md).

# Order types: Market, Limit and Trigger

Hash Hedge supports three ways to enter or exit a trade.

Pick the one that fits your strategy.

***

{% tabs %}
{% tab title="Market order" %}
Executes **immediately** at the best available market price.

* Always a **taker** order, because it removes liquidity from the market.
* Cannot be canceled once placed, and may fill at several price levels.
* There's no guarantee of the exact price you saw: in volatile conditions the fill can differ.

Use it when getting filled quickly matters more than the exact price.
{% endtab %}

{% tab title="Limit order" %}
Executes at the price you set **or better**.

* For a buy, the limit price is the most you'll pay; for a sell, you get your price or higher.
* Gives you price control, but there's no guarantee it fills if the market never reaches your price.

Use it when the entry price matters more than speed.

{% hint style="info" %}
Contracts reserved by a pending limit order can't be used by a Stop Loss or Take Profit until that order fills or is cancelled. See [Take profit and stop loss](/hashhedge-user-guide/trading-terminal/take-profit-stop-loss.md).
{% endhint %}

<figure><img src="/files/6Ltd87GuzG4uAtvgOpdH" alt=""><figcaption><p>The Limit tab on the order panel</p></figcaption></figure>
{% endtab %}

{% tab title="Trigger (Stop-Limit) order" %}
Activates only after the market reaches a **trigger price** you set. Once triggered, it becomes a market or limit order and executes according to current conditions.

* A stop-limit needs both a **trigger price** and a **limit price**.
* It fills only if the limit price (or better) is available when triggered.

Use it to enter or exit automatically when the market hits a level.

<figure><img src="/files/WwoWbznBrlVmhKn1zSQl" alt=""><figcaption><p>The Trigger tab on the order panel</p></figcaption></figure>

***

{% endtab %}
{% endtabs %}

## How to switch order type

On the right side of the **Trade** screen, use the **Limit**, **Market** and **Trigger** tabs to choose your order type before placing the trade.


---

# 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://hashhedge.gitbook.io/hashhedge-user-guide/trading-terminal/order-types.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.
