| | |
| | | import os |
| | | |
| | | import constant |
| | | import l2_data_util |
| | | from db import mysql_data_delegate as mysql_data |
| | | from huaxin_client import l1_subscript_codes_manager |
| | | from third_data.kpl_data_constant import LimitUpCodesBlockRecordManager |
| | |
| | | if code not in self.__code_sell_money_dict: |
| | | self.__code_sell_money_dict[code] = [0, 0] |
| | | |
| | | if not tool.is_ge_code(code) and item[2][2] < 299e4: |
| | | return |
| | | if not tool.is_ge_code(code): |
| | | big_money = l2_data_util.get_big_money_val(item[2][4]) |
| | | if item[2][2] < big_money: |
| | | # 不是常规定义的大单就返回 |
| | | return |
| | | if tool.is_ge_code(code) and item[2][2] < 299e4 and item[2][1] < 290000: |
| | | return |
| | | if item[1] == 0: |