//! Backtesting Framework
//!
//! A comprehensive backtesting engine for strategy evaluation with:
//! - Event-driven architecture
//! - Realistic commission and slippage models
//! - Pos and portfolio tracking
//! - Extensive performance metrics
pub use ;
pub use ;
pub use PerformanceMetrics;
pub use ;
pub use ;
pub use ;