[codex] add stock alpha and growth pullback research suites - #5
Merged
Conversation
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.
What changed
stock_alpharesearch suite and result exportsgrowth_pullbackresearch suite, follow-up spec-lock studies, and result exportsWhy
These files are a self-contained research bundle. They are not runtime changes; they package the unpublished backtest work that the later IBKR paper-line decisions were based on.
Impact
Validation
python -m py_compile research/backtest_stock_alpha_*.py research/backtest_growth_pullback*.py research/backtest_cash_buffer_branch_daily_overlay.py tests/test_stock_alpha_*.py tests/test_growth_pullback*.py tests/test_cash_buffer_branch_daily_overlay.pypytest tests/test_stock_alpha_suite.py tests/test_stock_alpha_v1_robustness.py tests/test_stock_alpha_v1_1_spec_lock.py tests/test_stock_alpha_v1_1b_candidate_gate.py tests/test_growth_pullback_suite.py tests/test_growth_pullback_v1_1_spec_lock.py tests/test_growth_pullback_v1_2_geometry_repair.py tests/test_growth_pullback_v1_3_spec_normalization.py tests/test_growth_pullback_v1_4_cash_buffer_refinement.py tests/test_growth_pullback_v1_5_freeze_review.py tests/test_cash_buffer_branch_daily_overlay.py