calculate_indicators
Calculate SMA, EMA, RSI, MACD, Bollinger, ATR, and VWAP for a trading pair from historical k-lines. Returns indicator values to support market analysis.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of candles to analyze (default 100) | |
| period | No | Period for moving averages (default 20) | |
| symbol | Yes | Trading pair symbol, e.g. BTCUSDT | |
| interval | Yes | K-line interval | |
| indicators | Yes | Technical indicators to calculate |