> 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/en/hashhedge-orders.md).

# Hash Hedge Orders

Hash Hedge supports three ways to enter or exit a trade. Pick the one that fits your strategy.

***

## 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. Slippage protection limits this to a maximum of 10% on large orders.

Use it when getting filled quickly matters more than the exact price.

## 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/en/take-profit-stop-loss.md).
{% endhint %}

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

***

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

<figure><img src="https://cdn.jsdelivr.net/gh/jurassic-code/hashhedge-kb-assets@5f8c28d7a84ef8b5e3ec675419c428d515cf0da4/ot-tabs.png" alt=""><figcaption><p>The Limit / Market / Trigger tabs</p></figcaption></figure>
