Administrator
2024-07-29 b9bf21dca8ed7c7c196e1d1713689f7a342a54d7
utils/init_data_util.py
@@ -107,7 +107,7 @@
            # 是否有涨停
            limit_up_price = float(gpcode_manager.get_limit_up_price_by_preprice(code, item["pre_close"]))
            # 不看超过60天的涨停
            if abs(limit_up_price - item["high"]) < 0.01 and i <= 59:
            if abs(limit_up_price - item["high"]) < 0.001 and i <= 59:
                # 涨停
                next_volume = 0
                if i > 0: