get_technical_analysis
Fetch composite technical analysis for a stock or ETF, delivering trend direction, momentum signals, volatility insights, and support/resistance levels.
Instructions
Get composite technical analysis for a single stock or ETF.
Fetches multiple technical indicators and provides trend direction, momentum signals, volatility analysis, and support/resistance levels with an overall buy/sell signal.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Output format: - "summary": Current signals and key values - "full": Signals plus complete time series data | summary |
| last_n | No | Optional cap for recent points per indicator in full mode. | |
| output | No | Output mode for full time series: inline or file. | inline |
| symbol | Yes | Stock or ETF symbol to analyze (e.g., "AAPL", "SPY"). | |
| timeframe | No | Candle timeframe for analysis: - "1day": Daily (default, most common) - "1hour", "4hour": Intraday swing - "1min", "5min", "15min", "30min": Intraday scalping | 1day |
| use_cache | No | Use cached indicator data when available (default: True). | |
| indicators | No | Optional indicator subset as JSON array or comma-separated string. Options: "sma", "ema", "rsi", "adx", "williams", "macd", "bollinger". Default: all indicators. | |
| period_overrides | No | Override default period lengths. Example: {"sma_periods": [10, 50, 200], "rsi_period": 21} |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||