indicator_iqr
Calculate interquartile range (IQR) of price data over a specified period to measure market volatility and identify outliers. Requires at least interval data points.
Instructions
四分位距 (IQR)。需要至少 interval 个数据点
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| values | Yes | 价格数组 | |
| interval | Yes | 计算周期 |