veroq_technicals
Analyze technical indicators for stocks to generate trading signals. Calculates RSI, MACD, Bollinger Bands, and moving averages, providing bullish/bearish/neutral signals for informed investment decisions.
Instructions
Get all major technical indicators for a ticker: RSI, MACD, Bollinger Bands, moving averages, and overall signal summary.
WHEN TO USE: For pre-computed technical analysis. Returns a bullish/bearish/neutral signal. Use veroq_candles for raw price data instead. RETURNS: Signal summary (signal + bullish/bearish/neutral counts) and full indicator values (RSI, MACD, BBands, SMA, EMA). COST: 2 credits. EXAMPLE: { "symbol": "TSLA", "range": "6mo" }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Ticker symbol (e.g. AAPL, NVDA, TSLA) | |
| range | No | Date range for indicator calculation (default 6mo) |