# Manual orders

Order types supported on Perp DEXs:

**Standalone orders:**

* [Market](https://docs.goodcrypto.app/perp-dexs/manual-orders/market) - executes immediately at the best available market price;
* [Limit](https://docs.goodcrypto.app/perp-dexs/manual-orders/limit) - placed in exchange's order book and executes when the specified price is reached;
* [Stop market/limit](https://docs.goodcrypto.app/perp-dexs/manual-orders/stop-market-limit) - triggers when a specified stop price is reached, submitting a market or limit order to the exchange;
* [Trailing stop](https://docs.goodcrypto.app/perp-dexs/manual-orders/trailing-stops) - 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](https://docs.goodcrypto.app/perp-dexs/manual-orders/take-profit) - 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](https://docs.goodcrypto.app/perp-dexs/manual-orders/trailing-tp-sl) - 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](https://docs.goodcrypto.app/perp-dexs/manual-orders/stop-loss) -  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](https://docs.goodcrypto.app/perp-dexs/manual-orders/trailing-tp-sl) - 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](https://docs.goodcrypto.app/perp-dexs/upcoming-functionality).
