| | |
| | | # import gm.api as gmapi |
| | | |
| | | from code_attribute import big_money_num_manager, global_data_loader, gpcode_manager, gpcode_first_screen_manager |
| | | from code_attribute.code_nature_analyse import LatestMaxVolumeManager, HighIncreaseCodeManager |
| | | from code_attribute.code_nature_analyse import LatestMaxVolumeManager, HighIncreaseCodeManager, CodeNatureRecordManager |
| | | from db.redis_manager_delegate import RedisUtils |
| | | from l2.l2_sell_manager import L2MarketSellManager |
| | | from ths import client_manager |
| | |
| | | L2MarketSellManager().clear() |
| | | # 涨幅过高代码 |
| | | HighIncreaseCodeManager().clear() |
| | | # 股性清除 |
| | | CodeNatureRecordManager().clear() |
| | | |
| | | |
| | | # 每日初始化 |