From 07b85ae9f22a377b26910ca8f5638fa3896bb686 Mon Sep 17 00:00:00 2001 From: dekun Date: Tue, 19 May 2026 14:38:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E7=BB=9F=E8=AE=A1=E5=88=86?= =?UTF-8?q?=E6=9E=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- crypto_monitor_binance/app.py | 6 ++-- crypto_monitor_binance/templates/index.html | 39 +++++++++++++++++++-- crypto_monitor_binance/更新文档.md | 3 +- crypto_monitor_gate/app.py | 6 ++-- crypto_monitor_gate/templates/index.html | 39 +++++++++++++++++++-- crypto_monitor_gate/更新文档.md | 3 +- 6 files changed, 82 insertions(+), 14 deletions(-) diff --git a/crypto_monitor_binance/app.py b/crypto_monitor_binance/app.py index c7b58c9..9ea64c9 100644 --- a/crypto_monitor_binance/app.py +++ b/crypto_monitor_binance/app.py @@ -919,10 +919,10 @@ ENTRY_REASON_OPTIONS = ( ) STATS_SEGMENT_DEFS = ( - ("all", "全部已平仓", {"segment": "all"}), - ("manual", "人工·下单监控", {"segment": "manual"}), + ("all", "全部交易", {"segment": "all"}), + ("manual", "下单监控", {"segment": "manual"}), ("key_box", "关键位箱体突破", {"segment": "key_box"}), - ("key_conv", "关键位收敛突破", {"segment": "key_conv"}), + ("key_conv", "关键位收敛结构", {"segment": "key_conv"}), ("key_fib618", "关键位斐波0.618", {"segment": "key_fib618"}), ("key_fib786", "关键位斐波0.786", {"segment": "key_fib786"}), ) diff --git a/crypto_monitor_binance/templates/index.html b/crypto_monitor_binance/templates/index.html index eb5d626..2708c0d 100644 --- a/crypto_monitor_binance/templates/index.html +++ b/crypto_monitor_binance/templates/index.html @@ -715,12 +715,21 @@
持仓占用导致错过(累计)
{{ occupied_miss_total }}
- 统计分析按北京时间 {{ stats_bundle.stats_reset_hour }}:00切日计入;下列为各品类已平仓。历史总开仓(累计): + 统计分析按北京时间 {{ stats_bundle.stats_reset_hour }}:00切日计入(与顶栏 UTC 列表窗无关)。历史总开仓(累计): {{ stats_bundle.total_opens_all }}
+
+ +
{% for seg in stats_bundle.segments %} -
-

{{ seg.title }}

+
- 统计分析按北京时间 {{ stats_bundle.stats_reset_hour }}:00切日计入;下列为各品类已平仓。历史总开仓(累计): + 统计分析按北京时间 {{ stats_bundle.stats_reset_hour }}:00切日计入(与顶栏 UTC 列表窗无关)。历史总开仓(累计): {{ stats_bundle.total_opens_all }}
+
+ +
{% for seg in stats_bundle.segments %} -
-

{{ seg.title }}

+