support_resistance
Identify key support and resistance levels for any stock. Computes pivot points (R1, R2, R3, S1, S2, S3) from historical price action to inform trading decisions.
Instructions
Compute support and resistance levels for a stock. [PRO]
Calculates pivot points (R1, R2, R3, S1, S2, S3) and identifies key price levels from historical price action.
Args: symbol: Stock ticker (e.g., RELIANCE, AAPL, TCS) period: Data period: 3mo, 6mo, 1y, 2y (default: 6mo)
Examples: support_resistance("RELIANCE") → Key levels for Reliance support_resistance("AAPL", "1y") → Apple support/resistance with 1yr data
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| period | No | 6mo | |
| symbol | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |