# 수동 주문

Perp DEX에서 지원되는 주문 유형:

**단독 주문:**

* [시장가](/goodcryptox-ko/perp-dex-1/manual-orders/market.md) - 사용 가능한 최상의 시장 가격으로 즉시 체결됩니다;
* [지정가](/goodcryptox-ko/perp-dex-1/manual-orders/limit.md) - 거래소의 주문 장부에 배치되며 지정한 가격에 도달하면 체결됩니다;
* [스탑(시장/지정가)](/goodcryptox-ko/perp-dex-1/manual-orders/stop-market-limit.md) - 지정된 스탑 가격에 도달하면 트리거되어 거래소에 시장가 또는 지정가 주문을 제출합니다;
* [트레일링 스탑](/goodcryptox-ko/perp-dex-1/manual-orders/trailing-stops.md) - 시장 가격이 유리하게 움직일 때 그에 따라 따라갑니다. 시장이 설정한 트레일링 %만큼 반전되면 트리거됩니다;

**부착 주문**

* [이익 실현](/goodcryptox-ko/perp-dex-1/manual-orders/take-profit.md) - 메인(진입) 주문의 체결 가격으로부터 지정된 퍼센트만큼 시장이 유리하게 움직이면 트리거됩니다. 만약 손절(Stop Loss)도 설정되어 있으면, 이익 실현(Take Profit)이 트리거될 때 자동으로 취소됩니다;
* [트레일링 이익 실현](/goodcryptox-ko/perp-dex-1/manual-orders/tp-sl.md) - 목표 이익 %에 도달하면 활성화되어 시장 가격이 유리하게 계속될 때 따라갑니다. 시장이 반전되면 트리거되어 더 많은 상승을 포착하는 데 도움을 줍니다;
* [손절(Stop Loss)](/goodcryptox-ko/perp-dex-1/manual-orders/stop-loss.md) - 메인 주문의 체결 가격으로부터 지정된 %만큼 시장이 불리하게 움직이면 트리거됩니다. 트리거되면 연결된 이익 실현 주문은 취소됩니다;
* [트레일링 손절](/goodcryptox-ko/perp-dex-1/manual-orders/tp-sl.md) - 시장 가격이 유리하게 움직일 때 그에 따라 따라갑니다. 가격이 트레일링 퍼센트만큼 반전되면 주문이 트리거되어 시장이 되돌릴 때 손실을 줄이거나 이익을 고정하는 데 도움을 줍니다.

⚙️ 보다 고급스러운 주문 유형이 [곧 제공됩니다](/goodcryptox-ko/perp-dex-1/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/goodcryptox-ko/perp-dex-1/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.
