indicator_bbands
Calculates Bollinger Bands from price data, using a specified interval and standard deviation multiplier to identify volatility and overbought/oversold conditions.
Instructions
布林带 (Bollinger Bands)。需要至少 interval+1 个数据点才能计算标准差
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| values | Yes | 价格数组 | |
| interval | Yes | 计算周期 | |
| deviationMultiplier | No | 标准差倍数 |