{% load static %}

🚀 决策 Workflow

环境评估 → 方向选择 → 板块偏好 → 推优筛选 → 交易计划 → 审批执行

进入新 Workflow
1
环境评估
2
方向选择
3
板块偏好
4
推优筛选
5
交易计划
6
审批执行
{% if alpha_decision_chain_overview %}

Alpha 决策链收束

Top 10 → 可行动 → 待执行,页面按同一条链路展示
{{ alpha_decision_chain_overview.top_ranked_count|default:0 }} Top 10 排名
{{ alpha_decision_chain_overview.top10_actionable_count|default:0 }} Top10 中可行动
{{ alpha_decision_chain_overview.top10_pending_count|default:0 }} Top10 中待执行
·
{{ alpha_decision_chain_overview.top10_rank_only_count|default:0 }} 仍仅在 Top10
{% if alpha_decision_chain_overview.actionable_outside_top10_count or alpha_decision_chain_overview.pending_outside_top10_count %}
链外可行动 {{ alpha_decision_chain_overview.actionable_outside_top10_count|default:0 }} 链外待执行 {{ alpha_decision_chain_overview.pending_outside_top10_count|default:0 }}
{% endif %}
{% endif %} {% with exit_watchlist=alpha_exit_entry_watchlist|default:alpha_exit_watchlist exit_watch_summary=alpha_exit_entry_watch_summary|default:alpha_exit_watch_summary %} {% if exit_watchlist %}

退出待办

先在右侧核对退出契约与调仓计划,再决定是否进入工作台继续执行。

{{ exit_watchlist|length }} 条待处理
{% if exit_watch_summary.total %}
立即处理 {{ exit_watch_summary.urgent_count|default:0 }} SELL {{ exit_watch_summary.sell_count|default:0 }} REDUCE {{ exit_watch_summary.reduce_count|default:0 }} HOLD {{ exit_watch_summary.hold_count|default:0 }}
{% endif %} {% if alpha_exit_entry_hidden_count %}

已自动收起 {{ alpha_exit_entry_hidden_count }} 条已采纳 / 已忽略项,避免首页重复提醒;仍可在右侧详情面板继续核对。

{% endif %}
{% for item in exit_watchlist|slice:":3" %}
{{ item.asset_code }} {% if item.asset_name %} {{ item.asset_name }} {% endif %} {{ item.exit_action_label }}
账户: {{ item.account_name }} 退出来源: {{ item.exit_source }} 决策侧: {{ item.decision_side_label }}
{{ item.priority_label }} {% if item.stop_loss_price %} 止损 {{ item.stop_loss_price }} {% endif %} {{ item.contract_status_label }}
{{ item.exit_reason_text|default:"当前未触发退出动作。" }}
查看右侧详情 不会离开当前页 进入决策工作台
{% endfor %}
{% endif %} {% endwith %}

Alpha 推荐资产 (展示 {{ alpha_stock_scores|slice:":5"|length }} / 共 {{ alpha_stock_scores|length|default:0 }})

这里只展示已通过账户 scope、数据新鲜度和风控 readiness 的资产;研究排名请进入完整排名页核对。

📋 查看完整排名
{% if alpha_stock_scores %} {% for stock in alpha_stock_scores|slice:":5" %}
{{ stock.code }} {% if stock.name %} {{ stock.name }} {% endif %} 排名 #{% if stock.rank %}{{ stock.rank }}{% else %}{{ forloop.counter }}{% endif %}
{% if stock.alpha_score != None %} Alpha: {{ stock.alpha_score|floatformat:3 }} {% elif stock.score != None %} Alpha: {{ stock.score|floatformat:3 }} {% endif %} {% if stock.confidence != None %} 置信度: {{ stock.confidence|floatformat:2 }} {% endif %} {% if stock.source %} 来源: {{ stock.source }} {% endif %} {% if stock.asof_date %} 日期: {{ stock.asof_date }} {% endif %}
{{ stock.stage_label|default:"Alpha 推荐排名" }} {% if stock.buy_reason_summary %} {{ stock.buy_reason_summary }} {% endif %} {% if stock.invalidation_summary %} 证伪: {{ stock.invalidation_summary }} {% endif %}
🔍 在 Workflow 中查看 📝 进入 Step 4
{% endfor %} {% else %}
📊

暂无可信 Alpha 推荐资产

{% if alpha_stock_scores_meta.blocked_reason %} {{ alpha_stock_scores_meta.blocked_reason }} {% elif alpha_stock_scores_meta.no_recommendation_reason %} {{ alpha_stock_scores_meta.no_recommendation_reason }} {% else %} 当前没有通过 readiness 的账户推荐;系统不会用市场 broad pool、硬编码股票池、静态名单或默认 ETF 冒充推荐。 {% endif %}

{% if alpha_stock_scores_meta.uses_cached_data and alpha_stock_scores_meta.effective_asof_date %}

当前只拿到截至 {{ alpha_stock_scores_meta.effective_asof_date }} 的历史结果,首页不会把这类缓存结果当成可执行推荐展示。

{% endif %}
{% endif %}
{% if actionable_candidates %}

可行动候选 (展示 {{ actionable_candidates|length }} / 共 {{ alpha_actionable_count|default:0 }})

{% if valuation_repair_config_summary %}
估值修复参数 v{{ valuation_repair_config_summary.version }} 目标 {{ valuation_repair_config_summary.target_percentile|floatformat:2 }} 低估 {{ valuation_repair_config_summary.undervalued_threshold|floatformat:2 }} 接近目标 {{ valuation_repair_config_summary.near_target_threshold|floatformat:2 }} 高估 {{ valuation_repair_config_summary.overvalued_threshold|floatformat:2 }}
{% endif %} {% for candidate in actionable_candidates %}
{{ candidate.asset_code }} {% if candidate.asset_name %} {{ candidate.asset_name }} {% endif %} {% if candidate.direction == 'LONG' %}做多{% elif candidate.direction == 'SHORT' %}做空{% else %}中性{% endif %}
置信度: {{ candidate.confidence|floatformat:2 }} {{ candidate.asset_class }}
{{ candidate.chain_stage_label|default:"可行动候选" }} {{ candidate.origin_stage_label|default:"当前不在 Top 10" }} {% if candidate.current_top_score != None %} Alpha {{ candidate.current_top_score|floatformat:3 }} {% endif %}
{% if candidate.valuation_repair %}
修复: {{ candidate.valuation_repair.phase }} {% if candidate.valuation_repair.signal %} {{ candidate.valuation_repair.signal }} {% endif %}
综合分位: {% if candidate.valuation_repair.composite_percentile is not None %} {{ candidate.valuation_repair.composite_percentile|floatformat:2 }} {% else %} - {% endif %} 修复进度: {% if candidate.valuation_repair.repair_progress is not None %} {{ candidate.valuation_repair.repair_progress|floatformat:2 }} {% else %} - {% endif %} ETA: {% if candidate.valuation_repair.estimated_days_to_target %} {{ candidate.valuation_repair.estimated_days_to_target }}d {% else %} - {% endif %}
{% else %}
未命中估值修复快照
{% endif %}
🔍 在 Workflow 中查看 📝 进入 Step 4
{% endfor %}
{% else %}

暂无通过触发器和风控约束的可行动候选

创建触发器
{% endif %}

待执行队列 ({{ pending_count|default:0 }})

{% if pending_requests %} {% for req in pending_requests|slice:":5" %}
{{ req.asset_code }} {% if req.asset_name %} {{ req.asset_name }} {% endif %} {{ req.direction }}
请求ID: {{ req.request_id|truncatechars:16 }} 状态: {{ req.execution_status }}
{{ req.chain_stage_label|default:"待执行队列" }} {{ req.origin_stage_label|default:"当前不在 Top 10" }} {% if req.current_top_score != None %} Alpha {{ req.current_top_score|floatformat:3 }} {% endif %}
去 Step 5
{% endfor %} {% else %}

当前无待执行请求

{% endif %}