get_technical_indicators
Retrieve technical indicators and trend analysis for a stock ticker. Choose from SMA, EMA, RSI, MACD, and Bollinger Bands to inform trading decisions.
Instructions
Get technical indicators for a stock.
Args: ticker: Stock symbol (e.g., 'AAPL', 'MSFT') indicators: List of indicators to fetch. Options: 'sma', 'ema', 'rsi', 'macd', 'bbands'. If None, fetches all.
Returns: Technical indicator values and trend analysis.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticker | Yes | ||
| indicators | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||