Administrator
8 小时以前 2f00a0565dcf8d652b8bb5c4caefbce1c2c92d62
strategy/strategy_manager.py
@@ -192,7 +192,7 @@
        """
        IS_BY_BIG_ORDER = False
        BIG_ORDER_MONEY_THRESHOLD = 200e4
        big_order_deals = self.__LowSuctionOriginDataExportManager.export_big_order_deal(BIG_ORDER_MONEY_THRESHOLD)
        big_order_deals = self.__LowSuctionOriginDataExportManager.export_big_order_deal(BIG_ORDER_MONEY_THRESHOLD, max_deal_space = 3)
        if not big_order_deals or IS_BY_BIG_ORDER:
            big_order_deals = self.__LowSuctionOriginDataExportManager.export_big_order_deal_by(
                BIG_ORDER_MONEY_THRESHOLD)
@@ -406,6 +406,8 @@
        }
        exec(self.scripts, global_dict)
        compute_result = global_dict["compute_result"]
        async_log_util.info(logger_trade, f"{code}:{compute_result}")
        if compute_result[0]:
            if code in sv.成交代码:
                return