veroq_ticker_score
Calculate a composite trading signal score for stocks using sentiment, momentum, volume, and event data to identify bull/bear signals.
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) |