get_stochastic
Calculate the Stochastic Oscillator for a cryptocurrency trading pair to identify overbought (above 80) and oversold (below 20) conditions, using custom periods and time ranges.
Instructions
Get Stochastic Oscillator for a cryptocurrency.
Stochastic measures momentum on a scale of 0-100:
Below 20: Oversold (potential buy signal)
Above 80: Overbought (potential sell signal)
Args: symbol: Trading pair symbol (e.g., BTCUSDT, ETHUSDT) interval: Candle interval - 1m, 5m, 15m, 30m, 1h, 4h, 1d fastk_period: Fast %K period (default 14) slowk_period: Slow %K period (default 3) limit: Number of values to return (default 10) start_time: Start time in ISO format (e.g., 2024-01-01) end_time: End time in ISO format (e.g., 2024-02-01)
Returns: Stochastic values with interpretation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| symbol | Yes | ||
| end_time | No | ||
| interval | No | 1h | |
| start_time | No | ||
| fastk_period | No | ||
| slowk_period | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |