补充调仓日期诊断
This commit is contained in:
@@ -8135,7 +8135,7 @@ impl Strategy for PlatformExprStrategy {
|
||||
)
|
||||
},
|
||||
format!(
|
||||
"selected={} periodic_rebalance={} exits={} projected_positions={} intents={} limit={} decision_date={} selection_market_date={} selection_universe_factor_date={} selection_factor_date={} execution_date={} budget_total={:.2} marked_total={:.2} day_total={:.2}",
|
||||
"selected={} periodic_rebalance={} exits={} projected_positions={} intents={} limit={} decision_date={} signal_rebalance_date_count={} signal_rebalance_match={} selection_market_date={} selection_universe_factor_date={} selection_factor_date={} execution_date={} budget_total={:.2} marked_total={:.2} day_total={:.2}",
|
||||
stock_list.len(),
|
||||
periodic_rebalance,
|
||||
exit_symbols.len(),
|
||||
@@ -8143,6 +8143,8 @@ impl Strategy for PlatformExprStrategy {
|
||||
order_intents.len(),
|
||||
selection_limit,
|
||||
decision_date,
|
||||
self.config.signal_rebalance_dates.len(),
|
||||
self.config.signal_rebalance_dates.contains(&decision_date),
|
||||
selection_market_date,
|
||||
selection_universe_factor_date,
|
||||
selection_factor_date,
|
||||
|
||||
Reference in New Issue
Block a user