> For the complete documentation index, see [llms.txt](https://docs.goodcrypto.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.goodcrypto.app/perp-dexs/manual-orders.md).

# Manual orders

Order types supported on Perp DEXs:

**Standalone orders:**

* [Market](/perp-dexs/manual-orders/market.md) - executes immediately at the best available market price;
* [Limit](/perp-dexs/manual-orders/limit.md) - placed in exchange's order book and executes when the specified price is reached;
* [Stop market/limit](/perp-dexs/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](/perp-dexs/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](/perp-dexs/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](/perp-dexs/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](/perp-dexs/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](/perp-dexs/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](/perp-dexs/upcoming-functionality.md).
