Add walk-forward dashboard mode and a full robustness suite - #15
Merged
Conversation
- Backtest/Walk-forward mode switch in the dashboard, with its own sidebar, live progress bar, and a Gross vs Net results section. - Backtest mode exposes missing_value_policy, volume-based slippage, and portfolio exposure/turnover/position caps. - Robustness tab: bootstrap, permutation test, and parameter sensitivity, individually or via "Run all" — attached to the HTML report. In Walk-forward mode, stress tests and sensitivity re-run the whole walk-forward selection process, not a plain backtest. - CLI: stress-test, bootstrap, permutation-test, sensitivity, and a robustness orchestrator, driven by a config's new `robustness:` block. - Dashboard captions explaining how to read bootstrap/permutation output. - Add Semgrep (p/ci ruleset) to pre-commit. - Fixes: CLI robustness commands no longer overwrite each other's saved artifacts; walk-forward OOS results are labelled correctly in reports instead of "full-sample"; smoother, more accurate progress-bar ETA.
…hardening - Checkpoint/resume for walk-forward, stress-test and sensitivity runs (CLI and dashboard): progress is saved to disk as it goes, so an interruption (Ctrl+C, crash, restart) resumes instead of starting over. New `--fresh` flag to discard a checkpoint and start clean. - Live progress bar with ETA in the terminal too (walk-forward, stress-test, sensitivity, robustness), matching the dashboard's estimate. - Pin GitHub Actions to commit SHAs and add a Dependabot cooldown, per Semgrep CI findings. - Fix: a walk-forward report-regeneration test depended on the ambient git state instead of pinning it, so it failed on any non-clean checkout.
…d-dashboard-expansion # Conflicts: # .github/workflows/semgrep.yml
…g and dashboard expansion
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
robustness:block.