support_resistance
Compute support and resistance levels with pivot points (R1-R3, S1-S3) for any stock. Uses historical price data to identify key price levels for 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 |