AI Agent Hub
Back to skills
Futures Contract Trend Analysis icon

Futures Contract Trend Analysis

Professional Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Please install @user_ad82e584/trend-analysis-for-futures-v1-20260701 by following the guide at https://skillhub.cn/install/skillhub.md.

About this skill

What problem it solves

In futures analysis, the useful question is often not “what is the indicator value,” but whether an instrument is in a trend, how strong the trend is, and where support/resistance lies. Manual review requires comparing daily, 4H, and 1H charts, then checking moving averages, momentum, and volatility indicators. That can miss multi-timeframe resonance or misread short-term noise as the main trend. This skill targets active traders and trend followers by turning multi-timeframe trend assessment into a repeatable workflow that answers direction, strength, position, and risk.

How it works

It orchestrates the futures-market-data and futures-technical-analysis MCP services to fetch market data and compute technical indicators, then evaluates resonance across daily, 4H, and 1H timeframes. Core outputs include:
- Trend direction: long, short, or weakening structure
- Trend strength: confidence based on indicator alignment
- Key levels: support and resistance locations
- Output modes: conversational text, JSON signal json, or HTML report report

In practice, you can specify the instrument and timeframes, for example with --variety 沪铜 --timeframes 日线,4H,1H --mode text for a quick conclusion, or use --mode report --output report.html to generate a structured file. When the market API is not connected, it can run with sample data or user-provided CSV files, uploads, and recent price descriptions for offline analysis.

Scope and caveats

This skill is suitable for trend direction, trend strength, and support/resistance assessment. It is not intended for single indicator lookups, real-time snapshots, fundamental supply/demand analysis, deep open interest/volume interpretation, or cross-market correlation analysis. Trend output is not a trading instruction; results should be paired with stop-loss awareness and the disclaimer that content is for reference only and not investment advice.

Use Cases

  • During intraday review, determine the long/short direction, trend strength, and whether short-term support and resistance remain valid for Shanghai copper.
  • When writing a rebar trend analysis, confirm direction alignment across daily, 4H, and 1H timeframes and list key levels.
  • Monitor whether the gold trend is weakening by checking directional alignment among MA, MACD, and BOLL indicators.
  • When the market API is unavailable, paste crude oil CSV candle data to run offline multi-timeframe trend analysis.

Best For

  • Trend followers who need to judge medium- to long-term direction, trend strength, and key entry/exit reference levels.
  • Active traders who need to confirm short-term direction, detect intraday trend shifts, and locate support and resistance.
  • Futures strategy researchers who need to organize multi-timeframe trend signals into text, JSON, or report outputs for monitoring.