quant_analyze_setup
Run a registered quantitative method on a ticker to produce a trade setup with signal, entry, stop, and target.
Instructions
Run a registered method on a ticker to produce a trade setup.
Fetches daily + latest-session intraday data and dispatches to the named method, which returns signal (LONG/SHORT/NO_ENTRY), playbook, regime, and entry/stop/target when actionable.
Args: params (AnalyzeInput): ticker, method_key (default 'hurst_regime_orb'), response_format.
Returns: str: the setup dict (feed it directly to quant_score_decision). Includes signal, playbook, regime, hurst, price, atr_daily, rel_volume, rsi, entry, stop, target, reasons, plus method extras (vwap, or_high, or_low, ema9, ema20). Error string for unknown method or missing data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |