get_indicators_bulk
Retrieve technical indicators for up to 100 stocks in parallel. Use for screening by ma_phase, volume, and other indicators with customizable timeframes.
Instructions
기술지표벌크 — 여러 종목(최대 100개)의 지표를 병렬 판정. 스크리닝 핵심.
⚠️ 시계열·캔들 아님 — 집계 판정값만(시각화는 get_chart). get_indicators N번 대신 이걸로.
Args: codes: 종목코드 리스트 (최대 100개) days: 조회 일수 (기본 260) include: 지표 키 (기본 ["ma_phase","volume"]). get_indicators 참조. timeframe: "day"/"week"/"month" params: 지표 파라미터 오버라이드(전 종목 공통). get_indicators 참조.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| codes | Yes | ||
| days | No | ||
| include | No | ||
| timeframe | No | day | |
| params | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |