PR #128 — TDX Manual Signal Bridge v1 - #127
Merged
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.
Summary
Adds the first manual TongdaXin signal bridge for QuantPilot-AI-Next.
This PR connects the existing daily candidate, AI shadow, account state,
A-share execution reality, and paper ledger infrastructure to a manual
TongdaXin workflow.
It does not add broker order execution or automated trading.
Added
tdx_manual_signal_bridgemoduleDailyPaperLoopStatePaperAccountPaperTradeSettlementLotQP_XGQP_RANKQP_STATEAccounting and execution semantics
PaperTrade.total_costcontains execution costs onlyTQ constraints
The TQ publisher:
The current signal contract exposes total position quantity and binary
sellability, but not exact
sellable_quantity. Users must verify the exactsellable quantity in the execution state or broker interface before placing
an order.
Validation
93 passed222 passed1894 passed, 5 skipped, 0 failedpython -m compileall -q src scripts: passedgit diff --check: passedScope boundary
This is the observable/manual-use MVP.
Validated intraday 15-minute entry and exit signals are intentionally deferred
to PR129. This PR does not claim calibrated intraday timing accuracy.