indicator_ema
Compute the exponential moving average (EMA) of a price series using the factor 2/(N+1), emphasizing recent price action.
Instructions
指数移动平均线(EMA)。权重因子 2/(N+1),近期价格权重更高。需要 N 个数据点稳定
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| values | Yes | 价格序列(收盘价) | |
| interval | Yes | 计算周期 |