get_technicals
Analyze a stock's technicals: trend, momentum, volatility, and key levels, using moving averages, RSI, ATR, relative strength, and drawdown from full-market data, with support/resistance.
Instructions
Technical picture for a symbol: trend, momentum, volatility, key levels.
Computed from daily bars on the consolidated SIP tape, so volume is the
full market rather than a single venue. Returns moving-average structure,
RSI, ATR (with stop-distance guidance), relative strength versus a
benchmark, drawdown from the one-year high, and clustered support and
resistance annotated with what each level does at the current price.
Anything that could not be computed from the available history is null and
explained under `limitations` rather than approximated.
Args:
ticker: Stock symbol, e.g. "NVDA".
benchmark: Symbol for relative strength, default "SPY".
lookback_days: Calendar days of history to pull. 500 gives a 200-day
moving average enough trading sessions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticker | Yes | ||
| benchmark | No | SPY | |
| lookback_days | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||