Dual Engulfing Pro MT5 Candle Signals Multi Filter

════════════════ DUAL ENGULFING PRO MT5 Retail + Institutional Candle Signals with 16 Smart Filters ════════════════

Professional Price-Action Signal Indicator for MetaTrader 5 Dual Engulfing Engine • Multi-Filter Confirmation • Real-Time Alerts

Find high-quality engulfing reversals the way retail traders see them — and the way institutions prefer them. Dual Engulfing Pro MT5 plots two independent arrow systems on the chart, then lets you confirm every signal with up to 16 optional filters: trend, momentum, volatility, volume-style oscillators, Ichimoku, Fibonacci, and support/resistance.

This is not a random arrow indicator. It is a structured candlestick engine built around strict body-engulf rules, optional outside-bar logic, close location, volume comparison, and prior-trend context. You decide how strict the setup must be.

════════════════ PRODUCT INFORMATION ════════════════

Product Type : Technical Indicator (Chart Window) Platform : MetaTrader 5 (MT5) File Type : .mq5 / compiled .ex5 indicator Chart Display : Main price chart (DRAW_ARROW) Signals : Retail BUY / Retail SELL / Institutional BUY / Institutional SELL Version in source : 1.11 Best Use : Reversal and continuation confirmation on FX, Gold, Indices, Crypto CFDs, and Stocks Timeframes : All MT5 timeframes (M1 to MN). Most traders start with M15, M30, H1, H4 Markets : Any symbol that provides OHLC and volume/tick volume Repainting : Signals are evaluated on closed bars (bar index rates_total - 2 for alerts) Alerts : Popup, push notification, email, and custom sound files

════════════════ WHY THIS INDICATOR SELLS (CORE VALUE) ════════════════

Most engulfing indicators only check one condition: the current candle body covers the previous body. That creates too many weak signals in ranging markets.

Dual Engulfing Pro separates quality into two layers:

  1. RETAIL ENGULFING Classic body engulf. Fast, frequent, easy to understand. Ideal for traders who want more opportunities and will add their own discretion.
  2. INSTITUTIONAL ENGULFING A stricter “smart-money style” engulf. It can require: • Full outside bar (current high above prior high and current low below prior low) • Larger body vs the previous candle (default 1.5x) • Higher volume / tick volume than the previous bar • Close located in the decisive part of the candle range (default top/bottom 70%) • Longer opposite-candle context before the engulf

You can run both systems together or disable one. Institutional arrows are offset farther from the candle so both signals stay readable when they appear on the same bar.

The real commercial advantage is the filter stack. You do not need 16 separate indicators on the chart. Enable only the confirmations that match your strategy. Filters are AND logic: if a filter is ON, both the pattern and that filter must agree before an arrow is printed.

════════════════ WHAT YOU SEE ON THE CHART ════════════════

• Aqua arrow : Retail BUY • Red arrow : Retail SELL • DodgerBlue arrow : Institutional BUY (thicker) • Magenta arrow : Institutional SELL (thicker)

Arrow Wingdings codes are configurable. Distance from the candle is controlled in points so the same offset works after you adjust for the symbol’s point size.

════════════════ KEY FEATURES ════════════════

◆ Dual independent engulfing engines Retail and Institutional logic do not overwrite each other. You can compare “normal” vs “strict” quality on the same chart.

◆ True body-engulf definition Bullish: previous candle bearish, current bullish, current open at or below prior close, current close at or above prior open. Bearish: the inverse.

◆ Institutional quality gates Body-size multiplier, optional full outside bar, optional volume expansion, close-position ratio, and extra trend-context bars.

◆ Prior-trend context Optional count of opposite candles before the engulf. Example: a bullish engulf is stronger after 2–3 bearish candles.

◆ 16 optional confirmation filters RSI Cross, RSI 75, ADX, Single MA, Double MA, Ichimoku Senkou Span B, Awesome Oscillator (3 sub-modes), Parabolic SAR, Heiken Ashi, CCI Trend, CCI OB/OS, RVI Trend, RVI Signal, MACD Histogram, MACD Zero Line, Support & Resistance, Fibonacci retracement zone (ZigZag-based swings).

◆ Modular filter design Every filter has its own ON/OFF switch. Unused handles are not required for trading logic when disabled. Mix trend filters with location filters (S/R and Fib) for higher selectivity.

◆ Alert suite Popup Alert(), push SendNotification(), email SendMail(), and PlaySound() with separate BUY/SELL wav files from the MT5 Sounds folder.

◆ Clean inputs with groups Parameters are grouped in the MT5 Inputs tab so you can set up the product quickly without hunting through a flat list.

════════════════ HOW THE TWO ENGULFING MODELS WORK ════════════════

──────────────── RETAIL ENGULFING (STANDARD) ────────────────

Purpose : Detect the classic candlestick engulf that most price-action books describe.

Bullish Retail • Candle i-1 is bearish (close < open) • Candle i is bullish (close > open) • Current body covers prior body: open0 <= close1 AND close0 >= open1 • If “Require previous trend context” is true, the last N candles before the engulf must also be bearish

Bearish Retail • Candle i-1 is bullish • Candle i is bearish • open0 >= close1 AND close0 <= open1 • Optional prior uptrend context (N bullish candles)

Benefit More signals. Useful for scalping, session reversals, and traders who already use a higher-timeframe bias. Pair it with MA, Ichimoku, or ADX if you want fewer Retail arrows.

──────────────── INSTITUTIONAL ENGULFING (ADVANCED / OUTSIDE BAR+) ────────────────

Purpose : Keep only engulfing candles that look decisive — large body, range expansion, strong close, and preferably rising activity.

All Retail body-engulf rules, PLUS:

• Body size : body0 >= body1 * InpBodyMultiplier • Outside bar : if enabled, high0 > high1 AND low0 < low1 • Volume : if enabled, current volume (or tick_volume fallback) > previous volume • Close position:

  • BUY : (close - low) / range >= InpMinClosePosition
  • SELL : (high - close) / range >= InpMinClosePosition Default 0.70 means the close must finish in the top 30% (buy) or bottom 30% (sell) of the candle. • Trend context : optional, default 3 opposite candles (stricter than Retail’s default 2)

Benefit Fewer arrows, higher visual quality. This is the setting many sellers and signal users prefer for H1/H4 swing entries and for filtering “tiny engulf” noise on lower timeframes.

════════════════ FILTER ENGINE — WHAT EACH FILTER MEANS ════════════════

Filters apply after the pattern is detected. A bullish pattern still needs fBuy = true. A bearish pattern still needs fSell = true. Disabled filters do not block signals.

◆ RSI CROSS FILTER Uses iRSI. BUY : RSI crosses up through Oversold (default 30) SELL : RSI crosses down through Overbought (default 70) Benefit : Catch engulfing that appears as momentum leaves an extreme. Good for reversal-style entries.

◆ RSI 75 FILTER Separate RSI with a long period (default 75). BUY : RSI75 > 50 SELL : RSI75 < 50 Benefit : Slow regime filter. Keeps bullish engulfs only when medium-term RSI is on the bullish side of 50.

◆ ADX FILTER Uses iADX main line. Both directions require ADX >= ADX_Min_Level (default 20). Benefit : Reduces signals in dead, directionless ranges. Does not choose direction by itself.

◆ SINGLE MA FILTER One moving average of close. BUY : close > MA SELL : close < MA Benefit : Simple trend alignment. Period 50 SMA is a common starting point on H1.

◆ DOUBLE MA FILTER Two MAs (default EMA 30 vs EMA 140). BUY : fast MA > slow MA SELL : fast MA < slow MA Benefit : Clear bull/bear market state. Excellent as a higher-level bias when Retail signals are too frequent.

◆ ICHIMOKU SENKOU SPAN B FILTER Uses iIchimoku buffer 3 (Senkou Span B). Tenkan is fixed at 9 in the handle; Kijun and Senkou B periods are inputs. BUY : close > Senkou Span B SELL : close < Senkou Span B Benefit : Trades only on the side of the “cloud base,” a widely used institutional/trend location filter.

◆ AWESOME OSCILLATOR FILTER Uses iAO with three optional sub-rules: • Volume-style threshold : BUY if AO >= AO_Buy_Min (default 4), SELL if AO <= AO_Sell_Max (default -4) • Color / slope : BUY if AO rising, SELL if AO falling • Zero-line acceleration : BUY if AO rising and AO > 0, SELL if AO falling and AO < 0 Benefit : Momentum confirmation in the same family as Bill Williams tools. Combine slope + zero for cleaner swings.

◆ PARABOLIC SAR FILTER BUY : close > SAR SELL : close < SAR Benefit : Stops-and-reverse bias. Works well when you want engulfing only in the current SAR direction.

◆ HEIKEN ASHI FILTER Internal HA open/close (not a separate window). BUY : HA close > HA open (green HA bar) SELL : HA close < HA open (red HA bar) Benefit : Smooths noise. Helps avoid fading a strong HA color streak.

◆ CCI TREND FILTER BUY : CCI > 0 SELL : CCI < 0 Benefit : Zero-line trend from CCI. Period 50 is slower and more “regime-like.”

◆ CCI OB & OS FILTER BUY : CCI > Overbought (default +100) SELL : CCI < Oversold (default -100) Benefit : Momentum-extreme continuation or climax logic. Different from RSI Cross (which waits for a leave-extreme cross). Read this carefully: here the engulf must occur while CCI is already beyond the threshold.

◆ RVI TREND FILTER BUY : RVI > 0 SELL : RVI < 0 Benefit : Relative Vigor confirms that closes are stronger than opens in the lookback window.

◆ RVI SIGNAL FILTER Compares RVI main vs RVI signal line. BUY : main > signal SELL : main < signal Benefit : Timing filter. Useful when you want the oscillator already turning with the engulf.

◆ MACD SIGNAL (HISTOGRAM) FILTER Histogram = MACD main − signal. BUY : histogram > 0 SELL : histogram < 0 Benefit : Classic MACD agreement. Fast EMA 12, slow 26, signal 9 by default.

◆ MACD LEVEL 0 FILTER BUY : MACD main > 0 SELL : MACD main < 0 Benefit : Higher-level MACD regime. Slower than histogram-only confirmation.

◆ SUPPORT & RESISTANCE FILTER Looks back SR_Period bars (default 50) for the lowest low (support) and highest high (resistance). Zone width = SR_Zone_Points * _Point (default 80 points). BUY : current candle touches the support zone (or trades through it) SELL : current candle touches the resistance zone Benefit : Location filter. Engulfing at a freshly mapped swing range is more meaningful than engulfing in the middle of nowhere.

◆ FIBONACCI FILTER Builds recent swing high/low with a depth / deviation / backstep search (ZigZag-style, not the built-in ZigZag indicator). Projects Fib_Level_1 and Fib_Level_2 (default 0.382 and 0.618) as a zone. BUY and SELL both require the current candle to overlap that Fib zone. Benefit : Lets engulfing fire only during a retracement into a premium/discount pocket. If no valid swings are found, both sides are blocked.

Important : Filters stack. Turning on ADX + Double MA + S/R at the same time can make signals rare. Start with 1–2 filters, then tighten.

════════════════ COMPLETE INPUT GUIDE (EVERY VARIABLE) ════════════════

Read this section before you attach the indicator. All names match the Inputs tab.

════════════════ SIGNAL CONTROL ════════════════

InpEnableRetail Type: bool | Default: true Turns the standard body-engulf arrows on or off.

InpEnableInstitutional Type: bool | Default: true Turns the advanced institutional arrows on or off. Tip: For a clean “smart money only” product look, set Retail = false.

════════════════ SIGNAL APPEARANCE ════════════════

InpSignalOffset Type: int | Default: 30 Distance of the arrow from the candle in points. Retail BUY sits at low − offset. Retail SELL sits at high + offset. Institutional arrows use offset + 30 extra points so they do not overlap Retail arrows.

InpArrowCodeBuy Type: int | Default: 233 Wingdings code for BUY arrows (both engines).

InpArrowCodeSell Type: int | Default: 234 Wingdings code for SELL arrows. Change these if you already use 233/234 in another tool.

════════════════ RETAIL SETTINGS (STANDARD) ════════════════

InpRetailRequireTrend Type: bool | Default: true If true, a bullish Retail engulf needs a prior down-move context; a bearish Retail engulf needs a prior up-move context.

InpRetailTrendBars Type: int | Default: 2 How many immediately previous candles must be opposite in color. Example: 2 means two bearish candles before a bullish Retail engulf.

════════════════ INSTITUTIONAL SETTINGS (ADVANCED) ════════════════

InpBodyMultiplier Type: double | Default: 1.5 Current body must be at least this times the previous body. 1.2 = milder, 2.0 = only large displacement candles.

InpRequireHigherVolume Type: bool | Default: true Requires current real volume if available, otherwise tick_volume, to exceed the previous bar. On symbols with no real volume, tick volume is used automatically.

InpMinClosePosition Type: double | Default: 0.70 Fraction of the candle range where the close must finish. 0.50 = close beyond midpoint (looser). 0.80 = close very near the extreme (stricter).

InpRequireFullOutside Type: bool | Default: true Forces a true outside bar / mother-bar break on both sides of the prior candle. Disable this if you want large body engulfs that do not fully wrap the prior wicks.

InpInstRequireTrend Type: bool | Default: true Same idea as Retail trend context, but for the Institutional engine.

InpInstTrendBars Type: int | Default: 3 Default is stricter than Retail (3 vs 2). Increase on H4/D1 if you only want exhaustion after a push.

════════════════ RSI CROSS FILTER ════════════════

Use_RSI_Cross_Filter : enable/disable RSI_Length : RSI period (default 14) RSI_Price_Source : applied price (default PRICE_CLOSE) Oversold : cross-up level for BUY (default 30) Overbought : cross-down level for SELL (default 70)

════════════════ ADX FILTER ════════════════

Use_ADX_Filter : enable/disable ADX_Period : default 10 ADX_Min_Level : default 20 Both BUY and SELL need a strong enough ADX. Direction still comes from the candle pattern + other filters.

════════════════ SINGLE MA FILTER ════════════════

Use_MA_Filter : enable/disable MA_Period : default 50 MA_Method : SMA/EMA/SMMA/LWMA (default SMA) MA_Shift : default 0

════════════════ ICHIMOKU SENKOU SPAN B FILTER ════════════════

Use_Ichimoku_Filter : enable/disable Ichimoku_SenkouB : Senkou Span B period (default 52) Ichimoku_Kijun : Kijun period used in the Ichimoku handle (default 26) The handle is created as iIchimoku(..., 9, Kijun, SenkouB). Only Senkou B is read for the filter.

════════════════ RSI 75 FILTER ════════════════

Use_RSI75_Filter : enable/disable RSI_Filter_Period : default 75 Uses the same applied-price enum as the RSI Cross group (RSI_Price_Source).

════════════════ DOUBLE MA FILTER ════════════════

Use_DoubleMA_Filter : enable/disable MA_A_Period / MA_A_Method / MA_A_Applied / MA_A_Shift : fast line (default EMA 30 close) MA_B_Period / MA_B_Method / MA_B_Applied / MA_B_Shift : slow line (default EMA 140 close)

════════════════ AWESOME OSCILLATOR FILTER ════════════════

Use_AO_Filter : master switch Use_AO_Volume_Filter : use AO_Buy_Min / AO_Sell_Max thresholds AO_Buy_Min : default 4.0 AO_Sell_Max : default -4.0 Use_AO_Color_Filter : rising AO for BUY, falling AO for SELL Use_AO_Zero_Filter : rising and above zero for BUY; falling and below zero for SELL You may enable one, two, or all three sub-rules. All enabled sub-rules must pass.

════════════════ PARABOLIC SAR FILTER ════════════════

Use_SAR_Filter : enable/disable SAR_Step : default 0.02 SAR_Maximum : default 0.2

════════════════ HEIKEN ASHI FILTER ════════════════

Use_HeikenAshi_Filter : enable/disable No extra periods. HA is computed internally from open/high/low/close.

════════════════ CCI TREND FILTER ════════════════

Use_CCI_Filter : enable/disable CCI_Period : default 50 CCI_Applied : default PRICE_CLOSE BUY if CCI > 0, SELL if CCI < 0.

════════════════ CCI OB & OS FILTER ════════════════

Use_CCI_OBOS_Filter : enable/disable CCI_OBOS_Period : default 14 CCI_OBOS_Applied : default PRICE_CLOSE CCI_Overbought : default 100 CCI_Oversold : default -100 BUY requires CCI above the overbought line. SELL requires CCI below the oversold line.

════════════════ RVI TREND FILTER ════════════════

Use_RVI_Filter : enable/disable RVI_Period : default 75 BUY if RVI > 0, SELL if RVI < 0.

════════════════ RVI SIGNAL FILTER ════════════════

Use_RVI_Signal_Filter : enable/disable RVI_Signal_Period : default 20 Reads RVI main (buffer 0) and RVI signal (buffer 1).

════════════════ MACD SIGNAL FILTER (HISTOGRAM) ════════════════

Use_MACD_Filter : enable/disable MACD_FastEMA : default 12 MACD_SlowEMA : default 26 MACD_SignalSMA : default 9 MACD_Applied : default PRICE_CLOSE BUY if main > signal, SELL if main < signal.

════════════════ MACD LEV 0 FILTER ════════════════

Use_MACD_Zero_Filter : enable/disable Uses the same MACD handle as the histogram filter. BUY if MACD main > 0, SELL if MACD main < 0.

════════════════ SUPPORT & RESISTANCE FILTER ════════════════

Use_SR_Filter : enable/disable SR_Period : lookback bars (default 50) SR_Zone_Points : zone thickness in points (default 80) A “point” is the broker _Point value. On 5-digit FX, 80 points = 8.0 pips. On Gold or indices, adjust this number to the symbol’s volatility or the zone will be too tight or too wide.

════════════════ FIBONACCI FILTER ════════════════

Use_Fib_Filter : enable/disable Fib_Level_1 : default 0.382 Fib_Level_2 : default 0.618 ZigZag_Depth : local swing depth (default 12) ZigZag_Deviation : minimum improvement vs last swing, in points (default 5) ZigZag_Backstep : minimum bar distance between accepted swings (default 3) The routine scans backward from the current bar, marks local highs/lows, builds one up or down swing, then projects the two Fib levels as a touch zone.

════════════════ ALERTS ════════════════

InpEnableAlerts : popup Alert() | default true InpEnablePush : MetaQuotes ID push | default false InpEnableEmail : SendMail | default false (configure Email tab in MT5 Options) InpEnableSound : PlaySound | default true InpSoundBuy : file name in /Sounds | default alert.wav InpSoundSell : file name in /Sounds | default alert2.wav

Alert text includes signal class (RETAIL/INSTITUTIONAL), direction, symbol, timeframe, and bar time. Alerts fire when the signal bar is the last fully closed bar (i == rates_total - 2). This avoids calling an alert on an incomplete forming candle.

════════════════ STEP-BY-STEP INSTALLATION ════════════════

  1. Open MetaTrader 5.
  2. File → Open Data Folder → MQL5 → Indicators.
  3. Copy the indicator file into that folder (or use the Market install path if purchased from MQL5 Market).
  4. Restart MT5 or right-click Navigator → Indicators → Refresh.
  5. Drag Dual Engulfing Pro onto the chart.
  6. Allow DLL imports only if your terminal policy requires it (this source does not need external DLLs).
  7. Enable Algo Trading / notifications in Tools → Options if you want push or email.
  8. Put custom wav files into Terminal → Sounds if you change InpSoundBuy / InpSoundSell.

Minimum bars: the calculator returns 0 until rates_total is at least 150. Warm-up start index is 60. Do not judge the product on a chart with almost no history.

════════════════ RECOMMENDED STARTING PRESETS ════════════════

Use these as education presets, not financial advice. Always forward-test.

A) CLEAN CHART — LEARN THE PATTERNS Retail = true | Institutional = true All filters = false Trend context = true Purpose: see raw Retail vs Institutional frequency.

B) TREND-FOLLOWING SWING (H1 / H4) Retail = false | Institutional = true Use_MA_Filter or Use_DoubleMA_Filter = true Use_ADX_Filter = true (level 18–25) Use_Ichimoku_Filter = optional Body multiplier 1.5–1.8 | Full outside = true | Close position 0.70

C) REVERSAL AT LOCATION (M15 / M30 / H1) Retail = true | Institutional = true Use_SR_Filter = true OR Use_Fib_Filter = true Use_RSI_Cross_Filter = true Do not stack S/R and Fib plus 4 oscillators on day one.

D) GOLD / HIGH VOLATILITY Increase InpSignalOffset and SR_Zone_Points. Raise InpBodyMultiplier if arrows cluster during news spikes. Confirm point value: Gold often needs a wider S/R zone than EURUSD.

E) SCALPING Retail on, Institutional off or very strict. One fast filter only (SAR or HA or MACD histogram). Never enable every filter at once on M1/M5.

════════════════ HOW TO READ AND TRADE THE ARROWS ════════════════

This indicator marks conditions. It does not place orders, manage stops, or guarantee profit.

Suggested workflow:

  1. Choose a higher timeframe bias (H4/D1 structure or Double MA).
  2. Drop to your entry timeframe.
  3. Wait for candle close. Do not act on a half-formed engulf.
  4. Prefer Institutional arrows when you want quality over quantity.
  5. If Retail and Institutional print together, treat it as a higher-conviction print.
  6. Place invalidation beyond the engulfing candle high/low (common price-action practice).
  7. Skip signals that fight a major news release unless that is your plan.

Risk note: engulfing after a long trend can be climax or continuation. Filters reduce but do not eliminate that ambiguity.

════════════════ PRACTICAL NOTES AND EDGE CASES ════════════════

• Volume on FX is usually tick volume. The Institutional volume rule still works as “activity expansion,” not exchange-traded lot volume. • Ichimoku Senkou B is a shifted cloud line. On fresh charts the first bars can be empty until enough history exists. • Fibonacci logic is a custom swing search. It will not match every third-party ZigZag pixel-for-pixel. • S/R uses the recent lookback extremes, not multi-year weekly levels. Increase SR_Period for wider structure. • Heiken Ashi filter uses the same bar index as the engulf. It confirms HA color on the signal candle, not the next HA bar. • CCI OB/OS is intentionally aggressive (signal while CCI is already extreme). If you wanted “leave the extreme,” use RSI Cross instead. • Array indexing: price arrays in OnCalculate are used in non-series order (index 0 = oldest). Oscillator copies are set as series. That is already handled inside the code via idx = rates_total - 1 - i. • Do not load this on a chart with fewer than ~150 bars. • Alerts can repeat after reinitialize (timeframe change, re-attach, terminal restart) if the last closed bar still qualifies. This is normal for indicator alerts tied to the last closed candle.

════════════════ WHO THIS PRODUCT IS FOR ════════════════

• Price-action traders who want objective engulf rules instead of eyeballing candles • Smart-money / outside-bar traders who want size, close location, and volume gates • System builders who need one chart tool instead of 10 separate confirmation indicators • Signal sellers and educators who want two clearly labeled qualities of the same pattern • Discretionary traders who will keep filters off and use arrows only as an alert layer

Not ideal as a fully automated “set and forget” holy grail. It is a confirmation and scanning tool.

════════════════ WHAT THIS PRODUCT IS NOT ════════════════

• Not an Expert Advisor (it does not open or close trades) • Not a martingale, grid, or recovery system • Not a guarantee of future performance • Not a replacement for spread, swap, slippage, and news risk control

════════════════ SUGGESTED MARKET CATEGORY TAGS ════════════════

MT5 Indicator, Engulfing Pattern, Outside Bar, Bullish Engulfing, Bearish Engulfing, Institutional Order Flow Style Confirmation, Price Action, Candlestick Scanner, Buy Sell Arrows, RSI, ADX, Moving Average, Ichimoku Senkou Span B, MACD, Fibonacci Retracement, Support Resistance, Parabolic SAR, Heiken Ashi, Awesome Oscillator, CCI, RVI, Push Alert, Non-Repaint Closed-Bar Signals

════════════════ QUICK SPEC SUMMARY ════════════════

Buffers / plots : 4 arrow plots Retail engine : body engulf + optional 2-bar context Institutional engine: body engulf + size + optional outside bar + volume + close location + optional 3-bar context Filters : 16 optional modules Alerts : popup / push / email / sound Work symbol : current chart symbol Work timeframe : current chart period

════════════════ SUPPORT AND GOOD PRACTICE ════════════════

After purchase, test in Strategy Tester visual mode and on a demo chart first. Save your favorite input combination as an .set file (Inputs → Save). If you publish screenshots for your Market page, show: • one raw dual-signal chart • one filtered H1 example • one S/R or Fib location example That combination converts better than a single crowded screenshot.

Thank you for using Dual Engulfing Pro MT5. Trade the pattern. Confirm the context. Manage the risk.


推荐产品
Wulf BTC Bot
Riaan Adriaan Swanepoel
Wulf BTC Bot is a high-precision automated algorithmic trading system engineered for Bitcoin (BTC) on the H1 timeframe. It leverages a robust entry logic combining cyclical momentum and trend exhaustion via the Schaff Trend Cycle (STC) , dynamic breakout boundaries ( Lowest/Highest Price channels), and volatility-adaptive exits powered by ATR . The Expert Advisor is 100% Standalone , packing all custom indicators and math engines directly inside the .ex5 binary, requiring zero external dependenc
| Fully-automated Smart Money Concept (ICT) inspired trading solution with multi-strategy capabilities | Built by a grid trader >> for grid traders.  This is MT5 version, click  here  for  Blue CARA MT4  (settings and logics are same in both versions)     Real monitoring signal  -->  Cara Gold Intro Blue CARA EA   ('CARA') - short for  C omprehensive  A lgorithmic   R esponsive   A dvisor is a next-gen  multi-currency    multi-timeframe  EA base on the widely known (and perhaps the most popul
PairsTrading MT5
Evgenii Kuznetsov
The EA identifies divergences in two correlated currency pairs and trades in the direction where they converge back. Working timeframe: M30 Input parameters MagicNumber - identification number for the EA. OrdersComment - comment to order, automatic if an empty value is set. Lots - lot size. DepoPer001Lot - automatic lot calculation (specify the balance per 0.01 lot) (if 0, the value from 'Lots' parameter is used). TimeFrame - working timeframe. Symbol #2 - correlated currency. Symbol #2 reverse
Bober Real MT5
Arnold Bobrinskii
4.88 (16)
Bober Real MT5 是一个全自动的外汇交易智能交易系统(EA)。该机器人创建于 2014 年 ,在此期间完成了大量盈利交易,在我的个人账户上实现了超过 7000% 的收益增长 。经过多次更新, 2019 年版本 是最稳定、最优秀的。机器人可用于任何交易品种,但在 EURGBP、GBPUSD(M5 周期) 上表现最佳。使用错误的参数会导致较差结果。 真实账户的 set 文件仅提供给购买者。 ️ 主要优势 无马丁格尔、无对冲、无加仓,始终使用 SL/TP 。 高速测试与优化。 可选 Dynamic Take-Profit ,自动适应价格通道高低点。 内置 新闻日历过滤器 ,自动避开重大事件。 自动检测 GMT 偏移 。 针对实盘交易长期优化,结果稳定。 设置后可自动运行,无需干预。 参数说明 Core / Trading type_order — 订单执行类型 (默认 ORDER_FILLING_FOK)。 ReverseTrade — 反转交易方向。 ToolEnter — 入场工具 (RSI 或 None)。 RSI304 / NoRSIbars — RSI 周期与
Viking Alpha DAX Ivar Edition
Valdeci Carlos Dos Passos Albuquerque
Viking Alpha DAX — Germany 40 Expert Advisor for MetaTrader 5 LAUNCH PROMO Only 10 copies at launch price. Price increases with each sale. Launch price: $297 Next price: $497 Final price: $997 Live Performance: FX Blue — Vikingtradingbots What Makes Viking Alpha DAX Different Most DAX robots fail for one simple reason: they treat the Germany 40 like a forex pair. It isn't. The DAX has a heartbeat — a specific rhythm tied to the Frankfurt Stock Exchange opening, the European session structure, an
ProTrade EA
Jim Ariel Camarce Ignao
Key Features   Automated Candle Pattern Recognition 10 Professional Patterns : Detects Bullish/Bearish Engulfing, Hammer/Shooting Star, Morning/Evening Star, Piercing/Dark Cloud, and 6 additional professional candlestick patterns Smart Filtering : Combine multiple patterns with configurable confirmation logic Volume Confirmation : Optional volume filter to validate pattern strength Multi-Timeframe Analysis : Separate execution and bias timeframes for better timing   Trading Dashboard Int
Gyroscopes mt5
Nadiya Mirosh
5 (2)
Gyroscope        professional forex expert   (for EURUSD, GBPUSD, USDJPY, AUDUSD, USDCHF, EURGBP, EURJPY, NZDUSD, USDCAD, EURCHF, AUDJPY, CADJPY pairs)   alyzing the market using the Elliot Wave Index. Elliott wave theory is the interpretation of processes in financial markets through a system of visual models (waves) on price charts. The author of the theory, Ralph Elliott, identified eight variants of alternating waves (of which five are in the trend and three are against the trend). The mov
SMC Trend Probability
Chadwin Arthur Miles
ATC SMC Trend Probability Robot for MetaTrader 5 ATC SMC Trend Probability Robot is a professional MetaTrader 5 Expert Advisor built around confluence-based trading logic, smart money concepts, trend probability analysis, and advanced risk management. The robot is designed to identify higher-quality trading opportunities by combining multiple confirmations before considering an entry. It does not rely on a single indicator. Instead, it evaluates market structure, trend direction, session timing
Cyclone Intraday
Mikhail Mitin
5 (1)
How the EA works (simple explanation) Trades on M5 timeframe Uses H1 timeframe to analyze global market context Analyzes 2 or 3 timeframes simultaneously On each timeframe: Checks price position relative to one or two Moving Averages Evaluates MA angle and distance between price and MA Entry logic is based on trend + volatility conditions , not on random signals The full algorithm is illustrated in the screenshots. Recommended usage Symbol: EURUSD Timeframe: M5 Trading style: Intraday
Iconic BTC AI
Maurice Prang
5 (1)
ICONIC BTC AI+ | SYNAPSE.PHENOTYPE S6 ENGINE(版本 15.00) 发布定价 当前价格:599 美元。 剩余授权数量:10 个。 下一价格档位:699 美元。 最终价格:1699 美元。 早期优惠价格反映产品发布的当前阶段。随着当前授权名额售罄以及后续价格档位开放,价格将逐步上调。目前尚无明确日期规定当前价格何时失效。 比特币并非外汇货币对。它的表现方式与黄金不同,也不像股指那样遵循交易时段的界限,其波动性特征甚至可能在同一个交易小时内发生变化。为较平稳品种设计的通用自动化系统在这里往往会失效,因为它们默认了 BTCUSD 并不会持续表现出的市场行为。 ICONIC BTC AI+ 专为 BTCUSD 设计。从入场条件验证、人工智能决策路由,到实时风险调整,系统架构的每一层都是围绕这一市场的特性构建的。系统的核心是 SYNAPSE.PHENOTYPE S6 ENGINE,一个不遵循静态规则的认知量化内核。它会根据所交易的市场进行自我适应,在每次平仓后重新调整自身的决策权重,学会及时止损离场,学会掌握跟踪止盈的松紧程度,并通过一个包含九个专精大脑
LumaForge Scalper
Nathan Roche Leonardo Meyers
LumaForge Scalper is an automated MetaTrader 5 Expert Advisor designed for selective Gold day trading and scalping. The EA uses multi-timeframe market analysis on H1, M15 and M5 and operates around the London and New York trading sessions. It is based on Smart Money Concepts and is designed to remain selective rather than trade continuously. When the required market conditions are not present, the EA can remain inactive. TRADING AND POSITION STRUCTURE The EA can execute up to three trading oppor
Price Action Trender
Blessing Takura Chirewa
This robot is based on an MACD strategy for trending markets. The description of the strategy can be found on the attached youtube video. The video explains the strategy and shows a basic backtest and optimisation on a few symbols. It is advised to carry out a a backetst and optimisation of your own before using the robot. The video can be found at >> https://www.youtube.com/watch?v=wU_XCM_kV0Y&nbsp ;
EMA256 Fourier Cycle Trader EMA256 Fourier Cycle Trader is an advanced MetaTrader 5 Expert Advisor combining a long-term EMA or TEMA trend model, causal Fourier cycle analysis, configurable averaging and a unified basket take-profit system. The Expert Advisor is designed primarily for CENT accounts and for traders who understand basket recovery strategies, geometric lot progression and the risks associated with trading without a mandatory Stop Loss. RECOMMENDED STARTING CONFIGURATION Recommended
OverSeer MT5
Theo Karam
4 (2)
OverSeer:Your Thoughtful Trading Ally OverSeer isn’t just another Expert Advisor—it’s a carefully crafted companion for traders looking to navigate the complex world of index trading with a steady, conservative approach. Built through years of experimentation and learning, OverSeer helps you gain exposure to global markets while keeping your strategies grounded in realism. Why Choose OverSeer? OverSeer bridges thoughtful trading strategies and practical decision-making. Instead of trying to pr
SuperGrid EA
Hamid Jalili Nejad
Grid trading Strategy A very safe and profitable strategy based on dividing the chart to horizontal grids and based on market direction (Bullish/Bearish) open buy or sell when the price touches each grid line. Grid distance will be calculated based on percentage of price. That way this EA can be used for any type of market. trade a list of given pairs at the same time on a single account and apply risk management rule for all of them
Perfect Trade EA Indicator 2026 for XAUUSD MT5 Премиальный многоуровневый самообучающийся индикатор с режимом автоторговли для XAUUSD Perfect Trade EA Indicator 2026 — это не просто индикатор и не обычный советник с примитивным входом по шаблону. Это премиальный торговый комплекс для MetaTrader 5, созданный для работы с XAUUSD, который объединяет в себе: - многоуровневый анализ рынка; - интеллектуальную фильтрацию сигналов; - режим автоматической торговли; - продвинутое сопровождение сделки;
PipFinite EA Breakout EDGE MT5
Karlo Wilson Vendiola
5 (3)
The Official Automated Version of the Reliable Indicator PipFinite Breakout EDGE EA Breakout EDGE takes the signal of PipFinite Breakout EDGE indicator and manages the trade for you. Because of numerous financial instruments to consider, many traders want the signals to be fully automated. The EA will make sure all your trades are executed from entry to exit. Saving you time and effort while maximizing your profits. The Edge of Automation Effortless price action trading is now possible acros
Mt5 Classic BBSO
Olivier Nomblot
GUESS WHO'S BACK. THE LEGENDARY BLACK BOX SELF-OPTIMIZING EA — REBORN FOR 2026. Award-winning. Ranked top 20 overall for a DECADE on MT5. No. 1 in the world. Three times. The original self-optimizing multi-module engine traders still talk about today — now rebuilt from the ground up. BBSO – BlackBoxSelfOpt. Plug & Play. Self-Optimizing. Multi-Strategy. Trades currencies, metals, indexes. THE HONEST MACHINE While a generation of "money-printer" robots quietly stacked hidden grids and martingale b
MultiSAR PRO
Eduard Polishchuk
MultiSAR PRO v2.2 — Dual-Logic Multi-Currency Expert Advisor Профессиональный мультивалютный EA на двойном SAR с фильтром H4, логикой XAUUSD и встроенным новостным календарём.   MultiSAR PRO — это полностью автоматический мультивалютный Expert Advisor для MetaTrader 5, построенный на двух независимых торговых логиках: Logic A для кросс-пар (21 инструмент) и Logic B для мажоров и XAUUSD (8 инструментов). Советник использует двойной фильтр Parabolic SAR на таймфреймах H1 и H4 как основной ме
Alpha Bullish Engine MT5 Overview Alpha Bullish Engine(No Martingale, no Grid) is a professional Expert Advisor for MetaTrader 5 designed to identify and trade high-quality market bullish opportunities while maintaining a strong focus on risk management and capital preservation. Built with a combination of trend analysis, momentum assessment, and intelligent trade management, the EA is designed to operate in favorable market conditions while avoiding unnecessary exposure during less suitable env
SolarTrade Suite 金融机器人:LaunchPad 市场专家 - 专为开启交易而设计! 这是一个使用特殊创新和先进算法来计算其价值的交易机器人,是您在金融市场世界中的助手。 使用我们来自 SolarTrade Suite 系列的指标集来更好地选择启动此机器人的时机。 在描述底部查看我们来自 SolarTrade Suite 系列的其他产品。 您想自信地驾驭投资和金融市场的世界吗? SolarTrade Suite 金融机器人:LaunchPad 市场专家是一款创新软件,旨在帮助您做出明智的投资决策并增加您的利润。 SolarTrade Suite 金融机器人的优势:LaunchPad 市场专家: - 准确计算:我们的机器人使用先进的算法和分析方法来准确预测市场走势。 计算购买和出售资产的最佳时机。 - 用户友好界面:直观的界面将使您能够轻松掌握程序并在安装后立即开始享受其好处。 - 专家支持:我们的专业团队随时准备为您解答任何问题,并为您提供有关使用该程序的建议。 立即试用 SolarTrade Suite 金融机器人:LaunchPad Market
黄金单边做空15分钟,30分钟,60分钟,高级策略交易系统,她使用了最新研发的多模态交易策略,单边做空,要使用她,首先看好日线图,大趋势是做空的,那么你可以直接放心使用它,他能给你带来月利率最高70%左右的收益,而且这个交易系统是作者10多年研究计算机系统,数学统计,量化交易,多种数学模型研发的,交易风险极低,因为是在100倍杠杆,仅有0.01手的策略,比如你投入1000USD,0.01手每单最多亏损12USD,盈利可以达到最高35USD,非常高的盈亏比,一个月最高可以盈利700USD左右,保守也有500USD,其他手数可以等比例放缩。注意,如果你说你要拿住一年做空,你需要判断大趋势是否是下跌趋势。相信我,这是我见过最适合做黄金期货的系统了。
Dai Dai
Achmad Benny
Dai Dai is a fully automated grid Expert Advisor for MetaTrader 5, built based on Stochastic divergence entries and a dynamically spaced grid that adapts to live market volatility. It opens the first position only when a confirmed divergence signal appears, then manages the open basket automatically — adding grid orders as price moves against it and closing the entire basket the moment a combined profit target in dollars is reached. The EA offers a choice between Martingale lot scaling and a fix
WR Prop Firm
WEALTHROAD LTD
Wealth Road Bot for Passing   Prop Firm Challenges An Expert Advisor specifically designed to pass the challenge and verification phases of funded account companies, with full compliance to drawdown and daily loss rules. Why Wealth Road Bot for Funded Accounts? Very low drawdown based on our internal testing Most of our clients successfully pass the challenge when following the recommended settings and risk management rules. Automatically avoids trading during restricted hours Respects the rule
Aegis DAX Scalper EA
Damiano Donatello
Aegis DAX Scalper EA is a MetaTrader 5 Expert Advisor designed for short-term trading on GER40/DAX40. The system combines a M5 trend filter with M1 pullback entries, RSI confirmation, candle structure analysis, spread filtering, volatility filtering and automated trade management. The EA does not use grid, martingale or recovery basket logic. Each trade is opened with a real stop loss and managed through break-even and trailing stop rules. Version 1.01 includes improved compatibility with di
GU Liquidity Sniper
Wootthipong Chaiyaphum
Apex Reversal — M1 Precision Reversal Scalper Apex Reversal is a precision intraday scalper that trades reversals at Double Top and Double Bottom turning points on the 1-minute chart. Instead of chasing momentum, it waits for price to fail twice at the same level, confirms the rejection candle, and enters with a tight, structure-based stop and a fixed 2:1 reward target. Every trade is filtered by an event-based BOS / CHoCH market-structure engine on a higher timeframe, so the robot only takes re
Magic EA MT5
Kyra Nickaline Watson-gordon
Magic EA is an Expert Advisor based on Scalping, Elliot Waves and with filters such as RSI, Stochastic and 3 other strategies managed and decided with the robot smartly. Large number of inputs and settings are tested and optimized and embedded in the program thus inputs are limited and very simple. Using EA doesn't need any professional information or Forex Trading Knowledge. EA can trade on all symbols and all time frames, using special and unique strategies developed by the author. The EA w
RBreaker
Zhong Long Wu
RBreaker Gold Indicators 是黄金期货一种短线日内交易策略,它结合了趋势跟踪和日内反转两种交易方式,既能捕捉趋势行情的利润,又能在行情反转时及时止盈并顺势反手。 该策略曾连续15年被美国《Futures Truth》杂志评选为前十大最赚钱的交易策略之一,具有很长的生命周期,至今仍在国内外普遍使用与研究。 本指标结合了2026年期货黄金的走势,依据14日ATR指标,分别定义了突破系数A,观察系数B,反转系数R更合理的数值,非常不错的指标,已实现年稳定盈利,值得推荐~ 以上指标适合高波动品种,参数适合期货黄金,股指期货等,如果需要其他品种行情,需要单独设定 突破系数A,观察系数B,反转系数R,进行回测才能使用。 欢迎指标售后有问题可以加+V:504282029
The Gold Buyer
Moses Aboliwen Aduboa
Ride the Gold Trend with a Simple Buy-Only EA The  EA is a fully automated Buy-Only Expert Advisor for MetaTrader 5. It is designed to capture upward market opportunities with safe risk management and seamless execution. Why Traders Choose It: Best performance on Gold (XAUUSD) – highly liquid and trending. Buy-Only EA – focuses purely on long positions. Plug & Play setup – attach and let it trade automatically. Built-in Stop Loss & Take Profit protection. Smart one-position contro
Fibo Correction
Mariusz Piotr Wrzeszczynski
Fibo Correction 是一款基于规则的 MetaTrader 5 智能交易程序,采用简单的“推动行情 + 回调”交易流程。 工作原理 智能交易程序使用已确认的摆动高低点识别近期具有方向性的价格推动行情。随后等待价格回调至可配置的斐波那契区域,并在开仓前检查所支持的K线形态。 标准策略使用 38.2%-50.0% 回调区域。程序可设置为仅买入、仅卖出或双向交易。 主要设置 - 内置预设选择器 - 可配置的斐波那契入场区域 - 可调整的摆动点深度和最小推动幅度 - K线形态出现后的可选突破确认 - 固定风险收益比目标或可选摆动目标 - 固定手数、固定金额风险或余额百分比风险模式 - 最大点差过滤器 - 基于 ATR 的点差保护 - 同一时间仅允许一个持仓的选项 - 每日交易次数限制和每日亏损限制 - 可选的经纪商服务器时间交易时段过滤器 - 可选的指定时间强制平仓 - 图表面板显示入场、Stop Loss 和 Take Profit 水平 支持的价格行为形态 看涨形态: Hammer、Piercing、Bullish Engulfing、Morning Star。
该产品的买家也购买
SMART TREND TRADING SYSTEM — 特别优惠 您的交易系统、自动化 EA,以及配套培训与支持。 以 99 美元购买适用于 MT5 的 Smart Trend Trading System,即可 免费获赠 Smart Universal Expert Advisor ,用于自动执行系统的交易信号。 STTS 将趋势方向、入场和出场信号、反转区域及重要价格水平集中呈现在图表上。您可以根据系统手动交易,也可以连接随附的 EA,按照您选择的设置自动执行交易。 当前 99 美元的价格适用于接下来的 30 次购买。此后,价格将上调至 149 美元。 您的完整产品套装 购买后,您将获得: • 适用于 MT5 的 Smart Trend Trading System。 • Smart Universal Expert Advisor — 免费赠送。 • 完整的 STTS PDF 用户手册。 • STTS 官方在线课程。 • 逐步安装与设置指导。 • 私人客户社区访问权限及支持服务。 您不仅能获得工具,还能按照清晰的步骤学习如何使用它们。 一套系统,四种交易思路 STTS
Trend Sniper X
Sarvarbek Abduvoxobov
4.88 (34)
Trend Sniper X 是一款适用于 MetaTrader 5 的多周期趋势跟踪指标,可帮助交易者清晰精准地识别趋势方向和潜在的反转点。 适用于 MT4: https://www.mql5.com/en/market/product/193245 价格信息: 当前价格为促销价,随着后续更新和新功能的推出,价格可能会有所变动。 赠品优惠: 购买后联系作者,即可免费获取该指标的 Auto-Trade Assistant EA(自动交易助手 EA)。 Code2Profit 频道 通过多时间框架分析掌控市场! 如何使用 Trend Sniper X 最大化您的胜率:核心规则与交易时段技巧 技术规格 平台 MetaTrader 5 指标类型 多时间周期趋势指标 运行时间周期 任何图表时间周期,可独立选择更高的时间周期 (M1–MN1) 主要交易品种 外汇、黄金 (XAUUSD) 及其他差价合约 (CFD) 推荐账户 任何账户类型 可视化 彩色趋势蜡烛 (买入/卖出/微弱/变化) + 买入/卖出箭头 附加模块 交易时段方框 (悉尼、东京、伦敦、纽约) 主要功能 多时间周期趋势分析: 直接在
Zoryk Gold
Reda El Koutbane
5 (10)
折扣将在 24 小时后结束——下一价格为 69 美元 ZORYK — MetaTrader 5 专用高级 XAUUSD 黄金信号系统 你一定熟悉这种感觉。 你花了很多时间分析黄金,等待合适的入场机会。终于开仓后,价格却立刻朝相反方向移动。你过早平仓、移动止损,或者只犹豫了几秒钟。随后,市场却在没有你的情况下到达了你原本预期的目标。 问题并不总是方向判断错误。 真正的问题是缺乏确定性。 你不知道准确的入场位置在哪里。 你不知道什么时候交易逻辑已经失效。 你不知道应该先锁定较近的利润,还是继续等待更大的行情。 你也不知道当前信号是否足够强,还是自己只是在强行寻找交易机会。 黄金市场变化非常快。一个没有明确计划的好想法,可能在几秒钟内变成错误的交易决定。 ZORYK 正是为了解决这个问题而开发。 什么是 ZORYK ZORYK 是一套完整的 XAUUSD 黄金信号与交易计划系统,专门为 MetaTrader 5  和 M5 时间周期 开发。 它不是一个只显示 BUY 或 SELL 箭头,然后让你独自决定其余所有内容的简单指标。 每个确认后的信号都可以在图表上显示完整的可视化交易计划,包
Unix Scalper
Issam Kassas
5 (2)
UNIX SCALPER — 特别优惠 发现交易形态,看清交易计划,选择执行方式。 以 99 美元购买适用于 MT5 的 UNIX Scalper,即可免费获赠 Smart Universal Expert Advisor,用于自动执行指标的交易信号。 UNIX Scalper 将市场分析、BUY/SELL/WAIT 决策以及 Entry、Stop Loss、TP1 和 TP2 水平集中在一个清晰的面板中。您可以按照交易计划手动交易,也可以连接随附的 EA,按照您选择的设置自动执行交易。 当前 99 美元的价格适用于接下来的 30 次购买。此后,价格将上调至 149 美元。 您的完整产品套装 购买后,您将获得: • 适用于 MT5 的 UNIX Scalper。 • Smart Universal Expert Advisor — 免费赠送。 • 完整的 UNIX Scalper PDF 用户手册。 • UNIX Scalper 官方在线课程。 • 逐步安装与设置指导。 • 私人客户社区访问权限及支持服务。 您不仅能获得工具,还能按照清晰的步骤学习如何使用它们。 看清信号与交
SuperScalp Pro
Van Minh Nguyen
4.64 (33)
SuperScalp Pro - Professional Multi-Layer Confluence Scalping System SuperScalp Pro 是一款高级剥头皮交易指标,在经典 Supertrend 的基础上加入了多个智能确认过滤器。它可以帮助您识别概率更高的 Buy/Sell 交易机会,同时显著减少虚假信号。 清晰的 Buy 和 Sell 箭头会直接显示在图表上,基于 ATR 的 Stop Loss 和 Take Profit 水平会实时自动计算。 购买后,请联系我获取设置指导和推荐配置。 使用 SuperScalp Pro Auto Trader 轻松实现信号自动化: [Auto Trader] 下载推荐设置文件: [Set File] 完整文档请参阅产品博客: [User Guide] 加入官方频道获取最新更新: [Official Channel] SuperScalp Pro 如何工作? 只有当多个确认层同时一致时,指标才会生成交易信号(趋势 + 动能 + 成交量 + 波动率)。 您可以手动交易,也可以连接 SuperScalp Pro Auto Tr
Neuro Poseidon MT5
Daria Rezueva
4.79 (53)
Neuro Poseidon is a new indicator by Daria Rezueva. It combines precise trading signals with adaptive TP/SL levels - creating best possible trades as a result! Message me and get  Neuro Poseidon Assistant  as a gift to automize your trading process! What makes it stand out? 1. Proven profitability on all assets and timeframes 2. Only confirmed BUY and SELL signals present on the chart 3. Adaptive TP & SL levels generated by the software for each trade 4. Easy to understand - suitable for al
SMC Intraday Formula
Kareem Abbas
5 (24)
让我们先坦诚一点。 没有任何一个指标可以单独让你实现盈利。如果有人告诉你可以,那他是在向你兜售一个梦想。任何显示完美买卖箭头的指标都可以被做得看起来毫无瑕疵——只需要放大历史中的某一段并截取成功交易的截图。我们不会这样做。 SMC Intraday Formula 是一个工具。 它为你读取市场结构,标记出概率最高的价格区域,并用简单直白的语言准确告诉你当前智能资金的行为轨迹。你仍然需要做决定。你仍然需要执行交易。但现在,你是带着精确性执行,而不是靠希望。 我们已经在黄金(XAUUSD)以及主要外汇货币对的日内剥头皮交易中使用该指标将近三年。这是我们在 M1、M5、M15 和 M30 上的日常主力工具。它之所以有效,是因为它不试图预测未来——它展示的是当前正在形成的高概率交易机会,并解释 为什么 。 它与其他所有指标有什么不同? 大多数交易指标只做一件事。移动平均线交叉。振荡指标触及某个水平。出现一个箭头。你进场交易。你亏损。你责怪指标。重复。 SMC Intraday Formula 将多个机构级概念整合为一个统一的市场解读: - 斐波那契共振引擎 不只是普通的斐波那契水平——该指标
GoldenX Entry MT5
Kareem Abbas
5 (16)
GoldenX Entry 是一款用于 MT5 的指标,包含自适应 Smart Entry Trend 算法、信号评分系统、市场状态识别器以及波动率过滤器。每个信号都包含计算得出的入场位、三个止盈位(TP1、TP2、TP3)以及止损位。它基于多个分析层构建,旨在适应不同市场条件,将多层分析系统与内置优化器及统计跟踪系统相结合。该指标基于风险收益比(RR)指标和历史交易行为提供量化分析。 开始使用非常简单——在所选时间周期上运行优化器,然后在图表上开始使用该指标。 核心功能 GoldenX Entry 将信号引擎与内置交易管理及历史统计跟踪整合在同一图表中: - 内置优化器: 优化器可在图表上单击运行。它通过两阶段搜索流程测试200种参数组合——先进行探索,再进行优化——并在完成后自动应用选定配置。结果会按时间周期缓存,因此当返回已优化的周期时,会立即恢复相同设置。 - 黄金品种自动周期识别: 将指标加载到任何 XAUUSD 图表(M1 到月线)。系统会自动识别当前周期并加载对应预设。共包含9个时间周期配置文件,专为黄金在标准周期上优化设计。切换周期时,参数会自动调整。 - 资金参考面
Welcome to ENTRY IN THE ZONE AND SMC MULTI TIMEFRAME Entry In The Zone and SMC Multi Timeframe is a real-time market analysis tool based on Smart Money Concepts (SMC), designed to analyze market structure, price direction, and key trading zones. It supports both Single-Timeframe Analysis and Multi-Timeframe Analysis, providing a clearer view of the overall market structure across multiple timeframes, with real-time BUY / SELL signals that do not repaint. It is designed to help filter trading opp
Reversion King Indicator
Eugen-alexandru Zibileanu
5 (8)
全新王者降临 - 指标 + 订单管理提示(TP1 + TP2 + TP3)+ 可选 Telegram 信号发送器 INCLUDED(免费) (完整交易与信号系统) 我们最强的黄金 EA: Gold Slayer 该指标包含先进的交易策略、可自定义订单管理系统,以及结合 Envelope 扩展的均值回归系统,并通过 RSI 等多重智能确认过滤器进行验证,以捕捉高概率反转入场机会,提供 BUY 与 SELL 信号。 你不仅能够学习如何交易,还能学会如何高效管理多个仓位,并利用之前盈利的持仓来覆盖亏损交易。 专为 M5 周期打造并优化,在 BTCUSD 和 XAUUSD 上表现尤为出色,因为这些市场的流动性能够让信号更加干净、可靠。 该指标会自动生成清晰的多头(Long)与空头(Short)信号,同时基于 ATR 自动计算入场位、止损位和止盈位,让风险管理从一开始就融入系统之中。 多 TP 系统设有三个渐进式目标位,你可以在 TP1 锁定部分利润、在 TP2 继续持仓,并在更大的行情中将仓位持有至 TP3,而这正是平均风险回报比真正开始大放异彩的地方。 默认参数开箱即用,已经针对稳定表现进行
M1 Sniper MT5
Oleg Rodin
5 (7)
M1 SNIPER   是一款易于使用的交易指标系统。它是一个专为 M1 时间框架设计的箭头指标。该指标可以作为独立的系统在 M1 时间框架下进行剥头皮交易,也可以作为您现有交易系统的一部分使用。虽然该交易系统专为 M1 时间框架交易而设计,但它也可以用于其他时间框架。我最初设计此方法是为了交易 XAUUSD 和 BTCUSD。但我发现这种方法在其他市场交易中也同样有用。 指标信号既可以顺势交易,也可以逆势交易。我教授一种特殊的交易技巧,帮助您利用指标信号进行双向交易。该方法基于使用特殊的动态支撑位和阻力位区域。 购买后,您可以立即下载 M1 SNIPER 箭头指标。此外,我还为所有 M1 SNIPER 工具用户免费提供下方屏幕截图所示的 Apollo Dynamic SR 指标!这两个指标的组合可以帮助您更轻松、更准确地利用 M1 时间框架进行交易。 购买后请联系我,免费获取交易提示和奖励指标! 祝您交易成功!
Divergence Bomber
Ihor Otkydach
4.89 (94)
购买该指标的每位用户将额外免费获得以下内容: 原创工具“Bomber Utility”,该工具会自动跟踪每一笔交易,设置止损和止盈点,并根据策略规则自动平仓; 适用于不同交易品种的指标设置文件(Set 文件); 三种不同风险模式下的 Bomber Utility 设置文件:“最低风险”、“平衡风险” 和 “观望策略”; 一套详细的 视频操作手册,帮助您快速完成安装、配置并开始使用本交易系统。 注意: 要获取以上所有赠品,请通过 MQL5 的私人消息系统联系卖家。 我为您介绍原创的自定义指标 “Divergence Bomber”(背离轰炸机),它是一套基于 MACD 背离交易策略 的“全功能”交易系统。 该技术指标的主要任务是识别 价格与 MACD 指标之间的背离,并发出交易信号(包括推送通知),指示未来价格可能的运动方向。平均而言,这些信号的准确率超过 98%。有关该指标如何工作的详细说明,请观看本页面上的视频演示。 该系统使用 止损订单 和 动态回撤平仓机制 来管理交易。 Divergence Bomber 指标的主要特点: 支持交易的品种: AUDCAD、AUDCHF、AUDS
Entry Points Pro for MT5
Yury Orlov
4.51 (150)
传奇回归:Entry Points Pro 10。 这款传奇指标曾 3 年稳居 MQL5 Market 前三,如今全面重启。 数百条热情好评(两个版本合计 589 条),每天有数千名交易者用它交易,演示版下载 31,000+   MT4+MT5  次。 五年来我读过你们的每一条评价——在第 10 版里,我没有给出许诺,而是把答案直接做进了产品。指标作者自 1999 年入市, 珍视诚信、自己的声誉和自己的客户 。 Entry Points Pro 给出的入场信号严格不重绘。 而且这一次不再只是作者的一面之词,而是可验证的事实:确认信号只在 K 线收盘后标出,自动化测试记录到 零重绘 (在 EURUSD、XAUUSD 和 BTCUSD 上共 2,486,568 次不变量检查——0 次违规)。测试方法完全公开——您可以在策略测试器中自行复现。 购买后请务必第一时间给我发私信。 我会发给您 扩展版说明书《交易者圣经》 ——使用本指标交易的完整指南——并告诉您如何免费获得 赠品:市场扫描器 ,它能同时分析多个品种和多个时间周期,并在一个界面上显示 Entry Points Pro 此刻在哪里表现
Atomic Analyst MT5
Issam Kassas
4.44 (57)
ATOMIC ANALYST — 特别优惠 您的市场分析工具、自动化 EA,以及配套培训与支持。 以 99 美元购买适用于 MT5 的 Atomic Analyst,即可 免费获赠 Smart Universal Expert Advisor ,用于自动执行指标的交易信号。 Atomic Analyst 将价格行为、趋势方向、入场和出场信号、止损位及多个止盈位集中呈现在图表上。您可以参考其分析手动交易,也可以连接随附的 EA,按照您选择的设置自动执行交易。 当前 99 美元的价格适用于接下来的 30 次购买。此后,价格将上调至 149 美元。 您的完整产品套装 购买后,您将获得: • 适用于 MT5 的 Atomic Analyst。 • Smart Universal Expert Advisor — 免费赠送。 • 完整的 Atomic Analyst PDF 用户手册。 • Atomic Analyst 官方在线课程。 • 逐步安装与设置指导。 • 私人客户社区访问权限及支持服务。 您不仅能获得工具,还能按照清晰的步骤学习如何使用它们。 看清信号,理解交易形态 Atom
Scalper Vault   是一个专业的剥头皮系统,为您提供成功剥头皮所需的一切。该指标是一个完整的交易系统,可供外汇和二元期权交易者使用。推荐的时间范围是 M5。 该系统为您提供趋势方向的准确箭头信号。它还为您提供顶部和底部信号以及江恩市场水平。无论您拥有何种交易经验,该系统都易于使用。您只需要遵循简单的规则并每天重复该过程。 建议将此系统用于主要货币对。感谢您的关注! 请注意,该指标在策略测试器中可能无法正常工作。因此,我建议仅在模拟或真实账户的真实交易条件下使用该系统。 指示器提供所有类型的警报,包括推送通知。 购买指标后请与我联系。我将免费与您分享我的个人交易建议和出色的奖励指标! 祝您交易愉快,盈利!
Trend Catcher ind mt5
Ramil Minniakhmetov
5 (18)
趨勢捕捉指標 趨勢捕捉指標結合了作者獨有的客製化自適應趨勢分析指標,用於分析市場價格趨勢。它透過過濾掉短期噪音,並專注於潛在的動能強度、波動性擴張和價格結構行為,來識別真實的市場方向。此外,它還結合了平滑和趨勢過濾等客製化指標,例如移動平均線、相對強弱指標 (RSI) 和波動率過濾器。 您可以在這裡查看實際運行情況以及我的其他產品: https://www.mql5.com/en/users/mechanic/seller 請注意,我不會在 Telegram 上出售 EA 或任何設置,那是騙局。所有設定都可以在我的部落格上免費取得。 重要提示!購買後請立即聯繫我,以獲取使用說明和額外獎勵! 請注意,我不會在 Telegram 上出售 EA 或任何設置,那是騙局。所有設定都可以在我的部落格上免費取得。
FiboSniper Pro
Van Minh Nguyen
5 (2)
FiboSniper Pro – Multi-Filter Fibonacci System with Auto SL/TP and Control Panel FiboSniper Pro 是一款技术指标,将动态 Fibonacci Envelopes 与多个确认过滤器相结合,以生成经过筛选的 Buy 和 Sell 信号。Fibonacci 水平基于 Moving Average 和 ATR 计算,然后通过 ADX、EMA、RSI、ATR、Volume、Time 和 Candle 结构进行过滤。该指标直接在图表上显示基于 ATR 自动计算的 Stop Loss 和 Take Profit 水平,并提供交互式控制面板,以便快速调整参数。 购买后,请联系我以获取推荐的设置文件和详细使用说明。 使用 Auto Trader X 自动执行 FiboSniper Pro 信号: [Auto Trader X] 用户指南和设置文件: [Click here] 加入官方频道获取最新更新: [Click here] 专为偏好结构化入场和清晰风险管理的交易者设计,适用于 Gold (XAUUSD)、B
Gann Made Easy MT5
Oleg Rodin
5 (10)
Gann Made Easy   是一个专业且易于使用的外汇交易系统,它基于使用先生理论的最佳交易原则。 W.D.江恩。该指标提供准确的买入和卖出信号,包括止损和获利水平。您甚至可以使用推送通知在旅途中进行交易。 购买后请联系我,即可免费获得交易指导和超棒的额外指标! 您可能已经多次听说过江恩交易方法。通常 Gann 的理论不仅对于新手交易者而且对于那些已经有一定交易经验的人来说都是非常复杂的东西。这是因为江恩的交易方法在理论上并不那么容易应用。我花了几年时间来完善这些知识,并将最好的原则应用到我的外汇指标中。 该指标非常易于应用。您所需要的只是将其附加到您的图表并遵循简单的交易建议。该指标不断进行市场分析工作并寻找交易机会。当它检测到一个好的入口点时,它会为您提供一个箭头信号。该指标还显示止损和获利水平。 换句话说,当您像先生一样进行交易时,该指标会为您提供最佳江恩建议。江恩亲自告诉你此时此刻该做什么。但最好的部分是您不需要了解任何有关江恩交易原则的知识,因为该指标会为您完成整个市场分析工作。
Power Candles MT5
Daniel Stein
4.73 (11)
Power Candles V3 - 自我优化的强度指标 Power Candles V3 把货币与品种的强度直接转化为图表上可执行的交易方案。指标不再仅根据强度给K线着色,而是在后台持续运行实时自动优化,为您正面对的品种给出最佳 Stop Loss、Take Profit 与信号阈值。一键采用,Entry、Stop Loss、Take Profit 线就以精确价格绘制在图表上,提醒消息中直接包含方向。 本工具是 Stein Investments 生态系统的一部分 - 18+ 款工具,加上 Max,您的一对一 AI 交易导师。  随时在线,深入了解每一款指标,在您需要梳理思路的那一刻就在那里。  立即认识他: https://stein.investments 每根收盘K线运行 3,000+ 次交易模拟。9 种强度状态。2 种策略并行测试。一键采用最优配置。 为什么需要这个 大多数强度指标只给您一个数值,然后留下三个问题:相信哪个阈值、用哪个 Stop Loss、走哪个交易方向。Power Candles V3 在每根收盘K线上自动回答这些问题。结果就是一个完整的交易方案 -
UZFX {SSS} 超短线智能信号 v5.0 MT5 是一款无重绘的高性能交易指标,专为在快速波动的市场中需要精准、实时信号的超短线交易者、日内交易者和波段交易者设计。该指标由 (UZFX-LABS) 开发,融合了价格行为分析、趋势确认和智能过滤技术,可在所有货币对和时间周期内生成高概率的买卖信号、预警信号以及趋势延续机会。 别再对交易犹豫不决了,开始遵循这一专为追求清晰、精准和纪律性市场执行的交易者设计的结构化信号系统吧。 相信我,这是 MQL5 上最优秀的指标之一,所以千万不要错过!!“为睿智交易者打造的智能信号” 最新 5.0 版本现已发布,价格可能会在未事先通知的情况下上涨至 499.99 美元,所以请尽快入手,以免错失良机!! 最终购买前!如果您想获取免费试用版,请通过 WhatsApp 号码 +923030751987 联系我!! 如果您遇到任何问题“或”有任何不明白的地方,请在私聊中向我咨询!!! 主要功能更新 • 自动买入和卖出信号检测 • 先进的反转识别逻辑 • 潜在市场反转前的预警信号 • 趋势延续确认信号 • 内置风险管理功能,包含入场点、止损点、TP1、
Axiom Matrix
Issam Kassas
5 (8)
Axiom Matrix — 特别优惠 以 49 美元购买 Axiom Matrix,免费获赠 Smart Universal Expert Advisor。 扫描市场。比较机会。选择下一张图表。 Axiom Matrix 将多品种、多周期分析整合到一个面板中。无需逐一检查所有图表,即可找到值得关注的市场。 扫描市场报价中的品种或自选品种,覆盖多个周期。 比较趋势、动量、成交量、波动率及市场质量信息。 通过 Best Axiom Pick、信号状态及可点击单元格查看交易机会。 Axiom Matrix 是分析面板,不执行交易。 您的产品组合 Axiom Matrix Smart Universal Expert Advisor PDF 用户手册和在线课程。 设置指导及客户社区访问权限。 Smart Universal Expert Advisor 是独立赠品,并不承诺可直接自动执行本产品的分析结果。 查看截图,了解界面,并阅读客户评价。 简单三步即可开始 在 MQL5 购买 Axiom Matrix。 在 MQL5 给我发送私信。 获取免费的 Smart Universal Exper
ATstrong
Zaha Feiz
ATSTRONG PRO: 市场结构与突破指标 突破检测引擎 | 5个动态TP目标 | 实时仪表板面板 | 不重绘 首发价格 当前价格: $59 — 每售出10份价格增加$10。 ATSTRONG PRO 是一款专为 MetaTrader 5 设计的高级突破和机构市场结构指标。 它能够检测高概率波段枢轴,识别集群的支撑和阻力堆积区,并实时发送结构破坏(BOS)和特征改变(CHoCH)信号。 该指标会自动在您的图表上绘制动态止损和5个不同的止盈水平(TP1到TP5), 并配有风险回报预测框、星级信号质量评级以及图表上的实时绩效分析仪表板。 交易提示: 这是一款用于手动交易和市场分析的指标。它在K线收盘时显示清晰的视觉信号、水平和警报,并且 完全不重绘 。它不执行自动交易。 核心亮点与特性 智能突破引擎: 同时检测集群水平区域突破和单波段枢轴突破(BOS / CHoCH)。 突破强度评分: 评估动能、成交量/K线实体大小和枢轴质量,以过滤虚假突破和诱多/诱空。 5阶段止盈水平: 预测可自定义的R倍数目标(TP1: 0.5R, TP2: 1.0R, TP3: 1.5R, TP4:
Smc Pro ToolKit
Talal N Z Aljarusha
5 (12)
SMC PRO TOOLKIT — 智能资金分析与结构化交易规划 SMC Pro ToolKit 是一款面向 MetaTrader 5 的专业智能资金概念(Smart Money Concepts / SMC)分析工作空间。 它将市场结构、多周期分析、机构级价格区域、交易机会评估、确认工具、成交量背景、提醒系统和风险规划整合在一个结构清晰的图表环境中。 一个工作空间,多层确认,一套结构化交易计划。 打开完整用户指南 多条件交易机会引擎 SMC Pro ToolKit 的核心是一套 多条件交易机会引擎 。 该引擎不会依赖单一指标或单一市场事件,而是通过多个层面的市场信息,对潜在交易机会进行综合评估。 系统会分析市场结构和背景条件,将各项结果整合为 交易机会质量评分 ,并且只有在所需确认框架完整成立后,才会展示相应的交易思路。 市场背景 → 多周期一致性 → 智能资金区域 → 确认信号 → 质量评分 → 交易计划 当交易机会满足条件时,SMC Pro ToolKit 可以直接在图表上生成完整的交易计划,包括: 买入 / 卖出方向 入场价 止损价 止盈价 风险回报比 交易机会质量
SMART PRICE ACTION CONCEPTS — 特别优惠 看清结构,识别区域,制定交易计划。 以49美元购买MT5版Smart Price Action Concepts,即可免费获得Smart Universal Expert Advisor。 在一张清晰有序的图表中整合Smart Money Concepts(SMC)、ICT风格分析与价格行为分析。识别市场结构、订单块、流动性参考价位和失衡区域,再通过Smart Panel选择要显示的内容。 当前49美元的价格适用于接下来的30笔购买。之后价格将上调至100美元。 完整套餐 • MT5版Smart Price Action Concepts。 • Smart Universal Expert Advisor — 免费赠品。 • 完整PDF用户手册及官方在线课程。 • 分步骤安装和设置指导。 • 私人客户社区访问权限及支持服务。 工具、培训和清晰的入门指引,均包含在购买中。 更有条理地分析市场 • 市场结构:内部与波段结构、HH/HL/LL/LH、BOS与CHoCH、高周期分析及多周期仪表板。 • 关键区域:内
货币强度向导是一个非常强大的指标,为您提供成功交易的一体化解决方案。该指标使用多个时间范围内所有货币的数据来计算这个或那个外汇对的力量。此数据以易于使用的货币指数和货币电力线的形式表示,您可以使用它们来查看这种或那种货币的力量。 您所需要的只是将指标附加到您要交易的图表上,该指标将向您显示您交易的货币的真实强度。该指标还向您显示买卖量压力的极值,您可以在顺势交易时利用这些压力。该指标还显示了基于斐波那契的可能目标。该指标可用于各种交易时间范围。该指标支持各种货币对的交易。   该指标为您提供所有类型的警报,包括推送通知。 购买后请联系我。我将与您分享我的交易技巧,并免费为您提供丰厚的红利指标! 祝您交易愉快,获利丰厚!
Azimuth Pro
Ottaviano De Cicco
5 (7)
Azimuth Pro V2:MT5合成分形结构分析与确认入场 概述 Azimuth Pro 是 Merkava Labs 推出的多层级波段结构指标。四层嵌套波段层级、锚定波段的VWAP、ABC形态识别、三时间框架结构过滤以及收盘确认入场——一个图表,一个从微观波段到宏观周期的完整工作流程。 这不是盲目的信号产品。它是一个以结构为先的工作流程,专为重视位置、背景和时机的交易者打造。 ️ 夏季促销 — 庆祝夏至与 The Oracle Pro 上市:Azimuth Pro 七折优惠,现价 279 美元(原价 399 美元)。限时夏季优惠。 1. V2的变化 合成多时间框架引擎 高时间框架分析从零开始重建,采用与Meridian Pro相同的专有合成架构。更清晰的HTF背景、稳定的实时行为、无经典MTF同步问题。合成引擎还解锁了 固定比率时间框架级联 (x2、x3、x4、x6)——不再在经纪商的固定时间框架之间任意跳转,您可以按图表时间框架的固定倍数分析结构,在每个尺度上保持相同的分形关系。 确认入场箭头 作为稳定且可恢复的执行层而设计的收盘确认箭头。当ABC设置形成且自适应确认逻辑
Currency Strength Anchor —— 会话自适应的相对强度指标,以日开盘、周开盘和月开盘为锚点。无重绘。 大多数强度指标在固定回溯期内比较不同品种。但随着交易日从一个交易时段进入下一个时段,这种比较的意义会发生变化:基于亚洲时段数据的排名在伦敦和纽约开盘后几乎没有参考价值。 Currency Strength Anchor 采用不同的参考方式。它将每个品种与三个固定锚点进行比较——日开盘、周开盘和月开盘——并根据你所处的交易时段自动调整计算范围。 上下文会自动在以下范围之间切换: 仅亚洲时段 亚洲 + 欧洲时段 亚洲 + 欧洲 + 美洲时段 仅美洲时段 所有数值均基于已完成的价格数据计算,不会重绘。 如何阅读 指标为图表上的每个组成部分绘制一条线,因此你始终是在比较两条线。 示例 1 —— 黄金。你会看到两条线,一条代表 XAU,一条代表 USD。如果 XAU 线高于 USD 线,说明黄金强于美元,你应寻找做多 XAUUSD 的机会。 示例 2 —— EURUSD。如果 EUR 线低于 USD 线,说明欧元弱于美元,你应寻找做空 EURUSD 的机会。 规则对所有品
CRT Candle Range Theory HTF MT5.   Ultimate CRT Indicator: Advanced ICT Concepts and Malaysian SnR Trading System Master the Market Maker's Footprints with the Most Advanced Candle Range Theory Indicator Unlock the true power of  Smart Money Concepts (SMC)  and trade precisely like the institutions with the  Ultimate CRT Indicator . Built exclusively for serious traders, this indicator automates the highly effective  Candle Range Theory (CRT) , a core pillar of  ICT Concepts (Inner Circle Trader
Crystal Quantum Pro
Muhammad Jawad Shabir
5 (3)
CRYSTAL QUANTUM PRO Institutional Signal & Trade Intelligence for MetaTrader 5 Final Price: 199 USD ----> Price goes up 10 USD after every 10 sales. Limited launch slots available, act fast. Most indicators give you an arrow and leave you alone. A naked arrow is a gamble. Winning consistently requires CONFLUENCE , a clear STOP and TARGET , and honest PROOF that the system works. Crystal Quantum Pro delivers all three in one clean, no-repaint package. Crystal Quantum Pro is a complete decision sy
Crystal Heikin Ashi Signals
Muhammad Jawad Shabir
5 (4)
Crystal Heikin Ashi Signals - Professional Trend & Signal Detection Indicator Advanced Heikin Ashi Visualization with Intelligent Signal System for Manual & Automated Trading Final Price: $149 ---------> Price goes up $10 after every 10 sales . Limited slots available — act fast . Overview Crystal Heikin Ashi Signals is a professional-grade MetaTrader 5 indicator that combines pure Heikin Ashi candle visualization with an advanced momentum-shift detection system. Designed for both manual traders
作者的更多信息
HARMONIC PATTERN SCANNER DASHBOARD MT5 – Multi Pair Multi TF Gartley Bat Butterfly Crab Cypher Shark + MA RSI RVI Filters PRODUCT TYPE Product type : Technical Indicator Platform : MetaTrader 5 (MT5) Chart mode : Chart window overlay (dashboard + optional pattern drawing) Plots : 0 (no extra price buffers) Version : 1.13 Author : Harmonic Dashboard by FAZA A N Use : Multi-symbol / multi-timeframe harmonic scanning, alerts, and visual trade planning (Entry / SL /
PINBAR MULTI-FILTER SIGNALS MT5 No-Repaint Price Action Arrows with 17 Optional Confirmations Non-repaint pin bar detector for MetaTrader 5. Buy and sell arrows print on closed candles only. Optional trend, momentum, and level filters can block a pin before an alert is sent. PRODUCT TYPE • Type         : MT5 technical indicator (NOT an Expert Advisor) • Function     : Marks pin-bar rejections and can alert you. It doe
5 and 6 Candle Pattern Multi Filter No Repaint A MetaTrader 5 chart indicator that marks Buy and Sell arrows from two closed-candle reversal patterns, then confirms them with optional technical filters and alerts. This product is a technical indicator, not an Expert Advisor. It does not open, close, or manage trades. It plots arrows on the chart window after a candle has closed and can send popup, sound, push, and email alerts. WHAT THIS INDICATOR IS FOR Many candle tools paint a signal while th
ADX SIGNAL ARROWS MULTIFILTER — NO REPAINT BUY SELL INDICATOR FOR MT5 Professional ADX +DI / −DI crossover arrows with 17 optional confirmation filters, closed-bar logic, and multi-channel alerts. Turn raw directional movement into cleaner, filterable buy and sell arrows — without waiting for a second indicator window and without signals that jump after the candle has closed. PRODUCT TYPE • Platform : MetaTrader 5 (MT5) • Produc
ALLIGATOR EXACT SIGNAL MT5 No-Repaint Buy/Sell Arrows + 17 Smart Filters + Full Alerts Alligator Exact Signal MT5 is a professional chart-window indicator for MetaTrader 5. It draws the classic Bill Williams Alligator (Jaw, Teeth, Lips) and prints clear BUY / SELL arrows only when the three lines are in exact order: • BUY = Lips above Teeth above Jaw • SELL = Jaw above Teeth above Lips Every extra confirmation is optional. You can run a clean Alligator-only sign
BB BREAKOUT MULTIFILTER PRO Bollinger Band Buy Sell Signals + 17 Smart Filters for MT5 Precision Bollinger Band breakout arrows with optional multi-filter confirmation, alerts, sound, and mobile push. Built for traders who want a clean chart signal and full control over when a trade setup is allowed. PRODUCT TYPE Type : Technical Indicator (Chart Window) Platform : MetaTrader 5 File : .mq5 Version : 1.42 Display : Upper / Middle
RSI Divergence Breakout Pro – Regular and Hidden Divergence + Trendline Breakout Multi-Filter for MT5 RSI Divergence Breakout Pro finds disagreement between price and RSI, then turns that setup into a visual signal on the MetaTrader 5 chart. It marks Regular and Hidden divergences, draws the connecting line, and can print a separate Breakout Buy or Breakout Sell arrow when price closes through that line. All confirmation filters are optional and off by default. You can use raw divergence only, o
CCI Multi Filter Pro MT5 - Zero Cross Buy Sell Arrows with 17 Confirmation Filters and Instant Alerts CCI Multifilter Pro is a MetaTrader 5 indicator that uses CCI zero-cross as the entry trigger, then confirms that trigger with optional filters. Buy is considered when CCI crosses above zero. Sell is considered when CCI crosses below zero. A signal is accepted only if every filter you enabled also agrees. You can run a simple CCI-only setup, or combine trend, momentum, candle structure, support/
CCI MULTI-FILTER OB/OS SIGNAL PRO MT5 17 Confirmation Filters + Arrows + Alerts Professional CCI Overbought / Oversold Buy-Sell Arrow Indicator for MetaTrader 5 with 17 optional confirmation filters, closed-bar signals, popup / push / email / sound alerts. Turn raw CCI crosses into cleaner entries. Keep every filter OFF for classic CCI arrows, or stack RSI, ADX, MA, Ichimoku, AO, SAR, Heiken Ashi, MACD, RVI, Support-Resistance, and Fibonacci to reduce weak signals. PRODUCT
CHO MULTI-FILTER PRO MT5 No-Repaint Chaikin Oscillator Zero-Cross Signals + 16 Smart Filters + Alerts Turn Chaikin Oscillator zero-line crosses into cleaner, filter-confirmed Buy and Sell arrows — after the candle closes, with no repaint on confirmed signals. This is a professional MetaTrader 5 indicator built for traders who want a clear CHO zero-cross engine, then the freedom to add trend, momentum, volatility, structure, and price-action confirmation. Enable
Pin Bar Rejection and Marubozu Multi Filter Signal Indicator for MT5 PRODUCT TYPE Platform      : MetaTrader 5 Type          : Technical Indicator Category      : Price Action / Signal / Multi Filter Display       : Main chart arrows Aqua arrow    : BUY Red arrow     : SELL Does not trade: no orders are opened or closed Markets       : Forex, Gold, Indices, Crypto, Oil, Stocks Timeframes    : All (M1 to MN) Version       : 1.21 Signal bar    : last closed cand
Fractal Breakout Pro MT5 Dual Wick and Body Signals with 17 Confirmation Filters Custom MetaTrader 5 indicator for confirmed fractal breakouts. It plots wick and body arrows, optional active level lines, and alerts by popup, sound, push, and email. Filters are optional and combined with AND logic. PRODUCT TYPE Type: Custom technical indicator (not an Expert Advisor) Platform: MetaTrader 5 Window: Chart window Plots: 4 arrows (Buy Wick, Sell Wick, Buy Body, Sell Body) Version: 1.34 Use: Manual
Non-Repaint Heiken Ashi No-Wick Signal MT5 | Multi-Filter Buy Sell Arrows + Alerts ===== PRODUCT TYPE ===== Product Category : Technical Indicator Platform : MetaTrader 5 (MT5) Window : Chart Window (overlay) Version : 3.17 Code Name : HA Signal v3.17 MultiFilter Author : FAZA A N Signal Style : Buy and Sell arrows on closed Heiken Ashi candles Repaint Status : Non-repaint. Signals are drawn only on already closed bars. Alerts : Terminal popup, sound, push notification, email Filters : 16 opti
HULL CROSSOVER ARROWS MULTI FILTER MT5 Non-Repaint Buy / Sell Signals + Modular Filters Hull Crossover Arrows Multi Filter MT5 Hull Trend Signal Arrows Smart Filter PRODUCT TYPE Platform      : MetaTrader 5 Product Type  : Indicator Program Type  : Custom Indicator Window        : Chart Window Plots         : Buy Arrow + Sell Arrow + Hull Line Core Logic    : Price crossover of Hull Moving Average Repaint Policy: Arrows confir
MA10 HL MultiFilter No-Repaint | EMA High-Low Cross Buy Sell Arrows MT5 Professional no-repaint buy and sell arrow indicator for MetaTrader 5. The entry is an EMA High and EMA Low crossover. After the cross, a modular multi-filter engine can confirm or block the setup. The result is a closed-bar arrow with optional popup, sound, and push notification. Built for traders who want a High/Low breakout trigger instead of a generic close-price MA cross, with full control over confirmation instead o
MA CROS KU v3.52 - No-Repaint Multi-Filter MA Crossover Buy/Sell Signals with Ichimoku Shift-26 and Alerts (MT5) No-repaint Fast/Slow MA crossover for MetaTrader 5. Optional confirmation: Trend MA, Ichimoku Senkou Span B (shift 26 fixed), RSI, ADX, Single MA, RSI75, Double MA, Awesome Oscillator, Parabolic SAR, Heiken Ashi, CCI, RVI, MACD, Support/Resistance and Fibonacci. Popup, sound, push and email alerts fire only on the last closed bar. ================ PRODUCT TYPE ================ Type:
MA Cross Scanner MT5 | Multi Pair Multi Timeframe Dashboard with No-Repaint Signals PRODUCT TYPE Platform: MetaTrader 5 Category: Technical Indicator Display: Chart-window overlay and on-chart dashboard Version documented: 1.12 Role: Manual screening tool Markets: Forex pairs, metals such as XAUUSD, and any Market Watch symbol Timeframes: Any MT5 period you list from M1 to MN1 This product does not open, close, or manage orders. It finds completed Fast/Slow m
MACD Zero Cross Multi Filter Signals MACD Zero Cross Pro | Level 0 Signals + Multi Filters | No Repaint for MT5 MACD Zero Cross Pro is a MetaTrader 5 oscillator and signal tool built around a classic MACD histogram. It marks BUY and SELL only when the MACD main line crosses the zero level on a closed bar, then checks optional confirmation filters before drawing an arrow or sending an alert. This is not an Expert Advisor. It does n
MACD Histogram Signal Multi Filter with Arrows and Alerts PRODUCT TYPE Product type : Technical Indicator Platform : MetaTrader 5 Category : Oscillators / Signal Indicators Display : Separate MACD window + buy/sell arrows on the price chart Markets : Forex, Gold, Indices, Crypto, Stocks, Commodities Timeframes : All (M1 to MN1) Does it trade: No. This indicator does not open, close, or manage orders. This MetaTrader 5 indicator turns a MACD line crossover into a
MOMENTUM KU PRO MT5 No-Repaint Momentum Cross 100 • Multi-Filter Buy & Sell Signals MT5 Chart Indicator • Closed-Bar Arrows • Alert • Sound • Push Momentum • RSI • ADX • MA • Ichimoku • AO • SAR • Heiken Ashi • CCI • RVI • MACD • S/R • Fibonacci PRODUCT TYPE Type : Technical Indicator for MetaTrader 5 Display : Chart window Buy / Sell arrows Core signal : Momentum cross of the 100 level Repaint rule : No arrow on the still-forming bar Platform : MetaTrader
NLMS Adaptive Volatility Trail Pro | No-Repaint Multi-Filter Buy & Sell Signals MT5 Adaptive NLMS trailing line + ATR volatility bands + 18 optional confirmation filters. Closed-bar arrows only. Alerts, push notifications, and custom sounds included. PRODUCT TYPE • Platform        : MetaTrader 5 • Type            : Technical Indicator (chart window) • Category        : Trend / Trailing Stop / Buy-Sell Signals / Multi-Filter • Version         : 1.28 — Stri
PARABOLIC RSI MULTIFILTER SIGNAL NR Non-Repaint Buy Sell Indicator for MetaTrader 5 PRODUCT TYPE Type        : Technical Indicator Platform    : MetaTrader 5 Category    : Oscillators / Trading Signals Version     : 2.11 Signal Mode : Closed-candle confirmation (no repaint) Markets     : Forex, Gold, Indices, Crypto, Stocks, CFD Timeframes  : All (M15, H1, H4, D1 recommended) Display     : RSI window + arrows on the main chart SHORT DESCRIPTI
PARABOLIC RSI SCANNER DASHBOARD MT5 No-Repaint Multi-Pair Multi-Timeframe Momentum Reversal Scanner PRODUCT TYPE Platform : MetaTrader 5 Category : Technical Indicator Mode : Chart overlay panel, manual decision tool This is not an Expert Advisor. It does not open, close, or manage orders. Scans many symbols and timeframes from one chart. Parabolic SAR is applied to RSI, then the latest closed-bar SAR-on-RSI reversal is listed. Filters, alerts, sorting, chart
PARABOLIC SAR FLIP SIGNAL MULTI FILTER No-Repaint Buy and Sell Entry Arrows for MetaTrader 5 MetaTrader 5 chart indicator that plots Parabolic SAR dots and prints a Buy or Sell arrow only after a confirmed SAR flip on a closed candle, and only if the filters you enabled also agree. This product is an entry-signal indicator. It does not open, close, or manage orders.
MULTI CANDLE PATTERN MULTI FILTER SIGNALS No-Repaint Buy and Sell Arrows for MetaTrader 5 PRODUCT TYPE Type            : Technical Indicator Platform        : MetaTrader 5 Display         : Chart window arrows Markets         : Forex, Gold, Indices, Crypto, Stocks, Oil Timeframes      : All timeframes (M1 to MN) Signals         : BUY and SELL arrows after candle close Repaint         : No. Forming candle stays empty Version logic   : Multi candle pattern + opt
RSI Dual Crossover Scanner Dashboard MT5 Multi-Pair Multi-TF RSI I / RSI II Signals + 17 Filters + Alerts Scan many pairs and timeframes from one panel. Catch the latest Fast RSI vs Slow RSI crossover, confirm it with optional filters, get alerts, and open the signal chart in one click. A professional RSI crossover radar — without opening 20 charts. PRODUCT TYPE
筛选:
无评论
回复评论