区分指数与股票滚动复权口径
This commit is contained in:
@@ -5912,12 +5912,10 @@ impl PlatformExprStrategy {
|
||||
"open",
|
||||
lookback,
|
||||
),
|
||||
"signal_close" => ctx.data.market_current_numeric_values(
|
||||
day.date,
|
||||
&self.config.signal_symbol,
|
||||
"close",
|
||||
lookback,
|
||||
),
|
||||
"signal_close" => {
|
||||
ctx.data
|
||||
.market_closes_up_to(day.date, &self.config.signal_symbol, lookback)
|
||||
}
|
||||
"signal_volume" => ctx.data.market_current_numeric_values(
|
||||
day.date,
|
||||
&self.config.signal_symbol,
|
||||
|
||||
Reference in New Issue
Block a user