get_technical_indicators
Calculate technical indicators for any stock. Provides RSI, MACD, SMA, EMA, Bollinger Bands, Stochastic, ADX, CCI, Aroon, and OBV to analyze market trends and momentum.
Instructions
Calculate technical indicators for any stock. Available indicators: - RSI: Relative Strength Index (overbought >70, oversold <30) - MACD: Moving Average Convergence Divergence (trend/momentum) - SMA: Simple Moving Average - EMA: Exponential Moving Average - BBANDS: Bollinger Bands (volatility bands) - STOCH: Stochastic Oscillator - ADX: Average Directional Index (trend strength) - CCI: Commodity Channel Index - AROON: Aroon Indicator (trend direction) - OBV: On-Balance Volume
Note: Uses Alpha Vantage (25 req/day free limit). Choose indicators wisely.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Stock ticker (e.g. AAPL, RELIANCE.NS — use without .NS for AV) | |
| interval | No | Time interval (default: daily) | daily |
| indicator | Yes | Technical indicator to calculate |