chore: 更新 fidc-backtest-engine - 2026-05-07

This commit is contained in:
boris
2026-05-07 03:49:26 -07:00
parent e06a1e88e5
commit adc2f12ddf
4 changed files with 436 additions and 8 deletions

View File

@@ -9,6 +9,7 @@ pub mod futures;
pub mod instrument;
pub mod metrics;
pub mod platform_expr_strategy;
pub mod platform_runtime_schema;
pub mod platform_strategy_spec;
pub mod portfolio;
pub mod rules;
@@ -50,6 +51,11 @@ pub use platform_expr_strategy::{
PlatformRebalanceSchedule, PlatformScheduleFrequency, PlatformTradeAction,
PlatformUniverseActionKind,
};
pub use platform_runtime_schema::{
PLATFORM_RUNTIME_SCHEMA_VERSION, PlatformRuntimeSchema, reserved_scope_names,
rhai_builtin_functions, rhai_keywords, runtime_helper_functions, runtime_schema,
runtime_schema_json,
};
pub use platform_strategy_spec::{
DynamicRangeConfig, IndexThrottleConfig, MovingAverageFilterConfig, SkipWindowConfig,
StrategyBenchmarkSpec, StrategyEngineConfig, StrategyExecutionSpec,