Administrator
2024-07-04 8677d39f64869de0b0a6dcb58f61597d6041a056
trade/backtest_trade.py
@@ -48,7 +48,7 @@
            if market_info:
                __BuyStrategyDataManager.add_market_info(market_info)
            need_buy, need_buy_msg = __BuyStrategyDataManager.add_transaction_info(t, True)
            need_buy, strategy_type, need_buy_msg = __BuyStrategyDataManager.add_transaction_info(t, True)
            if need_buy and code not in position_dict:
                # 持仓结果保存
                position_dict[code] = t