support_resistance
Calculate support and resistance levels for stocks by computing pivot points and identifying key price levels 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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | ||
| period | No | 6mo |