trade/current_price_process_manager.py
@@ -47,7 +47,7 @@ if tool.is_ge_code(code): # 创业板的涨幅需要打折 rate = rate / 2 if rate >= 0 and not trade_manager.ForbiddenBuyCodeByScoreManager().is_in_cache(code): if rate >= 0: # 暂存涨幅为正的代码 _code_list.append((rate, code, 1 if is_want_buy else 0)) elif is_want_buy: