# Stop Market Order

Market stop order. When the **Trigger Price** is hit, a market order for the given Size will execute. Price, as with all other price inputs can be selected automatically by clicking on the chart.

**Switches**

* **Reduce** -- indicates this market order is Reduce Only and will not increase the size of your position. Marked by a "R" in the order label on the chart.
* **Close** -- indicates this is a “close on trigger” to close the position. For Bybit the order label will display "C" and the current size of the order which is equal to your position size. Other exchanges will display "CLOSE" in the order label instead of the size.

**Trigger Price Source** determines whether the exchange’s Last, Mark or Index price is used to evaluate the trigger.


---

# 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/market/stop-market-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.
