行情区:MACD/RSI置于成交量下方、背离标注与全屏切换品种周期

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-06-02 14:33:33 +08:00
parent 84ac9134db
commit 5661ccf4ab
3 changed files with 371 additions and 39 deletions
+26 -2
View File
@@ -8,7 +8,7 @@
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600&family=Orbitron:wght@500;600;700&display=swap" rel="stylesheet" media="print" onload="this.media='all'" />
<noscript><link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600&family=Orbitron:wght@500;600;700&display=swap" rel="stylesheet" /></noscript>
<link rel="stylesheet" href="/assets/app.css?v=20260528-hub-chart-ind" />
<link rel="stylesheet" href="/assets/app.css?v=20260528-hub-ind-fs" />
</head>
<body>
<div class="app-bg" aria-hidden="true"></div>
@@ -123,6 +123,30 @@
<span class="ohlcv-item market-vol"><span class="k"></span><span id="mkt-v"></span></span>
<span class="ohlcv-item"><span class="k">振幅</span><span id="mkt-amp"></span></span>
</div>
<div id="market-div-legend" class="market-div-legend hidden" aria-live="polite"></div>
<div id="market-fs-toolbar" class="market-fs-toolbar hidden" aria-label="全屏行情控制">
<label class="market-field market-fs-field">
<span>交易所</span>
<select id="market-fs-exchange"></select>
</label>
<label class="market-field market-fs-field">
<span>币种</span>
<input id="market-fs-symbol" type="text" placeholder="BTC/USDT" autocomplete="off" />
</label>
<label class="market-field market-fs-field">
<span>周期</span>
<select id="market-fs-timeframe">
<option value="1m">1m</option>
<option value="5m">5m</option>
<option value="15m">15m</option>
<option value="1h">1h</option>
<option value="4h">4h</option>
<option value="1d">1d</option>
<option value="1w">1w</option>
</select>
</label>
<button type="button" id="market-fs-load" class="primary">加载</button>
</div>
</div>
<div id="market-pos-panel" class="market-pos-panel hidden" aria-label="持仓标记">
<div class="market-pos-row">
@@ -216,7 +240,7 @@
<div id="toast"></div>
<script src="https://unpkg.com/lightweight-charts@4.2.0/dist/lightweight-charts.standalone.production.js"></script>
<script src="/assets/chart.js?v=20260528-hub-price-tick"></script>
<script src="/assets/chart.js?v=20260528-hub-ind-fs"></script>
<script src="/assets/app.js?v=20260528-hub-tpsl-fix"></script>
</body>
</html>