get_stochastic
Calculate Slow Stochastic for a stock, returning %K, %D, overbought/oversold zones, and crossover signals. Use it to identify momentum shifts and potential reversal points.
Instructions
종목의 Slow Stochastic을 계산합니다. %K, %D, 과매수(≥80)/과매도(≤20) 구간, 크로스오버 신호를 반환합니다.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | 종목 심볼 (예: 005930, AAPL) | |
| d_period | No | %D 기간 (기본값 3) | |
| interval | Yes | 봉 단위 | |
| k_period | No | %K 기간 (기본값 14) | |
| smooth_k | No | %K 평활 기간, 1이면 Fast Stochastic (기본값 3) |