Administrator
2024-11-04 78a81374f1aa9605e06bb2d6bfa38a74bb27d8ef
增加日志
2个文件已修改
6 ■■■■ 已修改文件
constant.py 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
third_data/code_plate_key_manager.py 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
constant.py
@@ -199,7 +199,7 @@
MIN_CODE_RADICAL_BUY_PRICE = 3
# 扫入的自由流通市值区间
RADICAL_BUY_ZYLTGB_AS_YI_RANGES = [(5, 40), (200, 10000)]
RADICAL_BUY_ZYLTGB_AS_YI_RANGES = [(5, 500), (500, 1000)]
# L2数据是否载入完成
L2_DATA_IS_LOADED = False
third_data/code_plate_key_manager.py
@@ -1367,8 +1367,8 @@
            if RedicalBuyDataManager.can_buy(history_before_codes_info[0][0],
                                             DealAndDelegateWithBuyModeDataManager().get_deal_codes())[0]:
                return False, f"开1数量:{count},前排代码可买:{history_before_codes_info[0]}"
            return True, f"开1数量:{count},前排代码不可买:{history_before_codes_info[0]},历史前排-{history_before_codes_info}"
        return True, f"开1数量:{count},历史-{history_index + 1} 实时-{current_index + 1}, 前排代码-{current_before_codes_info}"
            return True, f"开1数量:{count},前排代码不可买:{history_before_codes_info[0]},历史前排-{history_before_codes_info},开1代码-{open_limit_up_block_codes}"
        return True, f"开1数量:{count},历史-{history_index + 1} 实时-{current_index + 1}, 前排代码-{current_before_codes_info}, 开1代码-{open_limit_up_block_codes}"
    @classmethod
    def __is_radical_buy_with_block_up(cls, code, block, yesterday_limit_up_codes):