| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- <!doctype html>
- <html lang="zh-CN">
- <head>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <title>Dragon 策略 HTML 总览</title>
- <style>
- :root{--bg:#efe6d4;--paper:#fffaf1;--ink:#1c2430;--muted:#5f6875;--line:#d9cfbc;--deep:#173f35;--teal:#0f766e;--sand:#f4ebdc;--shadow:0 10px 24px rgba(41,52,66,.06)}
- *{box-sizing:border-box} body{margin:0;font-family:"Segoe UI","PingFang SC","Microsoft YaHei",sans-serif;background:var(--bg);color:var(--ink)}
- .wrap{max-width:1380px;margin:0 auto;padding:22px 18px 42px} .nav{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:18px}
- .nav a{text-decoration:none;color:var(--deep);background:#fff8ef;border:1px solid var(--line);padding:9px 14px;border-radius:999px;font-size:13px}
- .hero{background:linear-gradient(135deg,#183f36 0%,#216858 52%,#eadbc0 52%,#f9f4e7 100%);color:#fff;padding:28px 30px;border-radius:22px;margin-bottom:18px;box-shadow:var(--shadow)}
- .hero h1{margin:0 0 8px;font-size:34px} .hero p{margin:0;max-width:980px;line-height:1.7;font-size:14px;color:rgba(255,255,255,.92)}
- .chips{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px} .chip{background:rgba(255,255,255,.14);padding:7px 12px;border-radius:999px;font-size:12px}
- .grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px;margin-bottom:18px} .panel,.section{background:var(--paper);border:1px solid var(--line);border-radius:18px;padding:18px;box-shadow:var(--shadow)}
- .panel h2,.section h2{margin:0 0 12px;color:var(--teal);font-size:20px} .metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
- .metric{background:var(--sand);border-radius:12px;padding:12px} .metric.good{background:#dff3ee} .metric.warn{background:#f7ecd1} .metric.risk{background:#f7dede}
- .metric-label{font-size:12px;color:var(--muted);margin-bottom:4px} .metric-value{font-size:20px;font-weight:700}
- .cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:16px} .card{border:1px solid var(--line);border-radius:16px;padding:16px;background:#fffdf9}
- .role{display:inline-block;background:#e4f4f0;color:var(--teal);border-radius:999px;padding:4px 10px;font-size:12px;font-weight:700;margin-bottom:8px} .name{font-size:18px;font-weight:700;margin-bottom:6px}
- .desc{font-size:13px;color:var(--muted);line-height:1.7;margin-bottom:10px} .facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px} .fact{background:#faf4e8;border:1px solid #e6dcc9;border-radius:12px;padding:10px}
- .callout{margin-top:12px;padding:12px 14px;border-left:4px solid #c28a2c;background:#f8efdf;border-radius:10px;font-size:13px;line-height:1.7;color:#5b4a2f}
- .chart-card{background:#fffdf9;border:1px solid var(--line);border-radius:16px;padding:14px} .chart-title{font-size:16px;font-weight:700;margin-bottom:8px;color:var(--deep)} .chart-sub{font-size:12px;color:var(--muted);margin-bottom:10px} .chart-wrap{overflow-x:auto}
- svg{width:100%;height:auto;display:block} table{width:100%;border-collapse:collapse;font-size:13px} th,td{padding:10px 12px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top} th{background:#f2e8d7}
- .snapshot-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:14px;margin-top:14px}
- .snapshot-card{border:1px solid var(--line);border-radius:14px;background:#fffdf9;padding:12px}
- .snapshot-title{font-size:14px;font-weight:700;color:var(--deep);margin-bottom:8px}
- .snapshot-rule{margin-bottom:8px;font-size:12px;color:var(--muted);line-height:1.5}
- .mini-table-wrap{overflow-x:auto}
- .mini-table{width:100%;border-collapse:collapse;font-size:12px}
- .mini-table th,.mini-table td{padding:6px 8px;border-bottom:1px solid #eadfcd;white-space:nowrap}
- .mini-table th{background:#f7efe0;font-size:11px;color:var(--muted)}
- .mini-table tr.event-row td{background:#e8f6f1;font-weight:700}
- .event-pill{display:inline-block;padding:2px 8px;border-radius:999px;background:#0f766e;color:#fff;font-size:11px}
- .signal-pill{display:inline-block;padding:2px 6px;border-radius:999px;background:#f1e5c9;color:#6b4f1d;font-size:11px}
- .trade-pill{display:inline-block;padding:2px 6px;border-radius:999px;color:#fff;font-size:11px;margin-right:4px}
- .trade-pill.real-buy{background:#1f7a5c}
- .trade-pill.real-sell{background:#b45309}
- .trade-pill.aux-buy{background:#2563eb}
- .trade-pill.aux-sell{background:#7c3aed}
- .summary-pill{display:inline-block;padding:2px 8px;border-radius:999px;background:#e9efe8;color:#1f2937;font-size:11px;margin:0 6px 6px 0}
- .snapshot-summary{margin-top:10px;padding:10px 12px;border:1px solid #e6dcc9;border-radius:12px;background:#faf6ed;font-size:12px;line-height:1.7;color:#3f4956}
- .snapshot-note{margin-top:8px;font-size:12px;color:var(--muted);line-height:1.6}
- .badge{display:inline-block;padding:3px 9px;border-radius:999px;color:#fff;font-size:12px;font-weight:700} .empty{color:var(--muted)} .footer{margin-top:18px;text-align:right;color:var(--muted);font-size:12px}
- @media (max-width:720px){.hero h1{font-size:28px} .metrics,.facts{grid-template-columns:1fr} th,td{padding:8px 9px;font-size:12px}}
- </style>
- </head>
- <body><div class="wrap"><div class="nav"><a href="dragon_reports_index.html">总览首页</a><a href="dragon_daily_signal_report.html">每日报告</a><a href="dragon_forward_weekly_review.html">每周报告</a><a href="dragon_historical_trade_details.html">历史明细</a><a href="dragon_indicator_strategy_guide_cn.html">指标原理</a><a href="dragon_html_report_quickstart_cn.html">极简说明</a><a href="dragon_html_report_usage_cn.html">详细说明</a><a href="html_reports/dragon_daily_signal_report_2026-06-04.html">日报归档</a><a href="html_reports/dragon_forward_weekly_review_2026-06-04.html">周报归档</a></div><div class="hero"><h1>Dragon 策略 HTML 总览</h1><p>这里是 dragon/v2 的统一 HTML 入口。当前覆盖 `399673` 的三条策略:重构基线、平衡对照、RC1 前向默认。直接打开日报和周报即可查看,不需要再翻 markdown。</p><div class="chips"><div class="chip">请求日期 2026-06-04</div><div class="chip">最新交易日 2026-06-04</div><div class="chip">标的 399673</div></div></div><div class="grid"><div class="panel"><h2>RC1 摘要</h2><div class="metrics"><div class="metric good"><div class="metric-label">RC1 年化</div><div class="metric-value">31.32%</div></div><div class="metric good"><div class="metric-label">RC1 总收益</div><div class="metric-value">1424.12%</div></div><div class="metric good"><div class="metric-label">RC1 PF</div><div class="metric-value">5.11</div></div><div class="metric plain"><div class="metric-label">RC1 交易笔数</div><div class="metric-value">91</div></div></div></div><div class="panel"><h2>分支对照</h2><div class="metrics"><div class="metric plain"><div class="metric-label">control 年化</div><div class="metric-value">28.70%</div></div><div class="metric plain"><div class="metric-label">baseline 年化</div><div class="metric-value">26.18%</div></div><div class="metric plain"><div class="metric-label">RC1 BUY对齐</div><div class="metric-value">90</div></div><div class="metric plain"><div class="metric-label">RC1 SELL对齐</div><div class="metric-value">90</div></div></div></div></div><div class="section"><h2>三策略对照</h2><div class="cards"><div class="card"><div class="role">重构基线</div><div class="name">workbook_preserving</div><div class="desc">尽量保留工作簿结构,适合重构核对与审计。</div><div class="facts"><div class="fact"><div class="metric-label">年化</div><div class="metric-value">26.18%</div></div><div class="fact"><div class="metric-label">总收益</div><div class="metric-value">923.08%</div></div><div class="fact"><div class="metric-label">PF</div><div class="metric-value">3.37</div></div><div class="fact"><div class="metric-label">交易笔数</div><div class="metric-value">106</div></div><div class="fact"><div class="metric-label">BUY对齐</div><div class="metric-value">105</div></div><div class="fact"><div class="metric-label">最新持仓</div><div class="metric-value">是</div></div></div><div class="callout">最新真实事件:2026-05-06 BUY dual_gold_resonance_buy<br>SELL 对齐:105</div></div><div class="card"><div class="role">平衡对照</div><div class="name">alpha_first_selective_veto</div><div class="desc">平衡版本,兼顾一致性与收益质量。</div><div class="facts"><div class="fact"><div class="metric-label">年化</div><div class="metric-value">28.70%</div></div><div class="fact"><div class="metric-label">总收益</div><div class="metric-value">1146.08%</div></div><div class="fact"><div class="metric-label">PF</div><div class="metric-value">4.04</div></div><div class="fact"><div class="metric-label">交易笔数</div><div class="metric-value">102</div></div><div class="fact"><div class="metric-label">BUY对齐</div><div class="metric-value">101</div></div><div class="fact"><div class="metric-label">最新持仓</div><div class="metric-value">是</div></div></div><div class="callout">最新真实事件:2026-05-06 BUY dual_gold_resonance_buy<br>SELL 对齐:101</div></div><div class="card"><div class="role">前向默认 / RC1</div><div class="name">RC1 / alpha_first_glued_refined_hot_cap</div><div class="desc">当前量化结果最强的 RC1 前向默认分支。</div><div class="facts"><div class="fact"><div class="metric-label">年化</div><div class="metric-value">31.32%</div></div><div class="fact"><div class="metric-label">总收益</div><div class="metric-value">1424.12%</div></div><div class="fact"><div class="metric-label">PF</div><div class="metric-value">5.11</div></div><div class="fact"><div class="metric-label">交易笔数</div><div class="metric-value">91</div></div><div class="fact"><div class="metric-label">BUY对齐</div><div class="metric-value">90</div></div><div class="fact"><div class="metric-label">最新持仓</div><div class="metric-value">是</div></div></div><div class="callout">最新真实事件:2026-05-06 BUY dual_gold_resonance_buy<br>SELL 对齐:90</div></div></div></div>
- <div class="section">
- <h2>收益与回撤可视化</h2>
- <div class="grid">
- <div class="chart-card"><div class="chart-title">累计净值曲线</div><div class="chart-sub">按交易结束顺序绘制三条策略的累计净值。</div><div class="chart-wrap"><svg viewBox="0 0 1120 320"><line x1="46" y1="16.0" x2="1100" y2="16.0" stroke="#e8decb" stroke-width="1"/><text x="38" y="20.0" text-anchor="end" font-size="11" fill="#6b7280">15.24</text><line x1="46" y1="84.0" x2="1100" y2="84.0" stroke="#e8decb" stroke-width="1"/><text x="38" y="88.0" text-anchor="end" font-size="11" fill="#6b7280">11.69</text><line x1="46" y1="152.0" x2="1100" y2="152.0" stroke="#e8decb" stroke-width="1"/><text x="38" y="156.0" text-anchor="end" font-size="11" fill="#6b7280">8.14</text><line x1="46" y1="220.0" x2="1100" y2="220.0" stroke="#e8decb" stroke-width="1"/><text x="38" y="224.0" text-anchor="end" font-size="11" fill="#6b7280">4.59</text><line x1="46" y1="288.0" x2="1100" y2="288.0" stroke="#e8decb" stroke-width="1"/><text x="38" y="292.0" text-anchor="end" font-size="11" fill="#6b7280">1.04</text><polyline fill="none" stroke="#8b6f47" stroke-width="2.5" points="46.0,287.8 56.0,288.0 66.1,285.3 76.1,285.1 86.2,284.1 96.2,284.5 106.2,284.8 116.3,285.7 126.3,286.3 136.3,285.8 146.4,286.0 156.4,285.9 166.5,286.0 176.5,285.9 186.5,286.0 196.6,286.1 206.6,286.3 216.6,286.8 226.7,287.1 236.7,286.6 246.8,286.9 256.8,285.6 266.8,286.5 276.9,287.1 286.9,287.0 297.0,287.2 307.0,284.7 317.0,284.9 327.1,285.3 337.1,285.2 347.1,285.7 357.2,286.1 367.2,286.3 377.3,286.9 387.3,287.0 397.3,287.7 407.4,287.6 417.4,286.9 427.4,287.2 437.5,287.1 447.5,287.4 457.6,281.0 467.6,281.5 477.6,282.3 487.7,283.1 497.7,283.6 507.8,283.3 517.8,280.4 527.8,280.1 537.9,280.9 547.9,273.1 557.9,272.3 568.0,272.8 578.0,261.4 588.1,258.1 598.1,259.0 608.1,247.4 618.2,246.0 628.2,236.8 638.2,232.3 648.3,232.5 658.3,233.8 668.4,235.3 678.4,232.2 688.4,231.6 698.5,235.8 708.5,237.3 718.6,241.4 728.6,241.5 738.6,243.5 748.7,241.5 758.7,229.2 768.7,230.9 778.8,229.6 788.8,228.8 798.9,226.5 808.9,219.5 818.9,218.0 829.0,218.2 839.0,221.2 849.0,218.1 859.1,219.4 869.1,220.1 879.2,218.1 889.2,218.8 899.2,218.4 909.3,211.6 919.3,212.7 929.4,215.9 939.4,220.2 949.4,202.2 959.5,205.3 969.5,209.0 979.5,209.9 989.6,209.8 999.6,210.7 1009.7,211.3 1019.7,175.7 1029.7,173.1 1039.8,177.5 1049.8,179.1 1059.8,183.5 1069.9,179.0 1079.9,178.0 1090.0,112.1 1100.0,112.0"/><line x1="880" y1="34" x2="900" y2="34" stroke="#8b6f47" stroke-width="3"/><text x="908" y="38" font-size="12" fill="#374151">workbook_preserving</text><polyline fill="none" stroke="#0f766e" stroke-width="2.5" points="46.0,287.8 56.4,288.0 66.9,285.3 77.3,285.1 87.7,284.1 98.2,284.5 108.6,284.8 119.0,285.7 129.5,286.3 139.9,285.8 150.4,286.0 160.8,285.9 171.2,286.0 181.7,285.9 192.1,286.0 202.5,286.1 213.0,286.3 223.4,286.8 233.8,287.1 244.3,286.6 254.7,286.9 265.1,285.6 275.6,286.5 286.0,287.1 296.5,287.0 306.9,287.2 317.3,284.7 327.8,284.9 338.2,285.3 348.6,285.2 359.1,285.7 369.5,286.1 379.9,286.3 390.4,286.9 400.8,287.0 411.2,287.7 421.7,287.6 432.1,286.9 442.6,287.2 453.0,287.1 463.4,287.4 473.9,281.0 484.3,281.5 494.7,282.3 505.2,283.1 515.6,283.6 526.0,283.3 536.5,280.4 546.9,280.1 557.3,280.9 567.8,273.1 578.2,272.3 588.7,272.8 599.1,261.4 609.5,258.1 620.0,259.0 630.4,247.4 640.8,246.0 651.3,236.8 661.7,232.3 672.1,232.5 682.6,233.8 693.0,235.3 703.4,232.2 713.9,231.6 724.3,233.2 734.8,233.3 745.2,235.6 755.6,233.4 766.1,219.6 776.5,221.4 786.9,220.1 797.4,219.2 807.8,216.5 818.2,208.7 828.7,207.0 839.1,207.2 849.5,210.5 860.0,207.1 870.4,208.6 880.9,209.3 891.3,207.1 901.7,207.9 912.2,207.5 922.6,199.8 933.0,201.1 943.5,179.1 953.9,182.9 964.3,187.4 974.8,188.5 985.2,188.3 995.6,189.5 1006.1,190.2 1016.5,146.8 1027.0,143.6 1037.4,149.1 1047.8,151.1 1058.3,156.4 1068.7,150.9 1079.1,149.7 1089.6,69.4 1100.0,69.3"/><line x1="880" y1="52" x2="900" y2="52" stroke="#0f766e" stroke-width="3"/><text x="908" y="56" font-size="12" fill="#374151">alpha_first_selective_veto</text><polyline fill="none" stroke="#c05621" stroke-width="2.5" points="46.0,287.8 57.7,288.0 69.4,285.3 81.1,285.1 92.8,284.1 104.6,284.5 116.3,284.8 128.0,285.7 139.7,286.3 151.4,285.8 163.1,286.0 174.8,285.9 186.5,285.7 198.2,285.8 210.0,286.3 221.7,286.6 233.4,286.0 245.1,284.6 256.8,285.6 268.5,285.4 280.2,285.6 291.9,282.9 303.6,283.1 315.4,283.6 327.1,283.5 338.8,284.0 350.5,284.4 362.2,284.6 373.9,285.3 385.6,285.4 397.3,286.1 409.0,286.1 420.8,285.3 432.5,285.2 444.2,278.2 455.9,278.8 467.6,279.7 479.3,280.5 491.0,280.2 502.7,277.0 514.4,276.6 526.2,267.6 537.9,266.7 549.6,267.2 561.3,254.0 573.0,250.2 584.7,251.3 596.4,237.8 608.1,236.1 619.8,225.5 631.6,220.3 643.3,220.5 655.0,222.2 666.7,218.5 678.4,217.9 690.1,219.8 701.8,219.9 713.5,222.6 725.2,220.0 737.0,203.7 748.7,205.9 760.4,204.3 772.1,203.2 783.8,200.1 795.5,190.8 807.2,188.8 818.9,189.1 830.6,193.0 842.4,189.0 854.1,190.7 865.8,191.6 877.5,189.0 889.2,189.9 900.9,189.5 912.6,180.4 924.3,181.9 936.0,156.0 947.8,160.5 959.5,161.8 971.2,161.6 982.9,163.1 994.6,164.0 1006.3,110.9 1018.0,107.0 1029.7,113.6 1041.4,116.0 1053.2,122.6 1064.9,115.8 1076.6,114.3 1088.3,16.1 1100.0,16.0"/><line x1="880" y1="70" x2="900" y2="70" stroke="#c05621" stroke-width="3"/><text x="908" y="74" font-size="12" fill="#374151">RC1 / alpha_first_glued_refined_hot_cap</text></svg></div></div>
- <div class="chart-card"><div class="chart-title">年度收益对比</div><div class="chart-sub">按卖出年份聚合,观察不同年份的稳定性。</div><div class="chart-wrap"><svg viewBox="0 0 1120 320"><line x1="46" y1="268.5" x2="1100" y2="268.5" stroke="#c9b89f" stroke-width="1.5"/><text x="98.7" y="308" text-anchor="middle" font-size="11" fill="#6b7280">2016</text><rect x="54.0" y="222.2" width="18.0" height="46.3" fill="#8b6f47" rx="3"/><rect x="77.0" y="222.2" width="18.0" height="46.3" fill="#0f766e" rx="3"/><rect x="100.0" y="219.2" width="18.0" height="49.2" fill="#c05621" rx="3"/><text x="204.1" y="308" text-anchor="middle" font-size="11" fill="#6b7280">2017</text><rect x="159.4" y="268.5" width="18.0" height="15.5" fill="#8b6f47" rx="3"/><rect x="182.4" y="268.5" width="18.0" height="15.5" fill="#0f766e" rx="3"/><rect x="205.4" y="264.2" width="18.0" height="4.2" fill="#c05621" rx="3"/><text x="309.5" y="308" text-anchor="middle" font-size="11" fill="#6b7280">2018</text><rect x="264.8" y="268.5" width="18.0" height="1.0" fill="#8b6f47" rx="3"/><rect x="287.8" y="268.5" width="18.0" height="1.0" fill="#0f766e" rx="3"/><rect x="310.8" y="263.9" width="18.0" height="4.5" fill="#c05621" rx="3"/><text x="414.9" y="308" text-anchor="middle" font-size="11" fill="#6b7280">2019</text><rect x="370.2" y="173.9" width="18.0" height="94.6" fill="#8b6f47" rx="3"/><rect x="393.2" y="173.9" width="18.0" height="94.6" fill="#0f766e" rx="3"/><rect x="416.2" y="148.9" width="18.0" height="119.6" fill="#c05621" rx="3"/><text x="520.3" y="308" text-anchor="middle" font-size="11" fill="#6b7280">2020</text><rect x="475.6" y="16.0" width="18.0" height="252.5" fill="#8b6f47" rx="3"/><rect x="498.6" y="16.0" width="18.0" height="252.5" fill="#0f766e" rx="3"/><rect x="521.6" y="16.0" width="18.0" height="252.5" fill="#c05621" rx="3"/><text x="625.7" y="308" text-anchor="middle" font-size="11" fill="#6b7280">2021</text><rect x="581.0" y="93.0" width="18.0" height="175.5" fill="#8b6f47" rx="3"/><rect x="604.0" y="93.0" width="18.0" height="175.5" fill="#0f766e" rx="3"/><rect x="627.0" y="84.1" width="18.0" height="184.4" fill="#c05621" rx="3"/><text x="731.1" y="308" text-anchor="middle" font-size="11" fill="#6b7280">2022</text><rect x="686.4" y="247.2" width="18.0" height="21.2" fill="#8b6f47" rx="3"/><rect x="709.4" y="206.3" width="18.0" height="62.2" fill="#0f766e" rx="3"/><rect x="732.4" y="206.3" width="18.0" height="62.2" fill="#c05621" rx="3"/><text x="836.5" y="308" text-anchor="middle" font-size="11" fill="#6b7280">2023</text><rect x="791.8" y="215.6" width="18.0" height="52.8" fill="#8b6f47" rx="3"/><rect x="814.8" y="215.6" width="18.0" height="52.8" fill="#0f766e" rx="3"/><rect x="837.8" y="215.6" width="18.0" height="52.8" fill="#c05621" rx="3"/><text x="941.9" y="308" text-anchor="middle" font-size="11" fill="#6b7280">2024</text><rect x="897.2" y="152.4" width="18.0" height="116.0" fill="#8b6f47" rx="3"/><rect x="920.2" y="115.8" width="18.0" height="152.7" fill="#0f766e" rx="3"/><rect x="943.2" y="98.5" width="18.0" height="170.0" fill="#c05621" rx="3"/><text x="1047.3" y="308" text-anchor="middle" font-size="11" fill="#6b7280">2025</text><rect x="1002.6" y="110.7" width="18.0" height="157.7" fill="#8b6f47" rx="3"/><rect x="1025.6" y="110.7" width="18.0" height="157.7" fill="#0f766e" rx="3"/><rect x="1048.6" y="110.7" width="18.0" height="157.7" fill="#c05621" rx="3"/><rect x="875" y="26" width="14" height="14" fill="#8b6f47" rx="3"/><text x="897" y="37" font-size="12" fill="#374151">workbook_preserving</text><rect x="875" y="44" width="14" height="14" fill="#0f766e" rx="3"/><text x="897" y="55" font-size="12" fill="#374151">alpha_first_selective_veto</text><rect x="875" y="62" width="14" height="14" fill="#c05621" rx="3"/><text x="897" y="73" font-size="12" fill="#374151">RC1 / alpha_first_glued_refined_hot_cap</text></svg></div></div>
- </div>
- <div style="margin-top:16px;"><table><thead><tr><th>策略</th><th>交易笔数</th><th>总收益</th><th>年化</th><th>最大回撤</th><th>回撤持续笔数</th><th>Calmar</th></tr></thead><tbody><tr><td>workbook_preserving</td><td>106</td><td>923.08%</td><td>26.18%</td><td>-15.54%</td><td>36</td><td>1.69</td></tr><tr><td>alpha_first_selective_veto</td><td>102</td><td>1146.08%</td><td>28.70%</td><td>-14.84%</td><td>36</td><td>1.93</td></tr><tr><td>RC1 / alpha_first_glued_refined_hot_cap</td><td>91</td><td>1424.12%</td><td>31.32%</td><td>-12.79%</td><td>16</td><td>2.45</td></tr></tbody></table></div>
- </div>
- <div class="section"><h2>可直接打开的文件</h2><table><thead><tr><th>页面</th><th>路径</th><th>说明</th></tr></thead><tbody><tr><td>总览首页</td><td>dragon_reports_index.html</td><td>统一入口</td></tr><tr><td>每日报告</td><td>dragon_daily_signal_report.html</td><td>三策略最新状态、监控、分歧</td></tr><tr><td>每周报告</td><td>dragon_forward_weekly_review.html</td><td>前向观察周度汇总</td></tr><tr><td>历史明细</td><td>dragon_historical_trade_details.html</td><td>逐笔核对历史交易与资金变化</td></tr><tr><td>指标原理</td><td>dragon_indicator_strategy_guide_cn.html</td><td>面向普通投资者的指标与策略讲解</td></tr><tr><td>极简说明</td><td>dragon_html_report_quickstart_cn.html</td><td>给非技术使用者看的快速上手</td></tr><tr><td>详细说明</td><td>dragon_html_report_usage_cn.html</td><td>完整使用说明</td></tr><tr><td>日报归档</td><td>html_reports/dragon_daily_signal_report_2026-06-04.html</td><td>当日快照</td></tr><tr><td>周报归档</td><td>html_reports/dragon_forward_weekly_review_2026-06-04.html</td><td>当周快照</td></tr></tbody></table></div><div class="footer">Dragon v2 HTML reports</div></div></body></html>
|