indicator_abands
Compute Acceleration Bands using high, low, close data to assess market volatility and detect potential breakout levels.
Instructions
加速带 (Acceleration Bands)。需要至少 interval 个数据点
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| candles | Yes | HLC 数组 | |
| interval | Yes | 计算周期 | |
| width | No | 带宽系数 | |
| smoothingType | No | 平滑类型 |