ta_slug_rsi
Retrieve the full RSI series for a cryptocurrency asset. Customize period, smoothing, and time interval to generate historical RSI data, optionally including original prices.
Instructions
Full RSI series
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Asset slug (e.g. bitcoin) | |
| start | No | Start timestamp in ms | |
| end | No | End timestamp in ms | |
| period | No | RSI calculation period (default: 5) | |
| smoothing | No | Smoothing method (default: EMA) | |
| fetchInterval | No | Timeframe for price bars | |
| includeOriginal | No | Include original price data |