Wave-3 fix: requires explicit bounce candle before entering, not just a touch of the zone. Same zone detection as the original zone-pullback, but waits for confirmation that price has rejected and reversed.
This strategy has not been validated against TradingView multi-year history yet — RM/day, trades/day, and monthly projection are only computed from authoritative TV stats. The 1-month sweep below is in-sample only and should not be used as a profit forecast.
“Same zone detection as the original, but the entry waits for confirmation that price has rejected and reversed back through the zone, not just touched it. Promising structurally but needs TV multi-year proof.”
The featured config below was not directly covered by the walk-forward grids (different dataset or timeframe, or the in-sample SQN was too low to promote to OOS evaluation). Treat the in-sample numbers with appropriate caution — no unseen-window validation yet.
This strategy: Bounce-mode sweep (5,760 combos, BOUNCE-COMPARISON.md): only small-N shortlist (3 trades top config, 0 combos with >=20 trades) — passes the 1-month sweep but cannot pass the tradable filter on this short window. Promising structurally but needs TV multi-year proof.
Intraday ranges with clear higher-TF zones. Avoid news days and extreme volatility.
{
"dataset": "legacy_1m (3m bias, 15m MTF2)",
"tf": "1m",
"params": {
"zoneType": "demand_base",
"pullback": "leadline_touch",
"trail": "be_1r_then_prev_low",
"slTicks": 15,
"rr": 2,
"entryMode": "bounce_market",
"requireBounce": true
},
"trades": 3,
"winRate": 66.67,
"netProfitMYR": 685,
"profitFactor": 13.45,
"sqn": 1.87,
"maxDrawdownMYR": 55
}