Administrator
2023-12-01 95e52fd8db1d2801110cc84f1e4bd42a546a4a5c
third_data/kpl_block_util.py
@@ -145,7 +145,7 @@
        if k[3] == code:
            # 获取当前代码涨停时间
            limit_up_time = int(k[5])
        if shsz and k[3].find("00") != 0 and k[3].find("60") != 0:
        if shsz and not tool.is_shsz_code(k[3]):
            continue
        # 剔除高位板
        if k[3] in yesterday_current_limit_up_codes:
@@ -175,7 +175,7 @@
        if k[0] == code:
            # 获取当前代码涨停时间
            limit_up_time = int(k[2])
        if shsz and k[0].find("00") != 0 and k[0].find("60") != 0:
        if shsz and not tool.is_shsz_code(k[0]):
            continue
        # 剔除高位板
        if k[0] in yesterday_current_limit_up_codes: