From 4c3dd86c374a4742afb8a78f939db140a078bff8 Mon Sep 17 00:00:00 2001 From: fish Date: Fri, 24 Jul 2026 17:41:45 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=9F=E4=B8=80FG2610=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E7=BB=93=E6=9E=84=E4=B8=8E=E5=85=B6=E5=AE=83=E5=90=88=E7=BA=A6?= =?UTF-8?q?=E4=B8=80=E8=87=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 振幅锁仓策略/fg2610.html | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/振幅锁仓策略/fg2610.html b/振幅锁仓策略/fg2610.html index 23987ba..7851cca 100644 --- a/振幅锁仓策略/fg2610.html +++ b/振幅锁仓策略/fg2610.html @@ -54,9 +54,6 @@ .drawer .close-btn:hover { color: var(--fg); } .amp-cell { cursor: pointer; text-decoration: underline; text-decoration-style: dotted; text-underline-offset: 3px; } .amp-cell:hover { color: #3b82f6; } - .nav-link { color: var(--sub); font-size: 0.82rem; margin-bottom: 4px; } - .nav-link a { color: #3b82f6; text-decoration: none; } - .nav-link a:hover { text-decoration: underline; } @@ -67,9 +64,7 @@

返回总览  |  FG2609  |  FG2610  |  FG2611  |  FG2701

振幅算法:近 5 日均振幅 = 过去 5 个交易日 (最高 − 最低) 的均值,结果四舍五入取整

-
-

FG2610 玻璃

- +
@@ -90,8 +85,7 @@ -
日期星期开盘收盘最高最低最高最低差价振幅
2026/7/1周三101510071015100015-
2026/7/2周四100510071014100014-
2026/7/23周四9489379519312022
2026/7/24周五9389449479281921
2026/7/27周一----018
-
+
@@ -137,8 +131,7 @@ document.querySelectorAll('.amp-cell').forEach(function(cell) { var row = cell.parentElement; var tbl = row.closest('table'); var rows = tbl.querySelectorAll('tr'); - var h2 = tbl.closest('.section').querySelector('h2'); - var product = h2.childNodes[h2.childNodes.length - 1].textContent.trim(); + var product = 'FG2610 玻璃'; var ranges = []; for (var i = 1; i < rows.length; i++) {