get_indicators
Retrieve technical indicator judgments (MA, RSI, MACD, Bollinger, stochastic) for stock screening and condition filtering. Outputs phase labels and positions to save tokens.
Instructions
기술지표 — 이평선·RSI·MACD·볼린저·스토캐스틱 등 종합 판정 (JSON).
스크리닝·조건 필터·상태 판정 등 숫자 비교가 필요할 때만 호출.
차트 시각화용 아님(시각화는 get_chart). OHLCV 대신 판정 결과만 반환해 토큰 절약.
반환값의 라벨 필드(phase_label, type_label, position 등)는 그대로 인용할 것.
Args: code: 종목코드 (예: "005930") days: 조회 일수 (기본 260, 30~500). 구조 분석 지표는 500+ 권장. include: 지표 키. 기본 ["ma", "ma_phase", "volume", "candle"]. 스냅샷: ma ma_phase ma_slope ma_cross rsi macd bollinger stochastic obv volume position candle 구조: support_resistance volume_profile price_channel timeframe: "day"/"week"/"month" (분봉 미지원) params: 비표준 파라미터 오버라이드(사용자 명시 요청 시만). 예: {"rsi":{"period":21}}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | ||
| days | No | ||
| include | No | ||
| timeframe | No | day | |
| params | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |