get_technicals
Compute a full technical-analysis snapshot for any stock, delivering RSI, MACD, moving averages, Bollinger Bands, ATR, volatility, support/resistance, and volume comparisons to guide trading decisions.
Instructions
Compute a full technical-analysis snapshot for a symbol from its daily price history: RSI(14), SMA/EMA (20/50/200), MACD, Bollinger Bands, ATR and annualized volatility, 52-week range, swing-pivot support/resistance levels, and volume-vs-average. Feed this into the scan scoring formula in CLAUDE.md.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Ticker to analyze, e.g. TUCLK, ASELS, THYAO | |
| interval | No | Candle interval; defaults to daily (1d) |