# 수동 주문

중앙화 거래소에서 지원되는 주문 유형:

**단독 주문:**

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

**연동 주문**

* [테이크 프로핏](/goodcryptox-ko/cex-1/manual-orders/take-profit.md) - 메인(진입) 주문의 체결 가격에서 지정된 비율만큼 시장이 유리하게 움직이면 트리거됩니다. 손절매(Stop Loss)가 설정되어 있으면 이익실현(Take Profit)이 트리거될 때 자동으로 취소됩니다;
* [트레일링 이익실현](/goodcryptox-ko/cex-1/manual-orders/tp-sl.md) - 목표 이익 %에 도달하면 활성화되어 시장 가격이 추가로 유리하게 움직일 때 이를 추적합니다. 시장이 역전되면 트리거되어 더 많은 상승을 포착하는 데 도움을 줍니다;
* [스탑 로스](/goodcryptox-ko/cex-1/manual-orders/stop-loss.md) - 메인 주문의 체결 가격에서 지정된 %만큼 시장이 불리하게 움직이면 트리거됩니다. 트리거될 경우 연동된 모든 이익실현 주문을 취소합니다;
* [트레일링 스톱 로스](/goodcryptox-ko/cex-1/manual-orders/tp-sl.md) - 시장 가격이 유리하게 움직일 때 이를 추적합니다. 가격이 트레일링 비율만큼 역전되면 주문이 트리거되어 시장이 되돌릴 때 손실을 줄이거나 이익을 고정하는 데 도움을 줍니다.

⚙️ 더 고급 주문 유형은 [곧 제공됩니다](/goodcryptox-ko/cex-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/cex-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.
