| | |
| | | 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): |
| | | # 判断是否太高 |
| | |
| | | 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万以上的大单了,计算备用 |