Back to Cookbook
Missed Move Re-Plan
Turns "missed it" into a structured next opportunity
Traders frequently report that missing an entry leads to chasing. This recipe generates a fallback plan: identify the next logical pullback/retest zone and predefine the invalidation.
House RecipePersonal4 min setup
INGREDIENTS
🔔Notifications
PROMPT
Build "Missed Move Re-Plan". When I say "I missed it", propose 2 structured re-entry plans (retest level, VWAP/EMA pullback). Require: defined invalidation, max risk, and limit-entry only.
Pain point
Missed entries often convert into impulsive late entries.
Triggers
- Manual: user clicks "missed entry" button
- Optional: detected when price moves > threshold without fill
Conditions
- Applicable only if trend bias remains intact (user-confirmed)
- Skip if volatility is collapsing into chop
Actions
- Suggest 2 re-entry zones (VWAP retest, prior level retest)
- Require defining invalidation and max risk before placing any order
- Create limit-entry template (not market)
Parameters (defaults)
- reentryZones: ["VWAP retest", "breakout level retest"]
- requireLimitOrders: true
- maxRiskUSD: 100
Examples
- Missed ORB break: plan for pullback to OR level, risk defined beneath.
- Missed trend pullback: plan for VWAP retest with hard invalidation.
Tags:#trading#fomo#discipline#planning