批量指标
indicator_multiRetrieve market K-lines and calculate RSI, MACD, and Bollinger Bands in a single request, with optional ATR, ADX, and Stochastic. Eliminates multiple round trips for technical indicator analysis.
Instructions
直连版:单次拉取 K 线,批量计算 RSI(14) + MACD(12/26/9) + BBands(20/2) 最新值。可选启用 ATR / ADX / Stoch。替代逐个调用 3-6 次网络往返。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| symbol | Yes | ||
| interval | Yes | ||
| includeADX | No | ||
| includeATR | No | ||
| includeStoch | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| adx | No | ||
| atr | No | ||
| rsi | Yes | ||
| macd | Yes | ||
| stoch | No | ||
| bbands | Yes |