indicator_bb_rsi
Calculate Bollinger Bands and RSI simultaneously, returning full band data, RSI value, and price zone classification within the bands.
Instructions
布林带与 RSI 组合:同时返回 BBands 完整数据(upper/middle/lower/bandwidth/percentB)、RSI 值、以及价格在 BB 带中的分区位置(above_upper/upper_half/lower_half/below_lower),提供连续数值而非硬编码三态信号
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| values | Yes | 价格序列(收盘价) | |
| period | No | BBands 周期 | |
| deviationMultiplier | No | BBands 标准差倍数 | |
| rsiPeriod | No | RSI 周期 |