# 주문 타입(Order Type)

Click은 다양한 주문 방식을 지원해요. Trading Panel에서 Market, Limit, DCA 중에 골라서 쓰면 돼요.

| 주문 유형        | 설명                                | 최적 사용 상황            |
| ------------ | --------------------------------- | ------------------- |
| 시장가 (Market) | 현재 가격으로 즉시 체결                     | 빠른 진입/청산            |
| 지정가 (Limit)  | 가격, 시가총액, 변동률, 배수 등 조건 설정으로 자동 거래 | 목표가 스나이핑, 수익 실현 자동화 |
| 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.click.trade/product-docs-korean/spot-trading-bot/order-type.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.
