# 가격 알림 (Price Alerts)

#### 알림 설정 방법 <a href="#id-5a043d6a-bb95-408c-be39-4a85a8d08f10" id="id-5a043d6a-bb95-408c-be39-4a85a8d08f10"></a>

1. `/alert` 명령어 사용
2. 자산 선택 또는 입력 (Hyperliquid 무기한 시장 전체 및 `xyz:GOLD`, `xyz:TSLA` 같은 HIP-3 시장 지원)
3. 목표 가격 입력
4. 방향은 자동 결정:
   * 목표가 > 현재가 → "Above" 알림
   * 목표가 < 현재가 → "Below" 알림
5. 확인하면 알림 활성화

#### 알림 트리거 시 <a href="#id-714ab558-7488-4469-8c74-256f5618ceef" id="id-714ab558-7488-4469-8c74-256f5618ceef"></a>

* 봇이 자산명, 방향, 트리거 가격, 트리거 시점 실제 가격을 포함한 알림 메시지를 보내요
* 각 알림은 한 번만 발동하고 Triggered 탭으로 이동. 반복 없음.
* 알림 메시지에 거래 버튼 없음. 거래하려면 `/long` 또는 `/short`를 직접 사용.

#### 알림 관리 <a href="#id-34bff2bb-f37d-4462-9d04-8ad96d1ae9fb" id="id-34bff2bb-f37d-4462-9d04-8ad96d1ae9fb"></a>

* **Active Alerts 탭**: 대기 중인 알림 확인 및 개별 삭제
* **Triggered Alerts 탭**: 발동된 알림 이력 확인 (표시 전용)
* **Create Alert**: 알림 메뉴에서 새 알림 추가

#### 알림 수정 <a href="#id-5edc449f-4d77-4309-a837-4b76704eaff1" id="id-5edc449f-4d77-4309-a837-4b76704eaff1"></a>

기존 알림 수정 기능은 없어요. 변경하려면 삭제 후 새 목표 가격으로 다시 생성.

#### 지원 자산 <a href="#c8f908a7-3170-4268-84fd-954bb759ec53" id="c8f908a7-3170-4268-84fd-954bb759ec53"></a>

모든 Hyperliquid 무기한 페어와 HIP-3 시장 지원. 거래 명령어와 동일한 티커 형식 사용:

* `BTC`, `ETH`, `SOL`: 크립토 무기한
* `xyz:TSLA`, `xyz:GOLD`, `xyz:SILVER`: trade.xyz 시장


---

# 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-1/price-alerts.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.
