Administrator
2023-04-21 0ed2c53acd278d57a39390fd4db78c5aaf088e0a
l2/l2_data_util.py
@@ -452,6 +452,10 @@
                start_index = len(temp_str.split(","))
                return new_index_list[start_index], new_index_list[start_index:start_index + len(queues)]
            return None, None
        # 3个数据以上的不需要判断最近的一次未涨停时间
        if len(queueList) >= 3:
            latest_not_limit_up_time = None
        # 判断匹配的位置是否可信
        def is_trust(indexes):