Administrator
2024-11-04 3da6b577db3dcec38a3a3ed6a6230d0598ca072a
l2/l2_data_manager_new.py
@@ -962,7 +962,7 @@
        money_y = min(money_y, 50)
        money_y = max(money_y, 5)
        # 计算大单参考数量
        threshold_count = int(round(0.4 * money_y)) * 2
        threshold_count = int(round(0.4 * money_y)) * 4
        threshold_money = threshold_count * 299 * 10000
        volume_rate_info = cls.volume_rate_info.get(code)