feat(library): event_volatility macro-event strategy corpus - #8
Merged
Conversation
11 new source/IR pairs for red-folder release trading: - event_impulse_pullback_long/short - reaction-only continuation - cpi_impulse_pullback_long/short - release-aware twin-armed trap - event_false_first_move_long/short - failed-break reversal - event_second_leg_long/short - compression-then-break continuation - event_liquidity_halt / event_release_integrity_halt / event_whipsaw_halt - PAUSE-only event controls All entries stay inside the baseline v0.1.0 subset and compile to byte-stable 0.1.0 IR via compile_to_dict(). Adds the macro-event signal contract (docs/event_signal_contract.md), library README signal tables, execution tests for twin-arm mutual exclusivity, entry-window gating, and the integrity halt. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
PR A - Nano event corpus (Red-Folder Event Strategy Program)
Adds
nano/library/event_volatility/- 11 source/IR pairs for deterministic red-folder release trading, per the Aether Red-Folder Event Strategy Program.Strategies
event_impulse_pullback_long/_shortcpi_impulse_pullback_long/_shortRELEASE_CONFIRMEDand mutually exclusiveCPI_COOL_SCORE/CPI_HOT_SCOREevent_false_first_move_long/_shortevent_second_leg_long/_shortevent_liquidity_halt/event_release_integrity_halt/event_whipsaw_haltGuarantees
every, oneif, AND-chained nonnegative literals); all IR compiled viacompile_to_dict(), byte-stablenanoIrVersion: 0.1.0.docs/event_signal_contract.md(full host signal contract) + library README macro-event signal table.EXPECTED_CATEGORIES; new execution tests cover twin-arm mutual exclusivity,ENTRY_WINDOW_OPENgating, and the integrity halt.Evidence
py -m pytest -q-> 375 passed, 2 skipped.Known limitations
Rollback: revert this commit; the category is additive and nothing on the host side imports it until the ATSv2 event plane lands.
🤖 Generated with Claude Code