feat: execute full Basic strategy catalog - #145
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
Why
The editor exposed a full sample catalog, but the live trading runtime only supported the RSI path. A READY strategy must remain server-executable after personal-bot launch and must react to ordered real-time market events without browser participation.
Impact
Every editor-visible Basic block can now participate in live evaluation. Missing history or partial candles fail closed and cannot emit orders.
Peak and completed-bar counters are intentionally fail-safe in-memory state and restart from current durable position state after worker restart. Extraordinary one-off exchange closures still require an approved exchange-status authority.
Validation
:modules:strategy-runtime:test:apps:trading-worker:testgit diff --check origin/develop...HEADGovernance
This is a draft implementation of the isolated Basic catalog proposal. Protected
specs/**andcontracts/**were not changed. Integration and release require fresh exact-commit product-authority approval.