veroq_ticker_score
Compute a composite trading signal for any ticker by analyzing sentiment, momentum, coverage volume, and event proximity, returning a bull/bear score with component breakdown.
Instructions
Get a composite trading signal score for a ticker based on sentiment, momentum, coverage volume, and event proximity.
WHEN TO USE: For a quick bull/bear signal on a ticker. Use veroq_ticker_analysis for deeper context behind the signal. RETURNS: Composite score, signal (strong_bullish to strong_bearish), and component breakdown (sentiment, momentum, volume, events with weights). COST: 2 credits. EXAMPLE: { "symbol": "NVDA" }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Ticker symbol (e.g. AAPL, NVDA, TSLA) |