STRUCTURED DECISION LAYER
Signals
The signal engine converts market and research features into normalized inputs. A high score is a candidate, not an order.
Trend
PENDING
Structure, moving regimes, relative direction.
Momentum
PENDING
Rate of change, breakout quality, confirmation.
Volatility
PENDING
Realized volatility, ATR, event expansion.
Relative strength
PENDING
NVDA against index / semiconductor context.
Liquidity
PENDING
Spread, depth proxy, volume participation.
Event context
PENDING
Structured output from the intelligence layer.
Structured intelligence output
{
"asset": "NVDA",
"event_type": "...",
"sentiment": null,
"materiality": null,
"confidence": null,
"time_horizon": null
}Signal contract
{
"candidate_id": "...",
"direction": "LONG | FLAT",
"composite_score": null,
"features": {},
"created_at": "...",
"expires_at": "..."
}