From efe62c0c92bee36da5179f34bb73e8ee4db6f814 Mon Sep 17 00:00:00 2001
From: Administrator <admin@example.com>
Date: 星期二, 10 六月 2025 10:37:41 +0800
Subject: [PATCH] 买入金额>=30亿/L后撤只囊括100w以上的

---
 l2_data_util.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/l2_data_util.py b/l2_data_util.py
index f3fe5b0..24c66ac 100644
--- a/l2_data_util.py
+++ b/l2_data_util.py
@@ -59,7 +59,7 @@
 # 鑾峰彇澶ц祫閲戠殑閲戦
 def get_big_money_val(limit_up_price, is_ge=False):
     if is_ge:
-        return min(299 * 10000, round(limit_up_price * 2999 * 100))
+        return min(299 * 10000, round(limit_up_price * 2900 * 100))
     else:
         if limit_up_price > 3.0:
             return min(299 * 10000, round(limit_up_price * 7999 * 100))

--
Gitblit v1.8.0