对齐 AiQuant RQAlpha 回测语义
This commit is contained in:
@@ -2127,7 +2127,12 @@ where
|
||||
}
|
||||
}
|
||||
|
||||
portfolio.update_prices(execution_date, &self.data, PriceField::Close)?;
|
||||
portfolio.update_prices_with_options(
|
||||
execution_date,
|
||||
&self.data,
|
||||
PriceField::Close,
|
||||
self.broker.same_day_buy_close_mark_at_fill(),
|
||||
)?;
|
||||
|
||||
let post_trade_open_orders = self.open_order_views();
|
||||
let visible_order_events = result
|
||||
|
||||
Reference in New Issue
Block a user