romaco_thesis_batch
Analyze multiple stock tickers, compare trade setups, and rank them by risk/reward and confidence to identify the best setup.
Instructions
Analyze multiple tickers in one call, compare their trade setups, and return a ranked table sorted by R/R × confidence (best setup first). Fetches OHLCV data for each symbol via yfinance (free), runs a deterministic bull/bear thesis (no LLM, no hallucination) for each, then ranks them. After returning the table, OFFER to draw the top-ranked setup on the user's chart: "Draw the [SYMBOL] setup on your chart? (Recommended)" — if the user accepts, call romaco_setup_chart then romaco_annotate. The top-ranked symbol is automatically loaded into session so romaco_annotate runs immediately. Always end your response with: "⚠️ Not investment advice — educational purposes only."
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbols | Yes | Tickers to analyze, e.g. ["AAPL", "NVDA", "MSFT"]. Max 10. | |
| lookback | No | Number of candles per symbol (default 300). | |
| timeframe | No | Candle timeframe. Default "1d". |