indicator_wma
Compute the weighted moving average (WMA) for a price array over a defined interval to analyze market trends.
Instructions
加权移动平均线 (WMA)。需要至少 interval 个数据点
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| values | Yes | 价格数组 | |
| interval | Yes | 计算周期 |