Coding

Market Sentiment

Try it

Analyzes stock market sentiment using a four-dimension model to score 0-100, define market states, and provide actionable insights.

What it does

基于**四维度市场情绪评估模型**,对大盘环境进行诊断分析,输出 0–100 综合评分及对应的市场状态。

The skill document

📊 Market Sentiment — 市场情绪分析器

基于四维度市场情绪评估模型,对大盘环境进行诊断分析,输出 0–100 综合评分及对应的市场状态。

核心功能

  • analyze — 综合情绪分析(含评分、状态、操作建议)
  • score — 评分明细(四维度 + ASCII 条形图)
  • trend — 多日趋势追踪
  • summary — 一句话市场诊断

四维度模型

| 维度 | 满分 | 权重 | 说明 | |------|------|------| | 情绪极端度 | 30 | 30% | 涨停/跌停比、涨跌比、连板效应 | | 趋势极端度 | 30 | 30% | 指数涨跌幅、MA20 偏离、平均涨跌 | | 量能极端度 | 20 | 20% | 量比、成交额变化 | | 宽度极端度 | 20 | 20% | MA20 占比、新高/新低比、大小盘分化 |

状态映射

评分状态planner 参数
≥ 75超买 (overbought)bear
65–74偏强 (strong)strong
45–64中性 (neutral)oscillate
30–44偏弱 (weak)weak
< 30超卖 (oversold)moderate

集成工作流

本工具是股票分析工具链中的一环,完整链路如下:

fund-flow (资金面) ──┐
                     ├──→ stock-screener (多因子选股) ──→ stock-planner (交易计划)
market-signals (技术面) ──┘
market-sentiment (情绪面) ──→ 提供 market 参数给 stock-planner
# 1. 分析市场情绪
python3 scripts/sentiment.py analyze --file market_data.csv

# 2. 获取市场参数,传给 stock-planner
python3 scripts/stock_planner.py --plan \
  --market $(python3 scripts/sentiment.py summary --file market_data.csv | grep 'planner' | awk '{print $NF}')

触发关键词

市场情绪、大盘环境、sentiment、market context、情绪分析、大盘诊断、market state、overbought、oversold、市场状态

法律免责声明

重要声明:

  1. 非投资建议:本工具输出的所有评分、状态、操作建议仅供参考,不构成任何形式的投资建议、买卖推荐或业绩承诺。
  2. 数据准确性:本工具的分析结果依赖于输入数据的准确性和完整性。作者不对数据源错误、缺失或延迟导致的任何损失承担责任。
  3. 用户决策:所有投资决策应由用户独立做出。用户应结合自身风险承受能力、财务状况和专业意见进行判断。
  4. 过往表现:历史数据的分析结果不代表未来市场表现。市场存在不可预测的风险因素。
  5. 责任限制:在法律允许的最大范围内,作者和贡献者不对因使用本工具产生的任何直接或间接损失承担责任。

Disclaimer (English):

  1. Not Investment Advice: All scores, statuses, and suggestions are for reference only and do not constitute investment advice.
  2. Data Accuracy: Analysis depends on input data quality. The author is not liable for data source errors.
  3. User Decision: All investment decisions should be made independently by the user.
  4. Past Performance: Historical analysis does not guarantee future results.
  5. Limitation of Liability: To the maximum extent permitted by law, the author and contributors shall not be liable for any losses arising from the use of this tool.

Related skills

Market-wide sentiment dashboard with VIX, Put/Call ratio, Fear & Greed Index, market breadth, and sector rotation analysis. Classifies current regime as risk...

Read-only US stock market data for AI agents — prices, sentiment, insider trades, congressional disclosures, and earnings calendars under one free API key.

32 installs1 stars

AI-powered stock analysis using AlphaGBM's Five Pillars framework (Fundamental, Technical, Sentiment, Flow, Valuation) with real market data. Returns a 1-10...

Market heatmap of the US stock market as one self-contained interactive HTML page the agent can show inline or hand over as a file: every stock in an index drawn as a treemap tile, sized by market cap, grouped by GICS sector, coloured by today's move, with a click to recolour the whole board by sentiment, SentiSense Score, mention volume or options interest, plus sector Market Mood, a ticker search, sector zoom and a hover card on every tile. One API call per render on any tier. The agent fetches with a read-only API key and bakes the board in, so the page carries no key, makes no network call of its own, and renders anywhere that draws HTML. Use for market heatmap, sector heatmap, stock market heatmap today, what is moving today, which sectors are hot, market mood by sector, sector performance map, heatmap by sentiment, heatmap by options activity, nasdaq 100 heatmap. Read-only. No trading, no purchases, no write operations, no wallet access.

1 stars

Build a stock market dashboard as a single self-contained HTML file you can open in a browser. Generates a morning market briefing from live data: a fear-to-greed market mood gauge with its component signals, sentiment breadth, sector heat, the biggest 7-day attention shifts, an options radar, a watchlist with sentiment scores and analyst consensus, insider cluster buys, congressional trades, institutional flows, overnight story clusters, and the week's earnings calendar. No backend, no build step, no dependencies, one file. Use for "build me a stock market dashboard", "make a stock dashboard html", "morning market briefing", "watchlist dashboard", "daily market report". Read-only. No trading, no purchases, no write operations, no wallet access.

1 installs1 stars

Get adversarial, evidence-grounded US equity research where investor personas debate and record dissents.

31 installs2 stars

More from ChengQian

Browse all skills

🔎 多因子选股器 v1.0.2。连接 fund-flow / market-signals → stock-planner 的桥梁。 支持按 RSI、均线信号、量比、主力资金、PE、PB、市值、价格、涨跌幅等条件多因子筛选, 以及综合评分排序、单股明细分析、因子相关性分析。 Use when: 需要根据技术面/资金面/基本面条件筛选股票、 对多股票综合评分排序、因子相关性分析、为交易计划(stock-planner)准备候选池。 触发关键词:选股、筛选、screener、多因子、scan、multi-factor、因子评分 数据源兼容性: - market-signals 的输出(包含

by ChengQian1 stars

Skill上架合规检查器(面向国内平台)。在上传前检查skill是否符合国内监管要求,包括金融敏感词、免责声明、安全红线等。

by ChengQian1 installs