Administrator
2024-02-20 487417258104faf7d66c3ec8be3b9242376b56ed
G撤bug修改/注释掉6天涨幅过高
2个文件已修改
8 ■■■■ 已修改文件
code_attribute/first_target_code_data_processor.py 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
l2/cancel_buy_strategy.py 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
code_attribute/first_target_code_data_processor.py
@@ -146,8 +146,9 @@
                            continue
                    if code_nature_analyse.is_price_too_high_in_days(volumes_data, limit_up_price):
                        # 判断是否太高
                        l2_trade_util.forbidden_trade(code, "6天内股价长得太高")
                        continue
                        # l2_trade_util.forbidden_trade(code, "6天内股价长得太高")
                        # continue
                        pass
                    if code_nature_analyse.is_continue_limit_up_not_enough_fall_dwon(volumes_data):
                        # 判断是否太高
l2/cancel_buy_strategy.py
@@ -1790,6 +1790,9 @@
                final_watch_indexes = origin_watch_index | watch_indexes
                self.__watch_indexes_dict[code] = final_watch_indexes
                l2_log.g_cancel_debug(code, f"大单监听:{final_watch_indexes}")
                # 有大单监听,需要移除之前的小单监听
                if code in self.__watch_indexes_by_dict:
                    self.__watch_indexes_by_dict[code].clear()
        else:
            l2_log.g_cancel_debug(code, f"没有大单监听,开始计算小单:{start_index}-{real_order_index}")
            # 没有300万以上的大单了,计算备用