# Manual orders

Supported order types on centralized exchanges:

**Standalone orders:**

* [Market](/sex-trading/manual-orders/market.md) - executes immediately at the best available market price;
* [Limit](/sex-trading/manual-orders/limit.md) - placed in exchange's order book and executes when the specified price is reached;
* [Stop market/limit](/sex-trading/manual-orders/stop-market-limit.md) - triggers when a specified stop price is reached, submitting a market or limit order to the exchange;
* [Trailing stop](/sex-trading/manual-orders/trailing-stops.md) - follows the market price as it moves in your favor. Triggers when the market reverses by the trailing % you’ve set;

**Attached orders**

* [Take Profit](/sex-trading/manual-orders/take-profit.md) - triggers when the market moves in your favor by the specified percentage from the execution price of your main (entry) order. If a Stop Loss is also set, it is automatically cancelled when Take Profit triggers;
* [Trailing Take Profit](/sex-trading/manual-orders/trailing-tp-sl.md) - activates once your target profit % is reached, then follows the market price as it continues to improve in your favor. Triggers when the market reverses, helping you capture more upside;
* [Stop Loss](/sex-trading/manual-orders/stop-loss.md) -  triggers when the market moves against you by the specified % from the execution price of your main order. It cancels any attached Take Profits if triggered;
* [Trailing Stop Loss](/sex-trading/manual-orders/trailing-tp-sl.md) - follows the market price as it moves in your favor. If the price reverses by the trailing percentage, the order triggers — helping to reduce losses or lock in gains as the market pulls back.

⚙️ More advanced order types are [coming soon](/sex-trading/upcoming-functionality.md).


---

# 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.goodcrypto.app/sex-trading/manual-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.
