# Limit

Place a regular single limit order.

Input a non-zero Size and Price. For quick ordering, toggle the “Best Bid/Ask” switch which will automatically enter the order either side of the spread (depending on Buy or Sell) note this will also enter as a “Post Only” to mitigate taker fees.

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

**Switches:**

* **Post** -- Post Only, ensure order enters as maker
* **Reduce** -- when executed, this will reduce a position’s size (requires position)
* **TP** -- Take Profit order. A convenience, places a taker exit order at the given price. Also calculates account growth if hit.
* **Stop** -- described at the start of this documentation section

<br>

Select the Price input box and click on the chart to quickly fill with the price automatically.


---

# 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.insilicoterminal.com/documentation/limit-tab/limit.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.
