stock-analysis

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Comprehensive Stock Analysis

股票综合分析

Generate a complete sentiment analysis report for a single stock.
生成单只股票的完整情绪分析报告。

Triggers

触发条件

  • "分析 NVDA"
  • "NVDA 怎么样"
  • "analyze TSLA"
  • "what about AAPL"
  • "帮我看看 AMD"
  • /stock-analysis NVDA
  • /stock-analysis {ticker}
  • "分析 NVDA"
  • "NVDA 怎么样"
  • "analyze TSLA"
  • "what about AAPL"
  • "帮我看看 AMD"
  • /stock-analysis NVDA
  • /stock-analysis {ticker}

Arguments

参数

  • ticker
    - Stock ticker to analyze (required)
  • ticker
    - 待分析的股票代码(必填)

Instructions

操作步骤

When the user wants a comprehensive analysis of a stock, follow these steps:
  1. Get Sentiment Data Call
    get_ticker_sentiment(ticker)
    to get overall sentiment and breakdown by blogger.
  2. Search Related Viewpoints Call
    search_viewpoints(ticker)
    to find all detailed opinions.
  3. Find Who Holds It Call
    get_blogger_positions
    for bloggers who mentioned the stock to understand their conviction level.
  4. Compile Analysis Create a comprehensive report covering:
    • Overall sentiment score
    • Bull vs bear breakdown
    • Key arguments from both sides
    • Notable bloggers with positions
    • Risk factors mentioned
  5. Present Results Format the output as:
    ## TICKER 综合分析报告
    
    ### 情绪概览
    
    | 指标 | 数值 |
    |------|------|
    | 整体情绪 | 🟢 看涨 (X/10) |
    | 看涨博主 | X 位 |
    | 看跌博主 | X 位 |
    | 中性/观望 | X 位 |
    | 总提及次数 | XX |
    
    ### 多方观点 🐂
    
    **核心论点:**
    1. [论点1] — 博主A (XX万粉丝)
    2. [论点2] — 博主B
    3. [论点3] — 博主C
    
    **代表观点:**
    > "[详细观点引用]"
    > — 博主A, 2025-01-20
    
    ### 空方观点 🐻
    
    **核心论点:**
    1. [论点1] — 博主D
    2. [论点2] — 博主E
    
    **代表观点:**
    > "[详细观点引用]"
    > — 博主D, 2025-01-19
    
    ### 持仓博主
    
    | 博主 | 态度 | 持仓情况 |
    |------|------|----------|
    | 博主A | 看涨 | 重仓 |
    | 博主B | 观望 | 轻仓 |
    
    ### 风险提示 ⚠️
    
    - [风险1]: [描述]
    - [风险2]: [描述]
    
    ### 总结
    [客观总结各方观点,不做买卖建议]
当用户需要对某只股票进行综合分析时,请遵循以下步骤:
  1. 获取情绪数据 调用
    get_ticker_sentiment(ticker)
    获取整体情绪以及按博主分类的情绪细分数据。
  2. 搜索相关观点 调用
    search_viewpoints(ticker)
    查找所有详细观点。
  3. 了解持仓情况 调用
    get_blogger_positions
    获取提及该股票的博主的持仓情况,以了解他们的信心水平。
  4. 整理分析内容 创建一份涵盖以下内容的综合报告:
    • 整体情绪得分
    • 看多vs看空细分情况
    • 双方的核心论点
    • 有持仓的知名博主
    • 提及的风险因素
  5. 呈现结果 按以下格式输出:
    ## TICKER 综合分析报告
    
    ### 情绪概览
    
    | 指标 | 数值 |
    |------|------|
    | 整体情绪 | 🟢 看涨 (X/10) |
    | 看涨博主 | X 位 |
    | 看跌博主 | X 位 |
    | 中性/观望 | X 位 |
    | 总提及次数 | XX |
    
    ### 多方观点 🐂
    
    **核心论点:**
    1. [论点1] — 博主A (XX万粉丝)
    2. [论点2] — 博主B
    3. [论点3] — 博主C
    
    **代表观点:**
    > "[详细观点引用]"
    > — 博主A, 2025-01-20
    
    ### 空方观点 🐻
    
    **核心论点:**
    1. [论点1] — 博主D
    2. [论点2] — 博主E
    
    **代表观点:**
    > "[详细观点引用]"
    > — 博主D, 2025-01-19
    
    ### 持仓博主
    
    | 博主 | 态度 | 持仓情况 |
    |------|------|----------|
    | 博主A | 看涨 | 重仓 |
    | 博主B | 观望 | 轻仓 |
    
    ### 风险提示 ⚠️
    
    - [风险1]: [描述]
    - [风险2]: [描述]
    
    ### 总结
    [客观总结各方观点,不提供买卖建议]

Tool Sequence

工具调用顺序

  1. get_ticker_sentiment(ticker)
    → Get sentiment breakdown
  2. search_viewpoints(ticker)
    → Get detailed viewpoints
  3. list_bloggers
    → Get blogger info (if needed for context)
  4. get_blogger_positions(blogger)
    → For key bloggers mentioning the stock
  5. Compile comprehensive report
  1. get_ticker_sentiment(ticker)
    → 获取情绪细分数据
  2. search_viewpoints(ticker)
    → 获取详细观点
  3. list_bloggers
    → 获取博主信息(如需上下文补充)
  4. get_blogger_positions(blogger)
    → 针对提及该股票的核心博主
  5. 整理综合报告

Notes

注意事项

  • Present all viewpoints fairly, both bull and bear
  • Include specific quotes when available
  • Do NOT give buy/sell recommendations
  • Highlight consensus and divergence
  • Note the recency of viewpoints
  • 公平呈现多方和空方的所有观点
  • 如有可用内容,包含具体引用
  • 不得给出买入/卖出建议
  • 突出共识和分歧点
  • 注明观点的时效性