HomeSample Page

Sample Page Title



Apex Break PRO Indicator – Full Consumer Handbook (MT4 & MT5)

Introduction

The Apex Break PRO indicator is a non-repainting pivot trendline breakout system for MetaTrader 4 and MetaTrader 5. It routinely detects pivot highs and pivot lows, attracts dynamic trendlines between them, and fires BUY or SELL indicators when worth breaks by means of a trendline with enough confluence affirmation.

Key Options:

  • Automated Pivot Trendlines: Resistance and assist traces drawn from detected pivot factors
  • Multi-Filter Confluence Scoring: EMA, RSI, Quantity, ADX, and Breakout Margin filters mixed right into a single confluence rating
  • Non-Repainting Alerts: Alerts seem solely after bar shut and by no means disappear
  • ATR-Primarily based Danger Administration: Automated SL, TP1, TP2, and TP3 calculation with hit monitoring
  • On-Chart Dashboard: Actual-time sign standing, filter cross/fail, and commerce stage show
  • Six Alert Sorts: BUY sign, SELL sign, TP1 hit, TP2 hit, TP3 hit, and SL hit through popup, sound, push, and electronic mail

TIP: This indicator is designed for merchants who need a structured, rules-based method to trendline breakout buying and selling. It really works on any image and any timeframe accessible in MetaTrader.

Understanding Pivot Trendline Breakouts

Apex Break PRO identifies swing highs and swing lows utilizing a configurable left/proper bar lookback window. When two consecutive pivot highs are discovered, the indicator attracts a resistance trendline connecting them. When two consecutive pivot lows are discovered, it attracts a assist trendline.

How indicators are generated:

  1. The indicator detects a brand new pivot excessive or pivot low on the bar situated  PivotRightBars  bars again from the present bar
  2. A trendline is drawn from the earlier pivot of the identical kind to the newly detected pivot and prolonged ahead
  3. When the closing worth of a confirmed bar breaks above a resistance line (or under a assist line) by not less than the required margin, a uncooked breakout is detected
  4. The confluence filters (EMA, RSI, Quantity, ADX) are evaluated and scored
  5. If the confluence rating meets or exceeds  MinConfluence  and the cooldown interval has elapsed, a sign is generated
  6. The sign arrow and label are drawn on the chart, TP/SL ranges are calculated, and alerts hearth

Energetic trendlines are drawn as stable traces. Damaged or expired trendlines change to dashed type.

NOTE: As a result of the indicator requires  PivotRightBars  of confirmed information to the suitable of a pivot earlier than detecting it, there’s a built-in affirmation lag. That is what makes the indicators non-repainting — the pivot should be totally confirmed earlier than any line or sign can seem.

Set up Information

Apex Break PRO is distributed by means of the MQL5.com Market. Set up is automated.

Steps:

  1. Buy the indicator from the MQL5 Market product web page
  2. The indicator installs routinely into your MetaTrader terminal
  3. Open MetaTrader and press Ctrl+N to open the Navigator panel
  4. Broaden Indicators > Market
  5. Find Apex_Break_PRO within the checklist
  6. Drag the indicator onto any chart, or double-click its title
  7. The settings dialog seems — regulate parameters as wanted (see sections under)
  8. Click on OK to use

After loading, you will note:

  • Trendlines drawn on the chart connecting pivot factors (resistance in purple/tomato, assist in inexperienced/aquamarine)
  • Sign arrows (Wingding 233 for BUY, Wingding 234 for SELL) at breakout factors
  • Sign labels exhibiting worth, star score, and confluence rating
  • TP/SL ranges drawn as horizontal traces with coloured fill zones
  • Dashboard panel within the nook of the chart (if enabled)

IMPORTANT: Don’t manually copy information to the info folder. The MQL5 Market handles all file placement and updates routinely.

Sign System Overview

Every sign consists of three visible parts on the chart:

1. Sign Arrow

  • BUY indicators show a inexperienced upward arrow (Wingding 233) under the sign bar
  • SELL indicators show a purple downward arrow (Wingding 234) above the sign bar
  • Arrows seem solely on confirmed (closed) bars

2. Sign Label

Beneath or above the arrow, a textual content label reveals:

  • Path:  >>> BUY <<<  or  >>> SELL <<<
  • Value stage at sign shut
  • Star score and confluence rating, e.g.  ***. (3/4)

The star score maps the uncooked confluence rating to a 5-star scale. The fraction in parentheses reveals what number of filters handed versus what number of are enabled.

3. Confluence Rating

The confluence rating is the depend of filters that cross in the mean time of breakout. For instance, if EMA, RSI, and Quantity filters are enabled (3 filters whole) and the breakout passes EMA and Quantity however not RSI, the confluence rating is 2/3.

A sign solely fires when the confluence rating is at or above the  MinConfluence  threshold.

Non-Repainting Affirmation:

  • Breakout detection runs solely on confirmed bars ( barConfirmed = true  when the bar index is lower than  rates_total – 1 )
  • As soon as a sign arrow and label seem, they’re everlasting and can by no means be eliminated or repositioned
  • What you see in historic information is precisely what would have appeared in actual time

Trendline Show Settings

These parameters management how pivot factors are detected and the way trendlines are drawn on the chart.

ParameterDefaultDescription
PivotLeftBars20Variety of bars to the left that will need to have decrease highs (for pivot excessive) or larger lows (for pivot low)
PivotRightBars20Variety of bars to the suitable that should affirm the pivot. Increased values enhance affirmation lag however cut back false pivots
MaxLineExtension500Most variety of bars a trendline extends ahead from its detection level earlier than expiring
MaxResistanceLines5Most variety of resistance trendlines displayed concurrently. Oldest traces are eliminated first. Set to 0 for limitless
MaxSupportLines5Most variety of assist trendlines displayed concurrently. Oldest traces are eliminated first. Set to 0 for limitless
LineWidth3Pixel width of trendlines
LineTransparency25Transparency stage (0 = totally opaque, 100 = invisible). Default 25 offers a delicate, non-distracting look

Visible conduct:

  • Energetic trendlines (not but damaged or expired) are drawn with a stable line type
  • Damaged trendlines (worth closed past the road) change to a dashed line type and grow to be inactive
  • Expired trendlines (reached  MaxLineExtension  bars) additionally change to dashed
  • Resistance traces use the  ResistanceColor  enter (default: Tomato)
  • Help traces use the  SupportColor  enter (default: MediumAquamarine)

TIP: For scalping on decrease timeframes (M5-M15), strive lowering  PivotLeftBars  and  PivotRightBars  to 10. For swing buying and selling on H4-D1, enhance them to 30 for extra vital pivot factors.

Confluence Filter Configuration

The confluence system is the core of Apex Break PRO. Every filter evaluates a separate market situation. A breakout should cross sufficient filters (assembly  MinConfluence ) earlier than a sign is generated.

EMA Development Filter

ParameterDefaultDescription
UseEmaFiltertrueAllow or disable the EMA pattern filter
EmaLength200Interval of the Exponential Shifting Common
ShowEmaOnCharttrueDraw the EMA line on the chart

Logic: For BUY indicators, worth should shut above the EMA. For SELL indicators, worth should shut under the EMA. This ensures trades align with the dominant pattern.

RSI Boundary Filter

ParameterDefaultDescription
UseRsiFiltertrueAllow or disable the RSI filter
RsiLength14RSI calculation interval
RsiOverbought75Higher boundary. BUY indicators require RSI under this stage
RsiOversold25Decrease boundary. SELL indicators require RSI above this stage

Logic: BUY indicators cross when RSI is under the overbought stage (not already overextended). SELL indicators cross when RSI is above the oversold stage. This prevents getting into trades at exhaustion factors.

Quantity Spike Filter

ParameterDefaultDescription
UseVolumeFiltertrueAllow or disable the quantity filter
VolumeMultiplier1.2Present quantity should exceed the common by this a number of
VolumeAvgLength20Interval for the quantity easy transferring common

Logic: The present bar’s tick quantity should be better than  VolumeMultiplier  occasions the 20-bar common quantity. This confirms that the breakout has institutional participation slightly than occurring on skinny quantity.

ADX Development Power Filter

ParameterDefaultDescription
UseAdxFilterfalseAllow or disable the ADX filter (disabled by default)
AdxLength14ADX calculation interval
AdxThreshold20.0Minimal ADX worth required to cross

Logic: ADX should be above the brink, indicating a trending surroundings. This filter is disabled by default as a result of many legitimate breakouts happen throughout range-to-trend transitions when ADX remains to be rising.

TIP: Allow the ADX filter when buying and selling pairs recognized for sturdy trending conduct (e.g., GBPJPY, EURJPY). Preserve it disabled for pairs that often vary (e.g., EURGBP, AUDNZD).

Breakout Margin

ParameterDefaultDescription
UseBreakoutMargintrueRequire worth to shut past the trendline by a minimal margin
MarginMultiplier0.1Margin measurement as a a number of of ATR

Logic: Value should shut not less than  0.1 x ATR  past the trendline to depend as a legitimate breakout. This filters out false breakouts the place worth barely touches the trendline.

Cooldown and Minimal Confluence

ParameterDefaultDescription
SignalCooldown5Minimal variety of bars between consecutive indicators of the identical kind
MinConfluence2Minimal confluence rating required to generate a sign

How MinConfluence works: In case you have 4 filters enabled (EMA + RSI + Quantity + ADX) and  MinConfluence = 2 , not less than 2 of these 4 filters should cross for a sign to fireplace. The star score on the sign label displays the ratio: 2/4 = 2.5 stars.

Danger Administration Setup

Apex Break PRO calculates cease loss and three take revenue ranges routinely for every sign. These ranges are drawn on the chart as horizontal traces with coloured fill zones.

Cease Loss Calculation

ParameterDefaultDescription
UseAtrSLtrueCalculate SL utilizing ATR. If false, makes use of percentage-based SL
AtrPeriod14ATR calculation interval
SlMultiplier1.5SL distance = ATR x this multiplier
SlPercent1.0SL distance as share of entry worth (used solely when UseAtrSL = false)

When  UseAtrSL = true , the cease loss is positioned at  Entry Value – (ATR x 1.5)  for BUY indicators, or  Entry Value + (ATR x 1.5)  for SELL indicators. This adapts the cease distance to present market volatility.

Take Revenue Ranges

ParameterDefaultDescription
TP1_RR1.0TP1 at 1:1 risk-reward ratio
TP2_RR2.0TP2 at 1:2 risk-reward ratio
TP3_RR3.0TP3 at 1:3 risk-reward ratio

The “threat” within the risk-reward calculation is the gap from entry to SL. So if SL is 50 pips from entry:

  • TP1 (1:1) = 50 pips from entry within the commerce course
  • TP2 (1:2) = 100 pips from entry within the commerce course
  • TP3 (1:3) = 150 pips from entry within the commerce course

Show Toggles

ParameterDefaultDescription
ShowTPSLtrueGrasp toggle for all TP/SL visualization
ShowSLtruePresent the SL line and fill zone
ShowTP1truePresent the TP1 line and label
ShowTP2truePresent the TP2 line and label
ShowTP3truePresent the TP3 line and label

Hit Monitoring

The indicator tracks whether or not every TP stage and the SL have been reached by subsequent worth motion:

  • When worth reaches TP1, a checkmark (V) seems subsequent to the TP1 label on chart and dashboard
  • Identical for TP2 and TP3
  • If SL is hit, the commerce is taken into account closed
  • If TP3 is hit, the commerce can also be thought-about closed (full goal reached)
  • The dashboard reveals “(Energetic)” whereas a commerce is open and “(Closed)” after SL or TP3 is hit

Full Parameter Reference

The next desk lists all 34 enter parameters within the order they seem within the indicator settings dialog.

#ParameterKindDefaultClass
1PivotLeftBarsint20Pivot Detection
2PivotRightBarsint20Pivot Detection
3MaxLineExtensionint500Pivot Detection
4MaxResistanceLinesint5Line Show
5MaxSupportLinesint5Line Show
6LineWidthint3Line Show
7LineTransparencyint25Line Show
8UseEmaFilterbooltrueSign Filters
9EmaLengthint200Sign Filters
10ShowEmaOnChartbooltrueSign Filters
11UseVolumeFilterbooltrueSign Filters
12VolumeMultiplierdouble1.2Sign Filters
13VolumeAvgLengthint20Sign Filters
14UseRsiFilterbooltrueSign Filters
15RsiLengthint14Sign Filters
16RsiOverboughtint75Sign Filters
17RsiOversoldint25Sign Filters
18UseAdxFilterboolfalseSign Filters
19AdxLengthint14Sign Filters
20AdxThresholddouble20.0Sign Filters
21UseBreakoutMarginbooltrueSign Filters
22MarginMultiplierdouble0.1Sign Filters
23SignalCooldownint5Sign Filters
24MinConfluenceint2Sign Filters
25ShowArrowsbooltrueSign Show
26ShowLabelsbooltrueSign Show
27ShowTPSLbooltrueDanger Administration
28UseAtrSLbooltrueDanger Administration
29AtrPeriodint14Danger Administration
30SlMultiplierdouble1.5Danger Administration
31SlPercentdouble1.0Danger Administration
32TP1_RRdouble1.0Danger Administration
33TP2_RRdouble2.0Danger Administration
34TP3_RRdouble3.0Danger Administration
35ShowSLbooltrueTP/SL Show
36ShowTP1booltrueTP/SL Show
37ShowTP2booltrueTP/SL Show
38ShowTP3booltrueTP/SL Show
39ShowDashboardbooltrueDashboard
40DashCornerENUM_BASE_CORNERCORNER_RIGHT_UPPERDashboard
41EnableAlertsbooltrueAlerts
42AlertPopupbooltrueAlerts
43AlertSoundbooltrueAlerts
44AlertPushboolfalseAlerts
45AlertEmailboolfalseAlerts
46ResistanceColorcolourclrTomatoColours
47SupportColorcolourclrMediumAquamarineColours
48BuySignalColorcolourC’0,230,118′Colours
49SellSignalColorcolourC’255,23,68′Colours

Dashboard Information

The on-chart dashboard supplies a compact, real-time abstract of the indicator state. It’s organized into three sections: SIGNAL, FILTERS, and TRADE.

Dashboard Settings:

ParameterDefaultDescription
ShowDashboardtruePresent or conceal the dashboard
DashCornerCORNER_RIGHT_UPPERWhich nook of the chart to anchor the dashboard

The dashboard nook may be set to any of the 4 chart corners: Proper Higher, Left Higher, Proper Decrease, or Left Decrease.

SIGNAL Part

RowDescription
PathReveals  ^ LONG (Energetic) ,  v SHORT (Energetic) ,  ^ LONG (Closed) ,  v SHORT (Closed) , or  – WAITING  relying on the present sign state. Inexperienced for LONG, purple for SHORT, grey for WAITING
PowerStar score and confluence fraction, e.g.  ***. (3/4) . Reveals  —–  when no sign is lively

FILTERS Part

Every enabled filter seems as a row with a cross/fail indicator:

RowGo ShowFail Show
EMA (200) V Above 1.08542  (inexperienced) X Beneath 1.08542  (purple)
RSI (14) 52.3 V  (inexperienced) 78.1 X  (purple)
Quantity V Spike 1.8x  (inexperienced) X Low 0.7x  (purple)
ADX (14) 28.5 V  (inexperienced) 15.2 X  (purple)

Solely filters which are enabled through their  Use*Filter  toggle will seem within the dashboard. Disabled filters are hidden solely.

TRADE Part

RowDescription
EntryEntry worth of the newest sign
SLCease loss worth (displayed in purple)
TP1TP1 worth with risk-reward ratio, e.g.  1.08920 (1:1.0) . Appends  V  when hit
TP2TP2 worth with ratio, e.g.  1.09298 (1:2.0) . Appends  V  when hit
TP3TP3 worth with ratio, e.g.  1.09676 (1:3.0) . Appends  V  when hit

The dashboard header row reveals  Forexobroker | Apex Break PRO v1.0.0  and the footer reveals the model quantity.

TIP: If the dashboard overlaps with worth motion, change  DashCorner  to a unique nook or quickly conceal it with  ShowDashboard = false .

Alert Configuration

Apex Break PRO helps 4 alert supply channels and 6 distinct alert occasions.

Alert Channels

ParameterDefaultDescription
EnableAlertstrueGrasp change for all alerts
AlertPopuptruePresent a popup dialog in MetaTrader
AlertSoundtruePlay the default alert sound
AlertPushfalseShip push notification to the MetaTrader cellular app
AlertEmailfalseShip electronic mail notification

Alert Occasions

The indicator fires alerts for six occasions, every as soon as per bar:

Alert OccasionInstance Message
BUY Sign`BUYEURUSDTF: H1Value: 1.08542*.. Average (3/4)SL: 1.08164TP1: 1.08920TP2: 1.09298TP3: 1.09676`
SELL Sign`SELLEURUSDTF: H1Value: 1.08542**. Sturdy (4/4)SL: 1.08920TP1: 1.08164TP2: 1.07786TP3: 1.07408`
TP1 Hit`ABPTP1 HitEURUSDH1Entry: 1.08542`
TP2 Hit`ABPTP2 HitEURUSDH1Entry: 1.08542`
TP3 Hit`ABPTP3 HitEURUSDH1Entry: 1.08542`
SL Hit`ABPStop Loss HitEURUSDH1Entry: 1.08542`

Every alert fires solely as soon as per bar to forestall duplicate notifications. The alert textual content contains the image, timeframe, entry worth, confluence particulars, and all TP/SL ranges.

Enabling Push Notifications

  1. Set up the MetaTrader cellular app in your cellphone (iOS or Android)
  2. Open the app and navigate to Settings > Messages
  3. Copy your MetaQuotes ID
  4. Within the desktop MetaTrader, go to Instruments > Choices > Notifications
  5. Enter your MetaQuotes ID and allow notifications
  6. Set  AlertPush = true  within the indicator settings

Enabling E-mail Notifications

  1. In MetaTrader, go to Instruments > Choices > E-mail
  2. Examine Allow
  3. Enter your SMTP server, port, login, password, and vacation spot electronic mail tackle
  4. Click on Check to confirm the configuration works
  5. Set  AlertEmail = true  within the indicator settings

Buying and selling Methods

The next three approaches reveal alternative ways to make use of Apex Break PRO. All methods assume default filter settings except acknowledged in any other case.

WARNING: Buying and selling includes vital threat of loss. These methods are supplied for instructional functions solely. All the time check on a demo account first and by no means commerce with cash you can’t afford to lose.

Technique A: Scalping (M5 – M15)

Aim: Seize fast strikes with tight threat administration.

Really useful settings changes:

  • PivotLeftBars = 10, PivotRightBars = 10 (quicker pivot detection)
  • EmaLength = 50 (shorter pattern reference)
  • MinConfluence = 3 (stricter filtering to compensate for noise)
  • SignalCooldown = 3 (permit extra frequent indicators)
  • SlMultiplier = 1.0 (tighter stops)
  • TP1_RR = 1.0, TP2_RR = 1.5, TP3_RR = 2.0 (decrease TP targets)

Commerce administration:

  1. Anticipate a sign with confluence rating of three or larger
  2. Enter on the open of the following bar after the sign
  3. Take partial revenue at TP1 (shut 50% of place)
  4. Transfer cease to breakeven after TP1 is hit
  5. Shut remaining place at TP2

Technique B: Swing Buying and selling (H1 – H4)

Aim: Journey medium-term traits utilizing all three TP ranges.

Really useful settings: Use defaults (PivotLeftBars=20, PivotRightBars=20, EmaLength=200, MinConfluence=2).

Commerce administration:

  1. Anticipate a sign that aligns with the EMA course (the EMA filter handles this routinely)
  2. Enter on the open of the following bar after the sign
  3. Shut 1/3 of the place at TP1
  4. Transfer cease to breakeven after TP1
  5. Shut 1/3 at TP2
  6. Path cease behind TP1 stage and let the ultimate 1/3 run to TP3

Technique C: Alert-Primarily based (Set and Overlook)

Aim: Monitor a number of charts with out sitting on the display screen.

Setup:

  1. Open charts for all symbols and timeframes you need to monitor
  2. Apply Apex Break PRO to every chart together with your most popular settings
  3. Allow  AlertPush = true  and configure your MetaQuotes ID
  4. When a push notification arrives, open the chart to guage the sign
  5. Use the dashboard to examine filter standing and TP/SL ranges earlier than getting into

TIP: For Technique C, think about setting  MinConfluence  one level larger than your default to cut back noise in push notifications.

Parameter Tuning Presets

The next preset tables present beginning factors for various buying and selling kinds. Regulate based mostly in your image, dealer situations, and private choice.

Scalping Preset (M5 – M15)

ParameterScalping Worth
PivotLeftBars10
PivotRightBars10
MaxLineExtension200
EmaLength50
VolumeMultiplier1.5
SignalCooldown3
MinConfluence3
SlMultiplier1.0
TP1_RR1.0
TP2_RR1.5
TP3_RR2.0

Swing Buying and selling Preset (H1 – H4)

ParameterSwing Worth
PivotLeftBars20
PivotRightBars20
MaxLineExtension500
EmaLength200
VolumeMultiplier1.2
SignalCooldown5
MinConfluence2
SlMultiplier1.5
TP1_RR1.0
TP2_RR2.0
TP3_RR3.0

Conservative / Place Preset (H4 – D1)

ParameterConservative Worth
PivotLeftBars30
PivotRightBars30
MaxLineExtension800
EmaLength200
UseAdxFiltertrue
AdxThreshold25
VolumeMultiplier1.5
SignalCooldown10
MinConfluence3
SlMultiplier2.0
TP1_RR1.0
TP2_RR2.0
TP3_RR4.0

TIP: Begin with the Swing Buying and selling preset and modify one parameter at a time to watch its impact on sign high quality and frequency.

Troubleshooting

No Alerts Showing on the Chart

Doable causes and fixes:

  • Warmup interval not reached. The indicator requires a minimal variety of historic bars earlier than it may possibly detect pivots and generate indicators. The warmup is roughly  EmaLength + 50  bars or  PivotLeftBars + PivotRightBars + 50  bars, whichever is bigger. Scroll again in historical past or await extra bars to kind.
  • MinConfluence is simply too excessive. If  MinConfluence  equals the variety of enabled filters, each single filter should cross concurrently. Attempt lowering  MinConfluence  by 1.
  • Cooldown is simply too lengthy. On larger timeframes, a  SignalCooldown  of 5 bars can imply a number of days with no indicators. Cut back the cooldown for larger timeframes.
  • No trendline breakouts within the seen vary. Zoom out or scroll again. The indicator could have indicators additional again in historical past.

Trendlines Not Seen

  • Confirm that  MaxResistanceLines  and  MaxSupportLines  usually are not set to 0 in the event you anticipate to see traces (0 means limitless, not zero traces)
  • Examine  LineTransparency  — a worth of 100 makes traces invisible
  • Improve  LineWidth  if traces are tough to see in your monitor
  • Make sure the chart has sufficient historical past for pivots to be detected ( PivotLeftBars + PivotRightBars  bars minimal)

Dashboard Not Exhibiting

  • Affirm  ShowDashboard = true
  • If the chart window is simply too slender, the dashboard could also be drawn outdoors the seen space. Attempt altering  DashCorner  to  CORNER_LEFT_UPPER
  • Resize the chart window to be wider
  • The dashboard repositions routinely when the chart is resized (dealt with by the  OnChartEvent  handler)

Alerts Not Firing

  • Examine that  EnableAlerts = true  (that is the grasp change)
  • For push notifications: confirm your MetaQuotes ID is configured in Instruments > Choices > Notifications and that  AlertPush = true
  • For electronic mail alerts: confirm SMTP settings in Instruments > Choices > E-mail and that  AlertEmail = true
  • Alerts hearth solely as soon as per bar per occasion kind. In case you missed the alert, you’ll not obtain a reproduction on the identical bar

Totally different Outcomes Between MT4 and MT5

  • The underlying calculation logic is an identical, however minor variations in warmup conduct between MT4 and MT5 could cause the primary few indicators in historical past to look at barely totally different bar positions
  • Tick quantity information could differ between MT4 and MT5 feeds, which may have an effect on the Quantity filter
  • These variations are anticipated and diminish as extra historic bars are processed

In case you want help with Apex Break PRO:

Contact MethodologyParticulars
E-mailassist@forexobroker.com
Web sitewww.forexobroker.com
MQL5 MarketUse the Feedback part on the product web page

When contacting assist, please embrace:

  • Your MetaTrader model (MT4 or MT5)
  • Dealer title and image format
  • An outline of the problem
  • Screenshots of the chart and the indicator settings dialog
  • The precise parameter values you’re utilizing

Related Articles

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Latest Articles