code_attribute/code_nature_analyse.py
@@ -561,7 +561,7 @@ for item in items: limit_up_price = float(gpcode_manager.get_limit_up_price_by_preprice(code, item["pre_close"])) limit_down_price = float(gpcode_manager.get_limit_down_price_by_preprice(code, item["pre_close"])) if abs(limit_up_price - item["high"]) < 0.001 or abs(limit_down_price - item["close"]): if abs(limit_up_price - item["high"]) < 0.001 or abs(limit_down_price - item["close"]) < 0.001: # 炸板 # 或涨停 # 或者跌停 return True return False