get_support_resistance
Identify key support and resistance levels for a stock using historical price data, showing where price may reverse or break out based on a lookback period.
Instructions
Calculate support and resistance levels for a stock.
Args: ticker: Stock symbol (e.g., 'AAPL', 'MSFT') lookback_days: Number of days to analyze (default 60)
Returns: Support and resistance levels with current price position.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticker | Yes | ||
| lookback_days | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||