czsc-trader 1.0.0

Multi-strategy trading engine of the czsc framework (most users should depend on the `czsc` facade instead): signal compilation, CzscTrader/CzscSignals state machines, parameter optimization.
1
2
3
4
5
6
7
pub mod catalog;
pub mod compiler;
pub mod runtime;
pub mod scheduler;

pub use compiler::{ExecutionPlan, ExecutionPlanInput};
pub use runtime::{CoreLoopProfileV2, RunOutput, UnifiedExecEngine};