BTC Pro Breakdown Pro MT5
- Experts
- Allan Graham Pike
- Version: 5.4
- Updated: 21 November 2025
- Activations: 20
AP BTC Breakdown – Retest Pro (MT5)
Short-only BTC EA: confirms a clean breakdown, then places a SELL LIMIT on the retest of the broken level. No martingale, no grid, one setup at a time. no DLL/WebRequest.
What it is
A breakdown-and-retest engine for BTC. It waits for a decisive break, checks volume & trend quality, then posts a SELL LIMIT on the pullback to the broken handle.
How it works (flow)
-
Auto-level (M15/H1): clusters body lows, requires touches, enforces ATR distance, rounds to $10 handles, slight bias below the handle.
-
Breakdown confirm (M5): candle closes beyond the handle by a safety buffer and passes filters (volume spike; price < EMA200; EMA21 < EMA50).
-
Retest entry: places SELL LIMIT above the breakdown close with ATR + spread-aware offset; snaps to tick size; respects Stops/Freeze.
-
Risk & exits: fixed lots or $-risk; SL/TP in points; pending auto-expires after N bars; optional reclaim-cancel if price closes back above the handle.
Why it’s different
-
Retest only (no chasing): aims to avoid the slippage spike on the initial break.
-
Signal gates: structure + volume + trend + must-beat buffer.
-
Structure-first: meaningful handles; rebases only after a real change.
Key inputs (high level)
-
Signal: TFMinutes (M5), VolLookback, VolMultiplier, MustBeatBufferPts.
-
Retest: MinOffsetPts, ATR/Spread guard, PendingExpireBars.
-
Risk: UseFixedLots or RiskMoney ($), SL_Points, TP_Points.
-
Filters: EMA21/50/200 trend, reclaim-cancel toggle.
-
Auto-Level: lookback, touches, cluster tolerance, ATR window, $10 rounding, bias, cooldown after close.
-
Order control: per-symbol scope (magic+symbol), optional global lock.
Quick start (BTCUSD)
-
Chart M5 (EA reads M15/H1 internally).
-
Start conservative: VolMultiplier=1.30, VolLookback=20, MinOffsetPts=2000.
-
Example risk: SL_Points=50000, TP_Points=100000; FixedLots=0.01 (or set $RiskMoney).
-
Note: tick size/Stops Level/lot step vary by broker; adjust offsets accordingly.
Safety / notes
-
Short setups only. No martingale / grid / averaging.
-
Backtests vary by broker data & contract specs; forward-test on your broker first.
-
EA uses points internally for precision across broker suffixes.

i have waited to give this feedback, so far the EA has been performing great, also good risk reward ratio. It is not one of the useless martingale or grid strategies, fixed SL and TP makes it safe with sniper entry and exit. Kudos!