For MetaTrader 4 & MetaTrader 5
Most breakout tools draw flat horizontal levels and fire an arrow the instant price pokes through one — in any market, in any direction, with no regard for trend, momentum or volume. You end up chasing false breaks in chop. Apex Break PRO does the opposite.
It finds pivot highs and lows and connects them into sloped support and resistance trendlines that track the real structure of the move. A signal only fires when a confirmed bar closes through a line by a minimum ATR margin and the breakout clears a 4-layer confluence filter. One clean, star-rated signal — with the stop and three targets already drawn.
No black box. Four mechanical stages, every one computed on closed bars. The same sequence on EUR/JPY M30, Bitcoin H1 or Tesla daily.
The engine marks a swing pivot once it has the required confirmation bars to its right — so a pivot never appears and then vanishes.
Consecutive pivot highs become sloped resistance lines; consecutive pivot lows become sloped support lines, extended forward.
A confirmed bar closes through a trendline by at least a small ATR margin — filtering out the marginal pokes that fool most tools.
The break is scored by the 4-layer confluence filter. If it meets your minimum, a star-rated BUY or SELL prints with SL and TP1/TP2/TP3.
"Is this breakout actually worth taking — and what's my risk if it fails?" Apex answers both, on every signal, before you click.
Sloped lines drawn from real pivot structure, not arbitrary flat levels — so a break is a break of genuine support or resistance.
A 4-layer confluence gate (EMA, RSI, Volume, ADX) blocks weak breaks. Only signals that meet your minimum score ever print.
Every signal ships with an ATR stop-loss and TP1/TP2/TP3 as colour-coded zones, with live hit-tracking on the dashboard.
A complete decision system — structure, breakout, confluence, risk and monitoring — not just an arrow. The same engine on MetaTrader 4 and MetaTrader 5.
Auto-detects pivot highs/lows and draws sloped support & resistance lines.
Signals fire only when a closed bar breaks a line by a minimum ATR margin.
EMA(200), RSI(14), Volume spike and ADX — only qualified breaks print.
Each signal shows how many filters passed (x/4) at a glance.
1.5× ATR by default, with a percentage fallback. Drawn on the chart.
TP1 / TP2 / TP3 at configurable 1:1 / 1:2 / 1:3 risk-reward.
Colour-coded risk and reward areas drawn from entry to SL and TPs.
Dashboard ticks each TP and the SL the moment it is reached.
Optional 200-EMA overlay aligns breaks with the broader trend.
A bar cooldown prevents rapid duplicate signals on the same line.
Direction, score, each filter's status, entry, SL and TP levels.
Buy, Sell, TP1/2/3 and SL hits — popup, sound, push and email.
Real Apex Break PRO charts in MetaTrader. Click any image to enlarge.









A break of a line is not a reason to trade. Apex scores every breakout and only shows the ones that clear your bar.
Four independent checks score each breakout. Each one that agrees adds a star — and the Minimum Confluence input decides how many must agree before a signal is allowed to print:
This is not a cosmetic score — set the minimum to 2, 3 or 4 and weak breaks simply never appear.
Every signal arrives with a complete, drawn trade plan — you never measure by hand:
The entry-to-stop distance defines one R, so position sizing becomes arithmetic, not emotion.
Apex Break PRO is fully configurable yet sensible out of the box. Here is the complete input reference — nine groups, exactly as they appear in the indicator's settings window on both MT4 and MT5.
How swing pivots are found and how far trendlines extend.
| Input | Type | Default | What it does |
|---|---|---|---|
| Pivot Left Bars | int | 20 | Bars to the left a candle must be the extreme of to qualify as a pivot. |
| Pivot Right Bars | int | 20 | Confirmation bars to the right before a pivot is finalised — the source of non-repainting. |
| Max Line Extension | int | 500 | How many bars forward a trendline is projected. |
How many trendlines to keep and how they look.
| Input | Type | Default | What it does |
|---|---|---|---|
| Max Resistance Lines | int | 5 | Newest resistance lines to retain (0 = all). |
| Max Support Lines | int | 5 | Newest support lines to retain (0 = all). |
| Line Width | int | 3 | Trendline thickness in pixels. |
| Line Transparency | int | 25 | Line transparency, 0 (solid) to 100 (faint). |
The four confluence layers plus the breakout-quality controls.
| Input | Type | Default | What it does |
|---|---|---|---|
| EMA Trend Filter | bool | true | Require price on the correct side of the EMA for a signal. |
| EMA Length | int | 200 | Period of the trend EMA. |
| Show EMA on Chart | bool | true | Draw the EMA line. |
| Volume Spike Filter | bool | true | Require above-average breakout volume. |
| Volume Multiplier | double | 1.2 | How far above its average volume must be. |
| Volume Average Length | int | 20 | Lookback for the volume average. |
| RSI Boundary Filter | bool | true | Block buys when overbought, sells when oversold. |
| RSI Length | int | 14 | RSI period. |
| RSI Overbought | int | 75 | Above this, buy breakouts are blocked. |
| RSI Oversold | int | 25 | Below this, sell breakouts are blocked. |
| ADX Trend Strength Filter | bool | false | Optional — require a trending market. |
| ADX Length | int | 14 | ADX period. |
| ADX Threshold | double | 20.0 | Minimum ADX for a valid signal. |
| Min Breakout Margin | bool | true | Require the close to clear the line by an ATR margin. |
| Margin (x ATR) | double | 0.1 | Size of that margin as a fraction of ATR. |
| Signal Cooldown | int | 5 | Minimum bars between signals to avoid duplicates. |
| Min Confluence Score | int | 2 | How many filters (of 4) must agree before a signal prints — the gate. |
| Input | Type | Default | What it does |
|---|---|---|---|
| Show Signal Arrows | bool | true | Draw the BUY/SELL arrows. |
| Show Signal Labels | bool | true | Draw the entry-price + star-rating labels. |
| Input | Type | Default | What it does |
|---|---|---|---|
| Show TP/SL Levels | bool | true | Draw the stop-loss and take-profit levels/zones. |
| SL = ATR × Multiplier | bool | true | Use an ATR-based stop (off = percentage stop). |
| ATR Period | int | 14 | ATR period for the stop distance. |
| SL ATR Multiplier | double | 1.5 | How many ATRs the stop sits from entry. |
| SL % (if not ATR) | double | 1.0 | Percentage stop distance when ATR mode is off. |
| TP1 Risk-Reward | double | 1.0 | TP1 distance as a multiple of risk (1:1). |
| TP2 Risk-Reward | double | 2.0 | TP2 distance (1:2). |
| TP3 Risk-Reward | double | 3.0 | TP3 distance (1:3) — the final target. |
| Input | Type | Default | What it does |
|---|---|---|---|
| Show SL Level | bool | true | Show the stop-loss line. |
| Show TP1 Level | bool | true | Show the TP1 line. |
| Show TP2 Level | bool | true | Show the TP2 line. |
| Show TP3 Level | bool | true | Show the TP3 line. |
| Input | Type | Default | What it does |
|---|---|---|---|
| Show Dashboard | bool | true | Show or hide the on-chart dashboard. |
| Dashboard Corner | enum | Top Right | Which chart corner the dashboard anchors to. |
Native MetaTrader alerts with a master switch and per-channel control.
| Input | Type | Default | What it does |
|---|---|---|---|
| Enable Alerts | bool | true | Master switch for all alerts. |
| Popup Alert | bool | true | On-screen MetaTrader alert window. |
| Sound Alert | bool | true | Play the terminal alert sound. |
| Push Notification | bool | false | Mobile push to the MetaTrader app (needs your MetaQuotes ID). |
| Email Alert | bool | false | Email via the terminal's SMTP settings. |
| Input | Type | Default | What it does |
|---|---|---|---|
| Resistance Line Color | color | Tomato | Colour of resistance trendlines. |
| Support Line Color | color | Aquamarine | Colour of support trendlines. |
| Buy Signal Color | color | green #00E676 | Colour of buy signals. |
| Sell Signal Color | color | red #FF1744 | Colour of sell signals. |
It is almost never the lack of breakouts. It is the lack of a filtered breakout with a plan attached.
Live on every bar — the active signal, every filter's status, and the full trade plan, without scanning the chart.
Dock the dashboard to any corner and it reports the full state of the engine:
Six events across MetaTrader's native channels — on-screen popup, terminal sound, mobile push and email. Trade it without staring at the screen.
A master switch plus per-channel toggles control how every event reaches you.
Start from a profile that matches your style, then fine-tune. Full configurations are documented in the included PDF manual.
One engine, four very different desks. The confluence gate and drawn risk plan are what make it travel.
Trade clean trendline breaks without the false-breakout noise that ruins the strategy.
Higher-timeframe pivots and a 3-target plan for patient, structured entries.
Handles BTC, ETH and alt volatility — same logic, same dashboard, 24/7 markets.
A fixed, drawn stop and defined R make max-loss and daily-limit rules straightforward.
Plenty of free tools draw a line and fire an arrow. Almost none of them give you a filtered, tradeable system around it.
| Capability | Generic Breakout Tool | Apex Break PRO |
|---|---|---|
| Sloped pivot trendlines (not flat levels) | No | Yes |
| Confirmed-bar, non-repainting signals | No — repaints / multi-fire | Yes |
| 4-layer confluence that gates signals | No | Yes |
| Star-rated signal quality | No | Yes |
| ATR stop-loss drawn on signal | No | Yes |
| Three R-multiple take-profits + zones | No | Yes |
| Live dashboard + hit-tracking | No | Yes |
| 6 native alert events (popup/sound/push/email) | Rarely | Yes |
| Both MT4 and MT5 builds included | Usually one only | Yes |
No paid reviews, no invented win-rates. Just the reasons the tool earns a place on a chart.
The confluence gate means you see qualified breaks, not every poke through a line. Fewer signals, more conviction.
The stop-loss and three targets are computed and drawn before you act, so position sizing is a calculation, not a feeling.
Confirmed-bar, non-repainting. The signals on history are the signals that fired. What you review is what you'd have traded.
The same logic works on GBP/JPY M30, Bitcoin H1, Gold H4 and Tesla daily — pivots adapt to the structure of each market.
The dashboard summarises direction, every filter, the score and the open trade at a glance.
Native MetaTrader popup, sound, push and email on every event — informed, never glued to the screen.
One $47 payment. Delivered as an instant download — the MT4 build, the MT5 build and the full PDF manual.
Install Apex Break PRO on MT4 and MT5, run it on your markets and timeframes, read the manual, test the presets and backtest it in the Strategy Tester. If it isn't earning its place on your chart within 60 days, email [email protected] for a full refund. The risk is entirely ours — that's how confident we are in the engine.
Instant payment, instant download, then it's yours for life on both platforms.
Checkout with card via Stripe or with PayPal. One-time $47 — no subscription, ever.
Get the package immediately — Apex_Break_PRO.ex4, .ex5 and the PDF manual.
File > Open Data Folder, drop the file into MQL4/Indicators (MT4) or MQL5/Indicators (MT5), refresh the Navigator.
Drag Apex Break PRO onto any chart, set your minimum confluence, and trade.
One-time payment. Lifetime updates. 60-day money-back guarantee. MT4 + MT5 in one purchase.
MetaTrader 4 & MetaTrader 5 indicator — .ex4 + .ex5 + full PDF manual
One-time payment — lifetime access
If your question isn't here, email [email protected] — we reply within 24 hours, usually much faster.
Sloped trendlines, a 4-filter confluence gate, and a stop with three targets drawn for you — on every market MetaTrader supports. Non-repainting. MT4 + MT5 for a one-time $47.