← Back to Home
AP London Breakout PRO (MT5)
07:00–08:00 (server) session-box breakout with pending orders, SL/TP by R-multiple,
and strict validator-safe logic.
These examples were tested on IC Markets demo. Use them as a starting point only.
Always adjust session time, spread guard and risk to your own broker before live trading.
What it does
- Builds a 07:00–08:00 (server time) box on M5 (configurable TF for the box scan).
- Places Buy Stop above the box high and Sell Stop below the box low with a buffer.
- SL at opposite side (+ extra), TP by R multiple (e.g., 1.5R).
- One placement per completed window, same-day pending expiry.
- Spreads, size filters, trend filter (optional), and margin/stops checks.
How it trades
- At the end of the 07:00–08:00 window, EA reads the box high/low (M5 by default).
- Places Buy Stop (high + buffer) and/or Sell Stop (low − buffer), adjusts SL/TP to broker stops level.
- Opposite pending can be left to expire (validator-clean) or removed on fill if you enable the option.
- Optional quick-exit: after N minutes or at 0.5R (with a minimum points guard).
Server time matters—align the window to your broker if needed.
Validator & safety notes
- No DLLs. Uses
OrderCheck, stops-level and margin gates before sending.
- Default Cancel opposite on fill = OFF for validator friendliness; rely on expiry.
- Throttle: one attempt per completed session window.
- Generous spread cap by default (tighten for live).
Files in this folder
Quick_Start.md — setup & usage
Inputs_Reference.md — parameter reference
AP_LBX_Default.set — sample preset
Pinned_Comment.txt — short pinned comment
Version.txt — version tag
- PNG screenshots used above
EA only (no guarantees, no martingale/grid).
Support: use the contact options on the AP Trading Tools website if you need help or presets.