鲲侯交易入场检查清单
#交易
0. 总裁决
$$ \text{Action}\in\{\text{Trade},\text{NoTrade},\text{Wait}(x)\} $$ $$ \text{ValidEntry} = A_{\text{HTF}} \wedge T_{\text{Mid}} \wedge M_{3} \wedge G_{\text{Model}} \wedge R_{\text{Risk}} $$ $$ \neg\text{Clear}(\text{AnyLayer})\Rightarrow\text{NoTrade} $$
---
1. 大周期授权
$$ A_{\text{HTF}} = \left(\text{OpenRiver}\wedge\text{DirectionMatch}\right) \vee \text{StructuralReversal}_{\text{Complete}} $$ $$ \text{QuantumState}\Rightarrow\text{NoTrade} $$ $$ \text{ReverseAllowed} = \text{HTFEdge} \wedge \text{OpenRiverFailure} \wedge \text{StructuralReversal}_{\text{Complete}} $$
---
2. 中周期地形
$$ T_{\text{Mid}} = \text{Position}_{4H/8H} \wedge \text{Space}_{8H} \wedge \neg\text{WallAhead} \wedge \text{RoleConfirm} $$ $$ \text{MidTFConflict} \Rightarrow \text{LTFSignal}_{\text{Downgrade}} $$
$$ \text{WallAhead} = P \vee \pm0.382 \vee \pm0.618 \vee \pm1 \vee \text{8H Edge} \vee \text{DAY High/Low} $$ ---
3. 动能堆积三层
$$ M_{3} = F_{\text{Form}} \wedge S_{\text{Space}} \wedge H_{\text{Health}} $$ $$ F_{\text{Form}}\Rightarrow\text{有弹簧} \qquad S_{\text{Space}}\Rightarrow\text{有路} \qquad H_{\text{Health}}\Rightarrow\text{路顺} $$
---
4. 模型路由
$$ G_{\text{Model}} \in \{ G_{\text{SQ}}, G_{\text{DR}}, G_{\text{WOS}}, G_{\text{FBR-ReEntry}} \} $$
---
5. SQUEEZE
$$ G_{\text{SQ}} = A_{\text{HTF}} \wedge T_{\text{Mid}} \wedge \text{MTF}_{\text{Confirm}} \wedge \text{Stream} \wedge \text{Barrel} \wedge \text{NC} \wedge \text{Filters} \wedge \text{RiskAnchor} $$
$$ \text{SingleAlert} \vee \text{SingleTouch} \Rightarrow \neg G_{\text{SQ}} $$ ---
6. DEEP RETRY
$$ G_{\text{DR}} = A_{\text{HTF}} \wedge \text{Space}_{8H} \wedge \text{SteelCannon}_{2H} \wedge \text{Push}_{3/4} \wedge \text{FibBuffer} \wedge \text{LTFReverseFailure} \wedge \neg\text{OppositeAcceptance} $$
$$ \text{Touch}_{3/4}\neq\text{Entry} \qquad \text{Entry}_{DR}=\text{LTFReverseFailure} $$ ---
7. Wall of Sighs
$$ G_{\text{WOS}} = \text{WEEK}_{\text{Bearish/Pressure}} \wedge \text{DAY}_{\text{Ceiling}} \wedge \text{Push}_{DAY\ge3} \wedge \text{Space}_{Down} \wedge \text{LTFRejection} \wedge \neg\text{Acceptance}_{AboveWall} \wedge \text{Stop}_{BeyondWall} $$
$$ \text{Acceptance}_{AboveWall} \Rightarrow \text{StopShort} $$ ---
8. FAKE BACK RUSH
$$ \text{FBR}_{\text{Valid}} = G_{\text{SQ}} \wedge \text{Breakout} \wedge \text{CounterRush}_{Boundary} \wedge \text{HTFIntact} \wedge \neg\text{StopHit} \wedge \neg\text{OppositeAcceptance} \wedge \text{Resume} $$
$$ \text{ReEntry}_{\text{FBR}} = \text{MissedEntry} \wedge \text{FBR}_{\text{Valid}} \wedge \text{ClearRiskAnchor} \wedge \text{Space}_{8H} \wedge \text{Risk}_{0.618} $$
---
9. 风险与仓位
$$ R_{\text{Risk}} = \text{StopAnchor} \wedge \text{PositionSize}_{\text{Calc}} \wedge \text{RR}_{\text{Valid}} \wedge \text{Cost}_{\text{OK}} $$ $$ \text{PositionSize} = \frac{\text{AccountRisk}}{\text{StopDistance}} $$ $$ \text{RR} = \frac{\text{TargetDistance}}{\text{StopDistance}} \ge \text{RR}_{\min} $$
---
10. 一票否决
$$ \exists V_i=\text{True} \Rightarrow \text{NoTrade} $$
---
11. 等待条件
$$ \text{Wait}(x) = \text{NoTradeNow} \wedge \text{NextObservableCondition}(x) $$
---
12. 最短口令
$$ \text{Model} \rightarrow A_{\text{HTF}} \rightarrow T_{\text{Mid}} \rightarrow M_{3} \rightarrow G_{\text{Model}} \rightarrow R_{\text{Risk}} \rightarrow \text{Action} $$