indicator_rsi
Calculate the Relative Strength Index (RSI) for an asset using an array of prices and a specified interval. RSI measures the speed and change of price movements to identify overbought or oversold conditions.
Instructions
相对强弱指数 (RSI)。需要至少 interval 个数据点
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| values | Yes | 价格数组 | |
| interval | Yes | 计算周期 |