今日大盘研判
{{ report.trade_date }} · {{ report.prompt_version }}
{{ sentimentLabel }}
{{ error }}
📊
点击"生成研判"开始(首次 30-60 秒)
今日个性化持仓建议
{{ recommend.as_of }} · prompt={{ recommend.prompt_version }} · weights={{ recommend.weights_version }}
{{ error2 }}
{{ recommend.overall_position }}
{{ recommend.overall_view }}
{{ r.name }} {{ r.symbol }}
{{ actionLabel(r.action) }}
建议仓位 {{ r.target_weight_pct }}%
{{ r.horizon_days || 5 }}日
置信 {{ Math.round((r.confidence||0)*100) }}%
{{ r.reasoning }}
{{ factorLabel(k) }}: {{ v }}
⚠ {{ r.risks.join(' / ') }}
观察池
{{ w.name }} ({{ w.symbol }})
{{ recommend.disclaimer }}
🎯
尚无今日推荐,点上方按钮生成
生成耗时约 20-40 秒(拉数据 + LLM 推理)
我的持仓
| 名称 | 代码 | 股数 | 成本价 | 现价 | 市值 | 盈亏 | |
|---|---|---|---|---|---|---|---|
| {{ h.name }} | {{ h.symbol }} | {{ h.shares.toLocaleString() }} | {{ h.avg_cost?.toFixed(2) }} | {{ h.current_price?.toFixed(2) || '-' }} | {{ h.current_value ? '¥'+h.current_value.toLocaleString() : '-' }} | {{ h.pnl != null ? (h.pnl > 0 ? '+' : '') + h.pnl.toFixed(2) : '-' }} ({{ h.pnl_pct > 0 ? '+' : '' }}{{ h.pnl_pct.toFixed(2) }}%) | |
| 合计 | ¥{{ totalValue.toLocaleString() }} | {{ totalPnl > 0 ? '+' : '' }}{{ totalPnl.toFixed(2) }} | |||||
尚无持仓,点击右上角添加
3 年多策略累计收益曲线
样本 {{ summaryS.settled_records }}/{{ summaryS.total_records }} 已结算 · 日期范围 {{ summaryS.trade_date_range?.min || '-' }} ~ {{ summaryS.trade_date_range?.max || '-' }}
注:曲线为各策略当日 buy 推荐的简化日均收益累积净值,与基准沪深 300 同坐标对比。仅供研究。
策略排行榜
| 策略 | 样本 | 命中率 | 胜率 | 平均收益 | 超额收益 | 最大盈/亏 |
|---|---|---|---|---|---|---|
| {{ strategyLabel(row.strategy) }} 🏆 | {{ row.samples }} | {{ (row.hit_rate*100).toFixed(1) }}% | {{ (row.win_rate*100).toFixed(1) }}% | {{ row.avg_return > 0 ? '+' : '' }}{{ row.avg_return.toFixed(2) }}% | {{ row.avg_excess_return > 0 ? '+' : '' }}{{ row.avg_excess_return.toFixed(2) }}% | {{ row.max_gain }}% / {{ row.max_loss }}% |
尚无已结算样本,等回测跑出数据
3 年回测控制台
状态{{ btStatus.stage }} {{ btStatus.running ? '...' : '' }}
进度{{ btStatus.done_dates }}/{{ btStatus.total_dates }} 日
累计预测{{ btStatus.total_predictions }}
错误数{{ btStatus.errors }}
当前日期{{ btStatus.last_date }}
开始时间{{ btStatus.started_at }}
查看某策略每日预测
{{ r.trade_date }}
{{ r.name }}
({{ r.symbol }})
{{ actionLabel(r.action) }}
{{ r.actual_return == null ? '…' : (r.actual_return > 0 ? '+' : '') + r.actual_return.toFixed(2) + '%' }}
✓
✗
{{ r.reasoning?.slice(0, 80) }}
该策略尚无记录
最近推荐复盘
| 日期 | 股票 | 动作 | 实际% | 基准% | 命中 |
|---|---|---|---|---|---|
| {{ r.trade_date }} | {{ r.name }} {{ r.symbol }} | {{ actionLabel(r.action) }} | {{ r.actual_return != null ? (r.actual_return > 0 ? '+' : '') + r.actual_return.toFixed(2) : '待结算' }} | {{ r.benchmark_return != null ? r.benchmark_return.toFixed(2) : '-' }} | ✓ ✗ … |
暂无推荐记录
命中率统计
{{ stats.recent_50?.hit_rate != null ? (stats.recent_50.hit_rate*100).toFixed(0) + '%' : '-' }}
最近 {{ stats.recent_50?.total || 0 }} 条已结算
{{ actionLabel(k) }}
{{ v.hits }}/{{ v.total }} ({{ ((v.hit_rate||0)*100).toFixed(0) }}%) 平均 {{ v.avg_return }}%
因子权重 {{ stats?.factor_weights?.version }}
{{ factorLabel(k) }}
{{ (v*100).toFixed(0) }}%
Prompt 命中率
{{ k }}
{{ v.hits }}/{{ v.total }} ({{ (v.hit_rate*100).toFixed(0) }}%)
⚠ 本站所有内容由 AI 自动生成,仅供研究参考,不构成投资建议。股市有风险,决策需谨慎。