fix suspend query condition in backtest engine
This commit is contained in:
parent
bc60a6115f
commit
65eac38c95
@ -268,8 +268,8 @@ class BacktestEngine:
|
||||
"suspend",
|
||||
ts_code,
|
||||
trade_date,
|
||||
"trade_date = ?",
|
||||
[trade_date],
|
||||
"ts_code = ?",
|
||||
[ts_code],
|
||||
auto_refresh=False, # 避免在回测中触发自动补数
|
||||
)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user