get_indicator_rsi
Calculate the Relative Strength Index (RSI) to identify overbought or oversold conditions for SOL, ETH, or BTC on Jupiter Perpetuals. Use this momentum oscillator with customizable periods and timeframes to inform trading decisions.
Instructions
Calculate RSI (Relative Strength Index) - a momentum oscillator that measures overbought/oversold conditions. RSI ranges from 0-100. Values above 70 indicate overbought, below 30 indicate oversold. Common period values: 7 (scalping), 14 (day trading), 21 (swing trading).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asset | Yes | The asset symbol | |
| interval | Yes | Candle interval/timeframe | |
| period | Yes | RSI period (2-50). Common: 7 (scalping), 14 (standard), 21 (swing) | |
| limit | Yes | Number of data points to return (10-500). Use 10-20 for quick checks, 50-100 for recent trend, 200+ for historical analysis. |