# Types of Order on Futures Trading

Currently, Futures on the Platform’s supports 5 types of order:

&#x20;

### Market Order

A market order is an instruction to buy or sell an asset at the best available price in the market. It is executed immediately, and the price at which the trade is executed may be different from the current displayed price. Market orders are often used when the speed of execution is more important than the price of the asset.

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

### Limit Order

A Limit Order allows you to place an order at a specific price or at a better price. If you place a buy Limit Order, it will be filled if the price matches or is lower than your limit price. On the other hand, if you place a sell Limit Order, it will be filled at or higher than your limit price. However, it is important to note that a Limit Order is not guaranteed to execute.

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

### Stop Limit Order

A Stop Limit order is a conditional order over a set timeframe, executed at a specified price after a given stop price has been reached. Once the stop price is reached, it will buy or sell at the limit price or at a better price than the limit price you set.

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

### Stop Order

Similar to a Stop Limit Order, a Stop Market Order uses a stop price to trigger the trade. However, when the stop price is reached, it triggers a market order instead.

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

Please note:

Position mode: Support and default is \[Hedge Mode]: This refers to a trading feature on your crypto website that offers two modes: "Support" and "Hedge." "Support" mode means that users are looking to support the asset, while "Hedge" mode means that they want to hedge against price movements. The default mode is "Hedge."

The floating range of the set limit price is 1% of the market price: This means that when users set a limit price for buying or selling a cryptocurrency, the price can fluctuate within a floating range of 1% of the market price. For instance, if the market price of Bitcoin is $50,000, the floating range for a set limit price will be between $49,500 to $50,500.

Frequent fluctuation of market price will lead to price slippage, and it cannot be guaranteed that the price is the same as the submitted price: This refers to the possibility of price slippage in volatile market conditions. Price slippage occurs when the market price moves rapidly, making it difficult for a user's order to be filled at the desired price. In such cases, the executed price may be different from the submitted price. The website cannot guarantee that the executed price will be the same as the submitted price in such cases.

*If you need any further assistance or have any questions, please contact our support team by* <clientservices@nexuspb.com> *at any time.*<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:

```
GET https://trade-help.nexusft.com/functionaltities-and-glossary/crypto-trading/futures-trading/types-of-order-on-futures-trading.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.
