Run a Backtest
To run a backtest, follow these steps:
- Ensure your environment is set up with
uv sync. - Run the Dagster UI:
uv run dg dev. - Trigger the backtest pipeline for the desired time range.
- Monitor the progress in the Dagster UI.
- The backtest results will be saved to the configured storage location and tracked in MLflow.