indicator_rma
Calculates the Relative Moving Average (RMA) from a price array using a specified interval. Requires at least as many data points as the interval.
Instructions
相对移动平均线 (RMA)。需要至少 interval 个数据点
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| values | Yes | 价格数组 | |
| interval | Yes | 计算周期 |