# 손절 (Stop Loss) & 익절 (Take Profit)

### 손절이란 <a href="#afb7dd5f-a71a-4f0a-8c29-6d4b49b127c5" id="afb7dd5f-a71a-4f0a-8c29-6d4b49b127c5"></a>

지정한 손실 수준에 도달하면 포지션을 자동으로 닫는 기능이에요. Mark price가 손절가에 도달하면 시장가 주문이 실행돼서 포지션이 종료돼요.

### 익절이란 <a href="#id-30b210bb-8483-4d2d-b655-39550c16bb29" id="id-30b210bb-8483-4d2d-b655-39550c16bb29"></a>

목표 수익에 도달하면 포지션을 자동으로 닫는 기능이에요. Mark price가 목표가에 도달하면 시장가 주문이 실행돼서 포지션이 종료돼요.

### SL/TP 설정 방법 <a href="#b02a4268-ed97-445c-a305-6a027e96f5ad" id="b02a4268-ed97-445c-a305-6a027e96f5ad"></a>

> ⚠️ **SL/TP는 포지션 오픈 시에는 설정할 수 없어요.** 먼저 포지션을 열고, 그 다음에 따로 설정해야 해요.

#### 포지션 오픈 후 설정: <a href="#b4483520-d0f3-47b9-ac79-37e0198ebce4" id="b4483520-d0f3-47b9-ac79-37e0198ebce4"></a>

1. `/sl` 또는 `/tp` 명령어 사용
2. 적용할 포지션 선택
3. 트리거 유형 선택:
   * **퍼센트**: SL -5%, TP +10% 등 (진입 가격 기준)
   * **트리거 가격**: SL $57,000, TP $66,000 등 (특정 USD 가격)
4. 트리거 시 종료할 포지션 비율 선택: 10%, 25%, 50%, 75%, 100%, 또는 직접 입력
5. 확인하면 설정 완료

#### 기존 SL/TP 수정: <a href="#f631ccda-d34c-4ece-89a9-b92e16d5d29f" id="f631ccda-d34c-4ece-89a9-b92e16d5d29f"></a>

* `/sl` 또는 `/tp`를 다시 사용하면 기존 주문이 취소되고 새로 설정돼요
* `/positions`의 액션 버튼에서도 SL/TP 관리 가능

### 예시 <a href="#f1e62b75-fc70-40c5-a674-8306d5652450" id="f1e62b75-fc70-40c5-a674-8306d5652450"></a>

BTC를 $60,000에 롱 진입한 경우:

* SL -5% → $57,000에서 트리거
* TP +10% → $66,000에서 트리거
* 트리거 시 100% 포지션 종료

BTC가 $57,000까지 내려가면 손절 발동, 전체 포지션이 닫히고 손실 제한. BTC가 $66,000까지 올라가면 익절 발동, 수익 확정.

> ⚠️ **SL/TP는 변동성이 큰 시장에서 정확한 트리거 가격 체결을 보장하지 않아요.** Stop-market 주문이라 실제 체결 가격이 트리거 가격과 다를 수 있어요.

> 💡 **TIP:** 항상 손절을 설정하세요. 레버리지 포지션에서 가장 중요한 리스크 관리 수단이에요.


---

# 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/perpetuals-bot/undefined/stop-loss-and-take-profit.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.
