# 지정가

지정가 주문은 특정 가격 또는 더 나은 가격으로 매수 또는 매도하라는 지시입니다. 스톱 주문, 트레일링 주문 또는 TP/SL 조합과 같은 조건부 주문은 트리거 조건이 충족될 때까지 goodcryptoX 서버에서 모니터링되는 것과 달리—지정가 주문은 즉시 거래소로 전송되어 거래소의 오더북에 직접 배치됩니다.

지정가 주문은 당사 서버가 아닌 거래소에 존재하므로 실행, 체결 방식 또는 거부 여부는 전적으로 거래소에 의해 결정됩니다. 제출된 후에는 goodcryptoX와 독립적으로 작동하므로 당사 서버에 다운타임이 발생하더라도 지정가 주문은 오더북에 남아 거래소의 매칭 엔진에 따라 정상적으로 실행됩니다.

지정가 주문은 포지션 진입 또는 청산에 직접 사용할 수 있으며, goodcryptoX가 트리거하는 스톱 리밋 및 트레일링 스톱 리밋 주문의 실행 다리 역할도 합니다. 그리드 및 DCA 봇도 네이티브 지정가 주문에 의존합니다.


---

# 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/limit.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.
