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
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 is a fully automatic Forex trading Expert Advisor. This robot was made in 2014 year and did a lot of profitbale trades during this period. So far over 7000% growth on my personal account. There was many updates but 2019 update is the best one. The robot can run on any instrument, but the results are better with EURGBP, GBPUSD, on the M5 timeframe. Robot doesn't show good results in tester or live account if you run incorrect sets. Set files for Live accounts availible only for cu
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
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
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
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+ | SYNAPSE.PHENOTYPE S6 ENGINE(バージョン 15.00) 発売価格 現在価格:599 USD。 残りライセンス数:10。 次の価格帯:699 USD。 最終価格:1699 USD。 早期アクセス価格は製品リリースの現在のフェーズを反映したものです。現在のライセンス枠が終了し、次の価格帯が開放されるにつれて価格は段階的に引き上げられます。現在の価格が終了する明確な予定日は設定されていません。 ビットコインは為替通貨ペアではありません。ゴールドのような値動きをせず、株価指数のようにセッションの境界を尊重するわけでもなく、ボラティリティの特性は一時間の取引の中でさえ変化することがあります。落ち着いた値動きの通貨向けに作られた汎用の自動売買システムは、BTCUSDが安定して示さない市場の挙動を前提としているため、ここではしばしば機能しません。 ICONIC BTC AI+ はBTCUSD専用に設計されています。エントリー条件の検証からAIによる意思決定のルーティング、リアルタイムのリスク調整に至るまで、アーキテクチャのあらゆる層がこの市
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
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: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
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, который объединяет в себе: - многоуровневый анализ рынка; - интеллектуальную фильтрацию сигналов; - режим автоматической торговли; - продвинутое сопровождение сделки;
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
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 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 Market Expert - 取引を開始するために設計されています! これは、革新的で高度なアルゴリズムを使用して値を計算する取引ロボットであり、金融​​市場の世界でのアシスタントです。 SolarTrade Suite シリーズのインジケーター セットを使用して、このロボットを起動するタイミングをより適切に選択してください。 説明の下部にある SolarTrade Suite シリーズの他の製品をご覧ください。 投資と金融市場の世界を自信を持ってナビゲートしたいですか? SolarTrade Suite 金融ロボット: LaunchPad Market Expert は、情報に基づいた投資決定を行い、利益を増やすのに役立つ革新的なソフトウェアです。 SolarTrade Suite 金融ロボット: LaunchPad Market Expert の利点: - 正確な計算: 当社のロボットは、高度なアルゴリズムと分析方法を使用して、市場の動きを正確に予測します。 資産を売買するのに最適なタイミングを
Gold Short-Only 15-Min, 30-Min, 60-Min Advanced Strategy Trading System. It employs the latest multi-modal trading strategy developed for short-only gold trading. To use it, first check the daily chart — if the macro trend is bearish, you can confidently deploy it. It can deliver monthly returns of up to around 70%. This trading system is the result of over 10 years of research by the author in computer systems, mathematical statistics, quantitative trading, and multiple mathematical models. Tra
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
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 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
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 Gold Indicatorsは、金先物の短期日内取引戦略であり、トレンドフォローと日内反転の2つの取引手法を組み合わせたものです。トレンド相場での利益を捉えるだけでなく、相場が反転した際には迅速に利確し、その流れに沿ってポジションを反転させることができます。 この戦略は、アメリカの雑誌『Futures Truth』において、15年連続で最も収益性の高い取引戦略トップ10に選ばれた実績を持ち、非常に長いライフサイクルを誇り、現在も国内外で広く使用・研究されています。 本インディケーターは、2026年の金先物の値動きに対応し、14日間のATR指標に基づいて、ブレイクアウト係数A、観察係数B、リバーサル係数Rをより合理的な値で定義しています。非常に優れたインディケーターであり、安定的な年間収益を実現しています。ぜひおすすめします〜
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 用のルールベース Expert Advisor です。 仕組み Expert Advisor は、確定したスイングポイントを使って直近の方向性のある価格インパルスを検出します。その後、価格が設定可能なフィボナッチゾーンまで戻るのを待ち、対応するローソク足パターンを確認してからポジションを開きます。 標準ロジックでは 38.2%-50.0% のリトレースメントゾーンを使用します。Buy のみ、Sell のみ、または両方向で動作できます。 主な設定 - 内蔵プリセット選択 - 設定可能なフィボナッチエントリーゾーン - ピボット深度と最小インパルス幅の調整 - ローソク足パターン後のブレイク確認を任意で使用 - 固定 Risk:Reward ターゲット、または任意のスイングターゲット - 固定ロット、固定金額リスク、残高比率リスク - 最大スプレッドフィルター - ATR ベースのスプレッド保護 - 同時に1ポジションのみとする設定 - 1日の取引回数制限と1日の損失制
このプロダクトを購入した人は以下も購入しています
SMART TREND TRADING SYSTEM — 特別オファー トレードシステム、自動化EA、学習コンテンツとサポートをひとつに。 MT5用のSmart Trend Trading Systemを99米ドルでご購入いただくと、シグナルの自動売買に使える Smart Universal Expert Advisorを無料でプレゼント します。 STTSは、トレンドの方向、エントリー・決済シグナル、反転ゾーン、重要な価格水準をチャート上にまとめて表示します。システムを参考に手動で取引することも、付属のEAを接続し、ご自身で選んだ設定に基づいて自動売買することもできます。 現在の99米ドルという価格は、これからの30件の購入に適用されます。その後、価格は149米ドルに上がります。 充実のパッケージ内容 ご購入には以下が含まれます。 • MT5用Smart Trend Trading System。 • Smart Universal Expert Advisor — 無料。 • STTSの完全版PDFユーザーマニュアル。 • STTS公式オンラインコース。 • インストールと
Trend Sniper X
Sarvarbek Abduvoxobov
4.88 (34)
Trend Sniper X は、トレードの方向性と潜在的な反転ポイントを明確かつ正確に特定するのに役立つ、MetaTrader 5 用のマルチタイムフレーム・トレンドフォロー指標です。 MT4用: https://www.mql5.com/en/market/product/193245 価格情報: 現在の価格はプロモーション価格であり、今後のアップデートや新機能のリリースに伴い変更される場合があります。 ボーナス特典: このインジケーター用の無料自動売買アシスタントEAを入手するには、購入後に an 著者(開発者)へメッセージをお送りください。 Code2Profit チャンネル マルチタイムフレーム分析で相場をマスターしよう! Trend Sniper X で勝率を最大化する方法:重要なルールとセッションのコツ 技術仕様 プラットフォーム MetaTrader 5 インジケータータイプ マルチタイムフレーム・トレンドインジケーター 操作タイムフレーム あらゆるチャートタイムフレームに対応。個別に選択可能な上位タイムフレーム (M1–MN1) を搭載 主要銘柄 FX、ゴールド (X
Zoryk Gold
Reda El Koutbane
5 (10)
割引は 24 時間後に終了します — 次の価格は$ 69 ZORYK — MetaTrader 5専用 XAUUSDシグナル・トレードプランニングシステム このような経験はありませんか。 ゴールドを分析し、エントリーを待ち、ようやくポジションを持った直後に価格が逆方向へ動く。 早すぎる決済をしてしまったり、Stop Lossを動かしたり、数秒迷っている間にチャンスを逃したりする。 その後、相場は自分が最初に予想していた方向へ進み、目標へ到達する。 問題は常に方向判断ではありません。 本当の問題は、明確な計画がなかったことです。 どこでエントリーすべきか。 どこでトレードの前提が無効になるのか。 近い利益を確保すべきか、より大きな値動きを待つべきか。 現在のsetupが本当に強いのか、それとも無理にトレードを探しているだけなのか。 ゴールドは非常に速く動きます。 正しい分析でも、明確なプランがなければ数秒で悪い判断に変わることがあります。 ZORYKは、その問題を解決するために開発されました。 ZORYKとは ZORYKは、MetaTrader 5とXAU
UNIX SCALPER — 特別オファー セットアップを見つけ、取引プランを確認し、取引方法を選ぶ。 MT5用UNIX Scalperを99米ドルで購入すると、シグナルを自動売買に活用できる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]
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 はツールです。 市場構造を読み取り、最も高い確率の価格ゾーンを特定し、今この瞬間のスマートマネーの痕跡をシンプルな言葉で正確に示します。最終判断はあなたが行います。トレードを実行するのもあなたです。しかし今は「希望」ではなく「精度」でエントリーできます。 私たちはこのインジケーターを、ゴールド(XAUUSD)および主要FX通貨ペアで約3年間、日々のスキャルピングに使用してきました。M1、M5、M15、M30の主要ツールです。これは未来を予測しようとするのではなく、今まさに形成されている高確率セットアップを示し、その理由を説明します。 他のすべてのインジケーターと何が違うのか? ほとんどのトレーディングイ
GoldenX Entryは、MT5向けのインジケーターであり、適応型Smart Entry Trendアルゴリズム、シグナルスコアリングシステム、マーケットレジーム検出機能、およびボラティリティフィルターを備えています。各シグナルには、計算されたエントリーレベル、3つのテイクプロフィット(TP1、TP2、TP3)、およびストップロスレベルが含まれます。本インジケーターは、異なる市場環境に適応するために設計された複数の分析レイヤー上に構築されており、マルチレイヤー分析システムと内蔵オプティマイザーおよび統計トラッキングシステムを組み合わせています。リスク・リワード(RR)指標および過去のトレード履歴に基づく定量分析を提供します。 使い始めは簡単です — 選択した時間足でオプティマイザーを実行し、そのままチャート上でインジケーターを使用します。 コア機能 GoldenX Entryは、シグナルエンジンとトレード管理機能、そして過去統計トラッキングを1つのチャートに統合しています: - 内蔵オプティマイザー: オプティマイザーはチャート上でワンクリックで実行できます。200通りのパラメー
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シグナル送信機能付き(無料) (完全なトレード&シグナルシステム) ゴールド向け最高のEA: Gold Slayer このインジケーターには、高度な戦略、カスタマイズ可能な注文管理システム、そしてエンベロープ拡張を組み合わせた平均回帰システムが搭載されています。さらに、RSIなど複数のインテリジェントな確認フィルターによって、高確率の反転エントリーをBUY・SELLシグナルとして検出します。 単にトレードを学ぶだけでなく、複数ポジションを効果的に管理し、過去に利益を出しているオープンポジションで損失トレードをカバーする方法も学べます。 M5向けに構築・最適化されており、流動性が高くシグナルの精度が安定しているBTCUSDとXAUUSDで優れたパフォーマンスを発揮します。 このインジケーターは、ATRを基に自動計算されたエントリー、ストップロス、テイクプロフィットレベルを備えた明確なLong・Shortシグナルを提供するため、リスク管理が最初から組み込まれています。 マ
M1 SNIPER は使いやすいトレーディングインジケーターシステムです。M1時間足向けに設計された矢印インジケーターです。M1時間足でのスキャルピングのためのスタンドアロンシステムとして、また既存のトレーディングシステムの一部としても使用できます。このトレーディングシステムはM1時間足での取引に特化して設計されていますが、他の時間足でも使用できます。元々、この手法はXAUUSDとBTCUSDの取引用に設計しましたが、他の市場においても役立つと考えています。 インジケーターのシグナルは、トレンドの方向と逆方向に取引できます。インジケーターのシグナルを利用して両方向に取引するのに役立つ特別な取引テクニックをご紹介します。この手法は、特別な動的なサポートとレジスタンスの価格帯を利用することに基づいています。 ご購入後、M1 SNIPER矢印インジケーターをすぐにダウンロードできます。さらに、M1 SNIPERツールのすべてのユーザーに、以下のスクリーンショットに表示されているApollo Dynamic SRインジケーターを無料で提供しています。この2つのインジケーターを組み合わせることで
このインジケーターを購入された方には、以下の特典を 無料 で提供しています: 各トレードを自動で管理し、ストップロスとテイクプロフィットを設定し、戦略ルールに基づいてポジションを決済する補助ツール 「Bomber Utility」 様々な銘柄に合わせたインジケーターの設定ファイル(セットファイル) 「最小リスク」、「バランスリスク」、「待機戦略」 の3つのモードで使用できる Bomber Utility 用の設定ファイル このトレーディング戦略をすぐに導入・設定・開始できる ステップバイステップのビデオマニュアル ご注意: 上記の特典を受け取るには、MQL5のプライベートメッセージシステムを通じて販売者にご連絡ください。 オリジナルのカスタムインジケーター 「Divergence Bomber(ダイバージェンス・ボンバー)」 をご紹介します。これは、MACDのダイバージェンス(乖離)戦略に基づいた 「オールインワン」型のトレーディングシステム です。 このテクニカルインジケーターの主な目的は、価格とMACDインジケーターの間に発生するダイバージェンスを検出 し、将来の価格の動きを示
伝説が帰ってきました:Entry Points Pro 10。 MQL5 Marketのトップ3に3年間入り続けた伝説的インジケーターの再始動です。 2つのバージョンで合計589件の高評価レビュー、毎日数千人のトレーダーが実際のトレードに使用し、デモのダウンロードは31,000件以上   MT4+MT5 。 私はこの5年間に寄せられたレビューをすべて読み、約束を並べる代わりに、その答えをバージョン10に組み込みました。1999年から相場に携わり、 誠実さ、自らの評判、そして顧客を大切にする 作者による製品です。 Entry Points Proのエントリーシグナルは、リペイント(再描画)を一切行いません。 そして今回初めて、これは作者の言葉ではなく検証可能な事実になりました。確定シグナルはローソク足の終値確定後にのみ表示され、自動テストで リペイントはゼロ と確認されています(EURUSD、XAUUSD、BTCUSDで2,486,568回の不変条件チェック、違反0件)。検証方法は公開されており、ストラテジーテスターでご自身で再現できます。 ご購入後は、必ずすぐにダイレクトメッセージでご
ATOMIC ANALYST — 特別オファー 市場分析、自動化EA、学習コンテンツとサポートをひとつに。 MT5用のAtomic Analystを99米ドルでご購入いただくと、シグナルの自動売買に使える Smart Universal Expert Advisorを無料でプレゼント します。 Atomic Analystは、プライスアクション、トレンドの方向、エントリー・決済シグナル、損切り水準、複数の利確水準をチャート上にまとめて表示します。分析を参考に手動で取引することも、付属のEAを接続し、ご自身で選んだ設定に基づいて自動売買することもできます。 現在の99米ドルという価格は、これからの30件の購入に適用されます。その後、価格は149米ドルに上がります。 充実のパッケージ内容 ご購入には以下が含まれます。 • MT5用Atomic Analyst。 • Smart Universal Expert Advisor — 無料。 • Atomic Analystの完全版PDFユーザーマニュアル。 • Atomic Analyst公式オンラインコース。 • インストールと設
Scalper Vault は、スキャルピングを成功させるために必要なすべてを提供するプロフェッショナルなスキャルピング システムです。このインジケーターは、外国為替およびバイナリー オプションのトレーダーが使用できる完全な取引システムです。推奨される時間枠は M5 です。 システムは、トレンドの方向に正確な矢印シグナルを提供します。また、トップとボトムのシグナルとギャン マーケット レベルも提供します。 インジケーターは、プッシュ通知を含むすべてのタイプのアラートを提供します。 インジケータの購入後にご連絡ください。私の個人的な取引の推奨事項と素晴らしいボーナス指標を無料で共有します! 幸せで有益な取引をお祈りします!
トレンドキャッチャーインジケーター トレンドキャッチャーインジケーターは、開発者独自の適応型トレンド分析指標を組み合わせることで、市場価格の動きを分析します。短期的なノイズを除去し、根底にあるモメンタムの強さ、ボラティリティの拡大、価格構造の挙動に焦点を当てることで、真の市場方向性を特定します。また、移動平均線、RSI、ボラティリティフィルターなどの平滑化およびトレンドフィルタリング機能を備えたカスタマイズ指標も使用します。 実際の運用状況のモニタリングやその他の製品については、こちらをご覧ください: https://www.mql5.com/en/users/mechanic/seller ご注意ください。私はTelegramでEAや設定を販売していません。詐欺です。すべての設定はブログで無料で公開しています。 重要!ご購入後すぐにご連絡ください。手順とボーナスをお送りします!
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レベルをチャート上に直接表示し、さらに迅速な調整が可能なインタラクティブControl Panelを提供します。 購入後、推奨設定ファイルと詳細な使用方法については、私にご連絡ください。 Auto Trader Xを使用してFiboSniper Proのシグナルを自動化できます: [Auto Trader X] User GuideとSet Files: [Click her
Gann Made Easy   は、ミスター・ギャンの理論を使用した取引の最良の原則に基づいた、プロフェッショナルで使いやすい外国為替取引システムです。 W・D・ガン。このインジケーターは、ストップロスとテイクプロフィットレベルを含む正確な買いと売りのシグナルを提供します。 PUSH通知を利用して外出先でも取引可能です。 ご購入後、取引方法の説明と優れた追加インジケーターを無料で入手するには、私にご連絡ください! おそらく、ギャンの取引手法についてはすでに何度も聞いたことがあるでしょう。通常、ギャンの理論は初心者のトレーダーだけでなく、すでにある程度の取引経験がある人にとっても非常に複雑なものです。なぜなら、ギャンの取引手法は理論的にはそれほど簡単に適用できるものではないからです。私はその知識を磨き、最良の原則を私の外国為替インジケーターに組み込むために数年を費やしました。 このインジケーターは非常に簡単に適用できます。必要なのは、それをチャートに添付し、簡単な取引推奨事項に従うだけです。このインジケーターは常に市場分析の仕事を行い、取引の機会を探します。適切なエントリーポイントを検
Power Candles V3 - 自己最適化型強弱インジケーター Power Candles V3は 、通貨や銘柄の強さを、適用されたすべてのチャート上で実行可能なトレードプランに変換します。単にローソク足を色分けするだけでなく、バックグラウンドでリアルタイムの自動最適化を実行し、目の前の銘柄に対して最適なストップロス、テイクプロフィット、およびシグナルの閾値を提示します。ワンクリックで実取引に適用でき、エントリーポイント、ストップロス、テイクプロフィットのラインが正確な価格位置にチャート上に表示され、方向性を示すアラートがリアルタイムで発動します。 このツールは、Stein Investmentsのエコシステムの一部です。  18種類以上のツールをすべて閲覧し、AIを活用したセットアップの推奨事項を入手し、  https://stein.investments でコミュニティに参加しましょう クローズしたバーごとに3,000回以上のトレードシミュレーション。9つの強さの状態。2つの戦略を並行してテスト。勝率の高い設定をワンクリックで適用。 なぜこれが必要なのか ほとんどの強
UZFX {SSS} スキャルピング・スマートシグナル v5.0 MT5は、変動の激しい市場において正確かつリアルタイムのシグナルを求めるスキャルパー、デイトレーダー、スイングトレーダー向けに設計された、リペイントのない高性能な取引インジケーターです。(UZFX-LABS)によって開発されたこのインジケーターは、価格行動分析、トレンド確認、スマートフィルタリングを組み合わせることで、すべての通貨ペアおよび時間枠において、高確率の売買シグナル、警告シグナル、トレンド継続の機会を生成します。 トレードの判断に迷うのはもうやめましょう。明確さ、正確さ、そして規律ある市場執行を求めるトレーダーのために設計された、体系的なシグナルシステムに従い始めましょう。 間違いなく、MQL5で入手可能な最高のインジケーターの一つです。絶対に見逃さないでください!!「スマートなトレーダーのためのスマートシグナル」 最新バージョン5.0がリリースされました。価格は予告なく最大499.99ドルまで値上がりする可能性がありますので、チャンスを逃さないようお早めにお求めください!! 購入を決める前に!無料トライアル
Axiom Matrix — 特別オファー Axiom Matrix を 49 米ドルで購入すると、Smart Universal Expert Advisor を無料でプレゼント。 市場をスキャン。セットアップを比較。次のチャートを選ぶ。 Axiom Matrix は複数銘柄・複数時間足の分析を一つのダッシュボードに集約します。チャートを一つずつ開かずに注目する市場を探せます。 気配値表示または選択した銘柄を複数の時間足でスキャン。 トレンド、モメンタム、出来高、ボラティリティ、市場環境の質を比較。 Best Axiom Pick、シグナルの状態、クリックできるセルでセットアップを確認。 Axiom Matrix は分析用ダッシュボードです。取引は実行しません。 パッケージ内容 Axiom Matrix Smart Universal Expert Advisor PDF ユーザーガイドとオンライン講座。 設定ガイドと購入者コミュニティへのアクセス。 Smart Universal Expert Advisor は独立した特典です。本製品の直接的な自動化を約束するものではありません。
ATSTRONG PRO:市場構造&ブレイクアウトインジケーター ブレイクアウト検出エンジン | 5つの動的TPターゲット | ライブダッシュボードパネル | リペイントなし 導入価格 現在の価格: $59 — 10回の販売ごとに価格が$10上昇します。 ATSTRONG PRO は、MetaTrader 5 用に設計された高度なブレイクアウトおよび機関投資家向け市場構造インジケーターです。 高確率のスイングピボットを検出し、クラスター化されたサポートとレジスタンスの蓄積ゾーンを特定し、 リアルタイムで構造の破壊(BOS)と性質の変化(CHoCH)のシグナルを発します。 このインジケーターは、ダイナミックなストップロスと5つの個別のテイクプロフィットレベル(TP1〜TP5)をチャート上に自動的に直接描画します。 リスクリワード予測ボックス、星付けされたシグナル品質の評価、およびリアルタイムのオンチャートパフォーマンス分析ダッシュボードを備えています。 取引に関する注意: これは手動取引および市場分析用のインジケーターです。ローソク足の確定時に明確な視覚的シグナル、レベル、アラー
Smc Pro ToolKit
Talal N Z Aljarusha
5 (12)
SMC PRO TOOLKIT — SMART MONEY ANALYSIS & STRUCTURED TRADE PLANNING SMC Pro ToolKit is a professional Smart Money Concepts analysis workspace for MetaTrader 5. It combines market structure, multi-timeframe analysis, institutional price zones, setup evaluation, confirmation tools, volume context, alerts, and risk planning inside one organized chart environment. One workspace. Multiple layers of confirmation. One structured trading plan. OPEN COMPLETE USER GUIDE MULTI-CONDITION SETUP ENGINE At
SMART PRICE ACTION CONCEPTS — 特別オファー 構造を確認し、ゾーンを見つけ、取引プランを立てる。 MT5用Smart Price Action Conceptsを49米ドルで購入すると、Smart Universal Expert Advisorが無料で付属します。 Smart Money Concepts(SMC)、ICTスタイルの分析、プライスアクションを、見やすいチャートにまとめます。市場構造、オーダーブロック、流動性の参考水準、インバランスを確認し、Smart Panelで表示する要素を選択できます。 現在の49米ドルの価格は、今後30件の購入に適用されます。その後、価格は100米ドルになります。 パッケージの内容 • MT5用Smart Price Action Concepts。 • Smart Universal Expert Advisor — 無料特典。 • 完全版PDFユーザーマニュアルと公式オンラインコース。 • インストールと設定の手順ガイド。 • 購入者限定コミュニティへの参加とサポート。 ツール、学習教材、わかりやすい入門
通貨強さウィザードは、取引を成功させるためのオールインワン ソリューションを提供する非常に強力な指標です。このインジケーターは、複数の時間枠のすべての通貨のデータを使用して、このまたはその外国為替ペアのパワーを計算します。このデータは、使いやすい通貨インデックスと通貨パワーラインの形式で表され、特定の通貨のパワーを確認するために使用できます。 必要なのは、取引したいチャートにインジケーターを接続することだけです。インジケーターは、取引する通貨の実際の強さを示します。このインジケーターは、トレンドに合わせて取引するときに有利に利用できる売買高の圧力の極値も示します。このインジケーターには、フィボナッチに基づく可能なターゲットも表示されます。 このインジケーターは、PUSH 通知を含むあらゆるタイプのアラートを提供します。 購入後ご連絡下さい。私の取引のヒントをあなたと共有し、素晴らしいボーナスインジケーターを無料で提供します! 幸せで有益な取引をお祈りします。
Azimuth Pro
Ottaviano De Cicco
5 (7)
Azimuth Pro V2:MT5向けシンセティック・フラクタル構造分析と確認済みエントリー 概要 Azimuth Pro は Merkava Labs によるマルチレベルスイング構造インジケーターです。4つのネストされたスイングレイヤー、スイングアンカーVWAP、ABCパターン検出、3タイムフレーム構造フィルタリング、そして確定バーでの確認済みエントリー — 1つのチャートで、ミクロスイングからマクロサイクルまでを網羅するワークフロー。 これはブラインドシグナル製品ではありません。ロケーション、コンテキスト、タイミングを重視するトレーダーのための構造ファーストワークフローです。 ️ サマーセール — 夏至とThe Oracle Proの発売を記念して、Azimuth Proが30%オフ。現在279 USD(通常399 USD)。期間限定の夏季オファー。 1. V2での変更点 シンセティック・マルチタイムフレームエンジン 上位タイムフレーム分析をMeridian Proと同じ独自のシンセティックアーキテクチャで一から再構築。よりクリーンなHTFコンテキスト、安定したライブ動作、
Currency Strength Anchor — セッション適応型の相対的強さ指標。日足・週足・月足の始値をアンカーとして使用。非リペイント。 多くの強さメーターは、固定された過去期間で銘柄を比較します。しかし、取引日がアジアから欧州、そして米国セッションへと進むにつれ、その比較結果の意味は変化します。アジアセッションのデータで作られたランキングは、ロンドンやニューヨークが取引している時間帯にはほとんど役に立ちません。 Currency Strength Anchor は異なる基準を採用しています。各銘柄を、日足・週足・月足の3つの固定アンカーポイントに対して測定し、取引している時間帯に応じて計算範囲を自動調整します。 コンテキストは自動的に以下の間で切り替わります: アジアセッションのみ アジア+欧州セッション アジア+欧州+米国セッション 米国セッションのみ 値は確定した価格データから算出され、リペイントしません。 読み方 インジケーターは、チャート上のシンボルを構成する各コンポーネントに1本ずつラインを描画します。つまり、常に2本のラインを比較することになります。 例 1
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 - 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
フィルタ:
レビューなし
レビューに返信