{% extends "base.html" %} {% load static %} {% block title %}宏观数据中心 - AgomTradePro{% endblock %} {% block extra_css %} {% endblock %} {% block content %} {% include "components/classic_tui_migration_banner.html" with screen_key="macro-regime.overview" action_key="macro.overview-summary" %} {{ initial_history_rows|json_script:"initialHistoryRowsData" }} {{ macro_risk_timeline|json_script:"macroRiskTimelineData" }}
📊
指标种类
{{ stats.total_indicators }}
📈
数据记录
{{ stats.total_records }}
🔄
可自动抓取
{{ sync_supported_indicator_count }}
📅
最新更新
{% if stats.latest_date != '-' %} {{ stats.latest_date|date:"Y-m-d" }} {% else %} - {% endif %}
{% with rg=regime_summary %}

Regime 宏观象限

{% if rg.observed_at %} {{ rg.observed_at }} {% endif %}
{{ rg.regime_label|default:"未知" }}
{{ rg.regime_name|default:"Unknown" }} / 置信度 {{ rg.confidence_pct|default:0|floatformat:0 }}%
来源 {{ rg.source|default:"-" }} {% if rg.is_fallback %}Fallback{% endif %}
{% if rg.warnings %}
{% for warning in rg.warnings %}{{ warning }}{% if not forloop.last %} · {% endif %}{% endfor %}
{% endif %}
{% endwith %} {% with pc=pulse_card %} {% include "components/pulse_card.html" with pulse_observed_at=pc.pulse_observed_at pulse_composite=pc.pulse_composite pulse_strength=pc.pulse_strength growth_score=pc.growth_score growth_signal=pc.growth_signal growth_pct=pc.growth_pct inflation_score=pc.inflation_score inflation_signal=pc.inflation_signal inflation_pct=pc.inflation_pct liquidity_score=pc.liquidity_score liquidity_signal=pc.liquidity_signal liquidity_pct=pc.liquidity_pct sentiment_score=pc.sentiment_score sentiment_signal=pc.sentiment_signal sentiment_pct=pc.sentiment_pct pulse_transition_warning=pc.pulse_transition_warning pulse_transition_direction=pc.pulse_transition_direction pulse_transition_reasons=pc.pulse_transition_reasons pulse_is_reliable=pc.pulse_is_reliable pulse_stale_count=pc.pulse_stale_count only %} {% endwith %} {% with mt=market_thermometer %} {% if mt %} {% include "components/market_thermometer_card.html" with market_temperature_observed_at=mt.market_temperature_observed_at market_temperature_score=mt.market_temperature_score market_temperature_band=mt.market_temperature_band market_temperature_band_label=mt.market_temperature_band_label market_temperature_change_5d=mt.market_temperature_change_5d market_temperature_change_20d=mt.market_temperature_change_20d market_temperature_change_5d_arrow=mt.market_temperature_change_5d_arrow market_temperature_change_20d_arrow=mt.market_temperature_change_20d_arrow market_temperature_is_hot=mt.market_temperature_is_hot market_temperature_is_overheat=mt.market_temperature_is_overheat market_temperature_threshold_source=mt.market_temperature_threshold_source market_temperature_components=mt.market_temperature_components market_temperature_top_reasons=mt.market_temperature_top_reasons market_temperature_degraded=mt.market_temperature_degraded market_temperature_blocked_reason=mt.market_temperature_blocked_reason only %} {% endif %} {% endwith %}

Regime / Pulse / 温度时间轴

{{ macro_risk_timeline.period.start }} 至 {{ macro_risk_timeline.period.end }}

市场温度 Pulse Regime
显示区间
暂无可展示区间
📈
选择一个指标查看趋势
从左侧列表点击指标名称
{% load static %} {% endblock %}