# 🎯 Limit Orders

Limit orders are a crucial feature for traders to lock profits when AFK, and they are easy with RoboFT.  Set up limit orders by:\
\
`/limitorder buy 1 DextMoon 0.15`

to set a limit order to buy DextMoon @ 0.15, or click anytime you see a 🎯 button to walk through the process.

To see all of your current limit orders and to delete any/all of them, just use the `/limitorder` command by itself.

SOME IMPORTANT NOTES:

* Limit orders to sell use the key "sell price" as the trigger. The number that shows on a room in the top right corner is the "buy price".  So if you set a sell at 0.15, the number that shows on the FT site will have to go higher than that for the "sell price" to reach 0.15 and the order to execute.
* Limit orders will stay in place even if you don't yet have a key or if you sell and rebuy the key. &#x20;
* Limit order pricing does not include the FT tax, that comes out of the profits after the sale.
* Limit orders for multiple keys will execute as many keys as can buy/sell within the price constraints, and then reduce the order to the remaining amount and continue monitoring.
* When a limit order has been entirely filled, it will delete.


---

# 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://robosuite.gitbook.io/robosuite-roboft/current-features/limit-orders.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.
