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 }}

+