Administrator
13 小时以前 c8d828e625fa5b3ae6232666ac2c0e5f51a62c54
trade/auto_add_want_buy_strategy.py
@@ -88,6 +88,9 @@
            # if today_volume / max_volume < 0.3:
            #     continue
            logger_debug.info("自动加想")
            # 自动移黑+加想
            if l2_trade_util.is_in_forbidden_trade_codes(code):
                l2_trade_util.remove_from_forbidden_trade_codes(code)
            gpcode_manager.WantBuyCodesManager().add_code(code)
            trade_record_log_util.add_want_buy(code, "自动加")
        except Exception as e: