A system to evaluate trading strategies on historical data.
Essential for testing strategy effectiveness before deploying with real capital. Allows optimization of parameters and comparison of different approaches.
Create a new module `backtest/mod.rs` with a framework for running strategies against historical data, tracking trade entry/exit points, and calculating performance.
Backtesting Framework