# Limit Order

### Creating a Limit Order

Select the LIMIT tab in the Trade panel.  In the [#creating-a-market-order](#creating-a-market-order "mention")section above we created a Long Market Order using 50x leverage, so will use the same leverage in this example, and specify a Short position type (in this case our limit order will close our existing Long position if the specified price is reached).

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

Specify the price for the order and the position size.  In this example we have set a price of 0.03 USD and specified a size of 250,000 XRD.  This will close the Long order we opened in the [#creating-a-market-order](#creating-a-market-order "mention") example in it's entirety if a price of 0.03 USD is reached.  Click SELL to send a transaction to the Radix Wallet and sign it.

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

Once the transaction is confirmed, you can see the Limit Order in the ORDERS tab of the table below the chart:

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

In the examples above we have used a Market order to open a long position, and a Limit order to close the position if our desired price is met.  However note that both Market and Limit orders can be used to open and close positions.


---

# 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://docs.surge.trade/about-surge/order-types/limit-order.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.
