# 포지션 종료 및 관리

### 열린 포지션 확인 <a href="#id-7db25a82-7614-40e5-b5f4-d20b0e32a443" id="id-7db25a82-7614-40e5-b5f4-d20b0e32a443"></a>

`/positions` 명령어로 모든 활성 무기한 포지션을 확인할 수 있어요. 방향, 진입 가격, 규모, 마진, 미실현 손익이 표시돼요.

### 포지션 종료 <a href="#c73b2c92-92e8-4df3-b627-7ffcef011bf5" id="c73b2c92-92e8-4df3-b627-7ffcef011bf5"></a>

`/close` 명령어로 열린 포지션을 닫아요:

* **부분 종료**: 비율 또는 특정 금액을 입력해서 물량 축소
* **전체 종료**: 포지션 전부 닫기

종료 후 진입 가격, 청산 가격, 최종 손익이 기록된 Realized PnL Card가 나와요.

> ⚠️ **중요:** 포지션 종료는 되돌릴 수 없어요. 확인 전에 꼭 다시 체크하세요.

### 포지션 수정 <a href="#b6e07dd6-36d8-4a0d-b211-091a276f7d25" id="b6e07dd6-36d8-4a0d-b211-091a276f7d25"></a>

기존 포지션은 다음과 같이 조정할 수 있어요:

* **SL/TP 조정**: 포지션 오픈 후 손절/익절 레벨을 변경 가능 (Stop-Loss and Take-Profit 페이지 참고)
* **마진 추가**: 포지션에 마진을 추가해서 청산 리스크 축소

> ℹ️ **주요 제한:** 마진 모드(Isolated 또는 Cross)는 포지션 생성 시 결정되고, 이후 변경 불가. 모드를 바꾸려면 포지션을 닫고 원하는 설정으로 다시 열어야 해요.

### 포트폴리오 확인 <a href="#b86e4969-ee4f-4e1e-9384-386ff102da2e" id="b86e4969-ee4f-4e1e-9384-386ff102da2e"></a>

`/portfolio` 명령어로 실시간 계정 요약을 볼 수 있어요. 순자산, 마진 사용량, 모든 활성 포지션이 표시되고, 현재 Hyperliquid 계정 상태를 반영해요.


---

# 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/undefined-3.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.
