indicator_psar
Calculate Parabolic SAR (PSAR) technical indicator using high/low candle data with customizable acceleration step and max factor.
Instructions
抛物线 SAR (PSAR)。建议至少 4 根 K 线,更多数据效果更好
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| candles | Yes | 最高价/最低价数组 | |
| accelerationStep | No | 加速步长 | |
| accelerationMax | No | 最大加速因子 |