hot-topics

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Hot Topics Tracker

热点话题追踪

Discover trending topics and sectors being discussed by finance YouTubers.
发现财经YouTuber正在讨论的热门话题和板块。

Triggers

触发词

  • "最近热点是什么"
  • "大家在讨论什么"
  • "hot topics"
  • "what's trending"
  • "热门话题"
  • /hot-topics
  • "最近热点是什么"
  • "大家在讨论什么"
  • "hot topics"
  • "what's trending"
  • "热门话题"
  • /hot-topics

Instructions

操作步骤

When the user wants to know current hot topics, follow these steps:
  1. Get All Tickers with Mention Counts Call
    list_tickers
    to see which stocks are being discussed most.
  2. Get Daily Summary Call
    get_daily_summary
    to understand the overall market narrative.
  3. Search for Theme Keywords Call
    search_viewpoints
    with common themes to identify trending topics:
    • "AI" / "人工智能"
    • "财报" / "earnings"
    • "降息" / "rate cut"
    • "芯片" / "semiconductor"
    • Other relevant keywords based on context
  4. Categorize and Rank Group findings by:
    • Sectors (Tech, Finance, Healthcare, etc.)
    • Themes (AI, Earnings, Macro, etc.)
    • Individual hot stocks
  5. Present Results Format the output as:
    ## 本周热点追踪 🔥
    
    ### 热门板块
    1. **科技股** - XX 次提及
       - 代表股票: NVDA, AAPL, MSFT
       - 主要话题: AI、云计算
    
    2. **半导体** - XX 次提及
       - 代表股票: AMD, INTC, TSM
       - 主要话题: 产能、周期
    
    ### 热门话题
    1. **AI 投资** 🤖
       - 相关股票: NVDA, MSFT, GOOGL
       - 代表观点: "[观点摘要]" — 博主A
    
    2. **财报季** 📊
       - 关注股票: TSLA, META
       - 代表观点: "[观点摘要]" — 博主B
    
    ### 本周最热门股票 Top 5
    | 排名 | 股票 | 提及次数 | 主流情绪 |
    |------|------|----------|----------|
    | 1 | NVDA | 45 | 🟢 看涨 |
    | 2 | TSLA | 32 | 🟡 分歧 |
    | ... | ... | ... | ... |
    
    ### 值得关注的冷门观点
    [列出一些有价值但不热门的独特观点]
当用户想了解当前热点话题时,请遵循以下步骤:
  1. 获取所有带提及次数的股票代码 调用
    list_tickers
    查看哪些股票的讨论热度最高。
  2. 获取每日市场摘要 调用
    get_daily_summary
    了解整体市场叙事。
  3. 搜索主题关键词 调用
    search_viewpoints
    并传入常见主题关键词,识别热门话题:
    • "AI" / "人工智能"
    • "财报" / "earnings"
    • "降息" / "rate cut"
    • "芯片" / "semiconductor"
    • 其他基于上下文的相关关键词
  4. 分类与排序 按以下维度对结果进行分组:
    • 板块(科技、金融、医疗等)
    • 主题(AI、财报、宏观经济等)
    • 热门个股
  5. 结果呈现 按以下格式输出结果:
    ## 本周热点追踪 🔥
    
    ### 热门板块
    1. **科技股** - XX 次提及
       - 代表股票: NVDA, AAPL, MSFT
       - 主要话题: AI、云计算
    
    2. **半导体** - XX 次提及
       - 代表股票: AMD, INTC, TSM
       - 主要话题: 产能、周期
    
    ### 热门话题
    1. **AI 投资** 🤖
       - 相关股票: NVDA, MSFT, GOOGL
       - 代表观点: "[观点摘要]" — 博主A
    
    2. **财报季** 📊
       - 关注股票: TSLA, META
       - 代表观点: "[观点摘要]" — 博主B
    
    ### 本周最热门股票 Top 5
    | 排名 | 股票 | 提及次数 | 主流情绪 |
    |------|------|----------|----------|
    | 1 | NVDA | 45 | 🟢 看涨 |
    | 2 | TSLA | 32 | 🟡 分歧 |
    | ... | ... | ... | ... |
    
    ### 值得关注的冷门观点
    [列出一些有价值但不热门的独特观点]

Tool Sequence

工具调用顺序

  1. list_tickers
    → Get mention counts
  2. get_daily_summary
    → Get market overview
  3. search_viewpoints("AI")
    +
    search_viewpoints("earnings")
    + other keywords → In parallel
  4. Compile and categorize findings
  1. list_tickers
    → 获取提及次数
  2. get_daily_summary
    → 获取市场概览
  3. search_viewpoints("AI")
    +
    search_viewpoints("earnings")
    + 其他关键词 → 并行调用
  4. 整理并分类结果

Notes

注意事项

  • Focus on what's actually being discussed, not just mentioned
  • Highlight emerging themes that may not be mainstream yet
  • Include both consensus and contrarian viewpoints
  • 重点关注实际被讨论的内容,而非仅仅被提及的内容
  • 突出可能尚未成为主流的新兴主题
  • 同时包含共识性观点和反向观点