compare_investment_candidates
Compare up to five stocks side-by-side using full analysis—price, technicals, chip data, fundamentals, levels, institutional flows, and current thesis. Runs in parallel with no AI cost, providing raw evidence for reasoned decision-making.
Instructions
並排比較 2-5 檔候選投資標的的深度分析(升級版 compare_stocks — 後者只看 PE/PB/殖利率,這裡跑 get_full_stock_analysis 拿到 price/technical/chip/fundamentals/levels/institutional/news 全套)+ 自動帶出每檔現有 thesis 狀態。不打 LLM(cost=$0),純粹並行 fetch + 結構化;agent 自己看 raw evidence 做 reasoning,token-effective 且避免 LLM-synthesized bias。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| codes | Yes | 股票代號(逗號分隔,2-5 檔),例如 2330,2454,3008 | |
| market | No | 市場 TW 或 US,預設 TW | |
| include_thesis | No | 是否帶出每檔的現有 thesis(投資論點)狀態 — 預設 true | |
| include_news | No | 是否含最近 news — 預設 false(news 量大,token 重) |