indicator_dema
Compute the double exponential moving average (DEMA) technical indicator from price data and a specified interval for trend analysis.
Instructions
双指数移动平均线 (DEMA)。需要至少 interval 个数据点
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| values | Yes | 价格数组 | |
| interval | Yes | 计算周期 |