get_rsi
Calculate Relative Strength Index (RSI) for a cryptocurrency pair. Identify overbought and oversold conditions to inform trading decisions.
Instructions
Get RSI (Relative Strength Index) for a cryptocurrency.
RSI measures momentum on a scale of 0-100:
Below 30: Oversold (potential buy signal)
Above 70: Overbought (potential sell signal)
Args: symbol: Trading pair symbol (e.g., BTCUSDT, ETHUSDT) interval: Candle interval - 1m, 5m, 15m, 30m, 1h, 4h, 1d period: RSI calculation period (default 14) 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: RSI values with interpretation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| period | No | ||
| symbol | Yes | ||
| end_time | No | ||
| interval | No | 1h | |
| start_time | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |