technical_indicators
Compute technical indicators for stocks: RSI, MACD, Bollinger Bands, SMA, EMA, ATR, ADX. Select a period and optional earnings to analyze trends and momentum.
Instructions
Compute technical indicators for a stock.
Args: symbol: Ticker symbol or comma-separated list period: Historical period (1mo, 3mo, 6mo, 1y) indicators: Comma-separated indicators (rsi, macd, bb, sma, ema, atr, adx) include_earnings: Include earnings data
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| period | No | 3mo | |
| symbol | Yes | ||
| indicators | No | rsi,macd,bb,sma,ema,atr,adx | |
| include_earnings | No |