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++) {