indicator_rsi
Calculate the Relative Strength Index (RSI) for any crypto trading pair to identify overbought or oversold conditions from price changes.
Instructions
Calculate the Relative Strength Index (RSI) - measures speed and magnitude of price changes to identify overbought/oversold conditions
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of OHLCV data points to fetch | |
| period | No | Period length | |
| symbol | Yes | Trading pair, e.g., 'BTC/USDT' | |
| timeframe | No | Timeframe, e.g., '1m', '1h', '1d' | 1h |