code_attribute/code_nature_analyse.py
@@ -560,8 +560,8 @@ items = datas[0 - day_count:] for item in items: limit_up_price = float(gpcode_manager.get_limit_up_price_by_preprice(code, item["pre_close"])) if abs(limit_up_price - item["high"]) < 0.001 and abs(limit_up_price - item["close"]) > 0.001: # 炸板 if abs(limit_up_price - item["high"]) < 0.001: # 炸板 # 或涨停 return True return False