Administrator
2023-04-21 0ed2c53acd278d57a39390fd4db78c5aaf088e0a
l2/l2_data_util.py
@@ -175,7 +175,7 @@
    count = data["count"]
    data = data["data"]
    # 获取涨停价
    return day, client, channel, code, capture_time, process_time, data,count
    return day, client, channel, code, capture_time, process_time, data, count
# 元数据是否有差异
@@ -453,6 +453,10 @@
                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):
            cha = []