| | |
| | | radical_buy_strategy.clear_data(code, force=True) |
| | | |
| | | # 设置扫入数据 |
| | | RadicalCodeMarketInfoManager().set_market_info(code, time_str,limit_up_price, data["buy"][0], |
| | | RadicalCodeMarketInfoManager().set_market_info(code, time_str, limit_up_price, data["buy"][0], |
| | | sell_1_info) |
| | | # 判断是否下单 |
| | | state = CodesTradeStateManager().get_trade_state_cache(code) |
| | |
| | | global_data_loader.load_zyltgb_volume_from_db() |
| | | # 获取最近7天涨停数最多的板块 |
| | | try: |
| | | if not KPLPlateForbiddenManager().list_all_cache(): |
| | | if not KPLPlateForbiddenManager().list_all_cache() and tool.get_now_time_as_int() > int("070000"): |
| | | # 没有添加过的时候需要重新添加 |
| | | datas_ = LatestLimitUpBlockManager().statistics_limit_up_block_infos() |
| | | if datas_: |