Trade Master Pro Suite v2


TRADEMASTER PRO SUITE v2.0 Institutional-Grade Signal Detection — 8-Layer Confluence Engine

TradeMaster Pro Suite is a professional-grade custom indicator built for traders who demand quality over quantity. Rather than relying on a single indicator or a fixed threshold, it evaluates every potential signal through 8 independent analytical layers. Each layer contributes a weighted score, and a signal is only generated when the combined score meets the user-defined minimum threshold. This approach eliminates noise and significantly reduces false entries across all market conditions.

THE 8 CONFLUENCE LAYERS

Layer Indicator Weight
1 EMA 21 / 50 / 200 — Trend Alignment and Crossover 25%
2 RSI(14) — Momentum Zone and Divergence Detection 15%
3 Stochastic Fast (5,3,3) and Slow (14,3,3) — Quad Rotation 15%
4 Squeeze Momentum — Bollinger Bands(20) vs Keltner Channel 15%
5 MACD (12,26,9) — Crossover and Histogram Direction 10%
6 ATR Regime — Volatility Classification (Trending / Ranging / Volatile) 10%
7 Volume Acceleration — 3-bar progressive increase 5%
8 Price Action Structure — Range Expansion and Higher High / Lower Low 5%

Each signal carries a normalized score from 0 to 100. The minimum threshold is user-controlled (default: 40). A higher score indicates stronger confluence across more independent layers.

ABSOLUTE ZERO REPAINT — GUARANTEED

Zero repaint is the foundational design principle of this indicator. Signals never move, never disappear, and never change after they have been drawn on a historical bar.

Technical implementation (verified):

  • All BUY and SELL arrows are evaluated exclusively on closed bars (shift >= 1). The live bar (shift = 0) is never used for signal placement.
  • Buffer initialization uses the prev_calculated optimization — historical bars are never overwritten on incremental updates.
  • The MTF H4 filter synchronizes bar alignment using iBarShift(), referencing the H4 bar that was actually closed at the time of the signal bar.
  • The session filter is evaluated against time[idx] (the bar's own timestamp), not TimeCurrent(), ensuring historical accuracy.
  • Signal labels (OBJ_TEXT) use unique names per bar index and are created once — never moved or recreated.
  • Arrays use ArraySetAsSeries(false) — index 0 equals the oldest bar, fully consistent with MQL5 buffer semantics.
  • Loop guard: idx < 1 or idx >= rates_total - 1 — mathematically impossible to touch the live bar.

UNIVERSAL COMPATIBILITY — ANY SYMBOL, ANY TIMEFRAME

All indicator handles are created dynamically at initialization using _Symbol and PERIOD_CURRENT. There are no hardcoded timeframes or pip values anywhere in the codebase.

Supported timeframes: M1, M5, M15, M30, H1, H4, D1, W1, MN1

Supported asset classes:

  • Forex Majors: EURUSD, GBPUSD, USDJPY, USDCHF, USDCAD, AUDUSD, NZDUSD
  • Forex Crosses: GBPJPY, EURJPY, GBPAUD, AUDNZD and all others
  • Metals: XAUUSD (Gold), XAGUSD (Silver)
  • Indices: US30, US500, NAS100, GER40, UK100, JP225
  • Energy: XTIUSD (WTI Oil), XBRUSD (Brent)
  • Crypto: BTCUSD, ETHUSD, LTCUSD (broker dependent)

Price normalization uses SYMBOL_TRADE_TICK_SIZE rather than NormalizeDouble alone, ensuring full compatibility with brokers of all types, including those with non-standard tick sizes for metals and indices.

INTERACTIVE PROFESSIONAL DASHBOARD

A fully functional dark-themed dashboard with 4 tabs and complete mouse interactivity:

Panel features:

  • Drag and drop — click the header to move the panel freely anywhere on the chart
  • Minimize and expand — collapse to a compact title bar
  • Close and reopen — panel returns on next chart refresh
  • Dark theme with professional color coding (green / red / blue)

Tabs:

  • Signals: last 50 signals with timestamp, direction, score, and volatility regime
  • Statistics: total signals, bull/bear ratio, average score, last signal time
  • Scanner: real-time multi-symbol scanner refreshed every 30 seconds
  • Risk: active risk profile, balance, equity, and module status

SIGNAL LABELS ON CHART

Every signal displays a text label directly on the chart containing:

  • Direction: BUY (up arrow) or SELL (down arrow)
  • Confluence score (example: 78)
  • Volatility regime: TRENDING / RANGING / VOLATILE

Labels are positioned automatically above or below the signal arrow using an ATR-based offset, ensuring readability without overlapping price candles.

MULTI-SYMBOL SCANNER

The built-in scanner monitors up to 20 symbols simultaneously, refreshed every 30 seconds via EventSetTimer.

  • Default symbols: EURUSD, GBPUSD, USDJPY, XAUUSD, GBPJPY, AUDUSD, USDCAD, USDCHF
  • Fully configurable via input parameter (comma-separated list)
  • Displays: symbol, timeframe, direction, EMA confluence score, current price
  • Operates on the chart's active timeframe
  • Disabled automatically in Strategy Tester to avoid symbol availability errors

INCLUDED MODULES

Prop Firm Compliance Mode

Monitors account exposure and enforces configurable daily loss limits. Tracks equity vs. session starting balance using AccountInfoDouble — no position queries are used, maintaining full MQL5 Market compliance. Modes: Standard, Prop Firm, Conservative. Includes an audit log of all compliance threshold events.

5 Risk Profile Presets

One-click parameter application for five pre-configured trading styles:

Profile Risk % Max Positions ATR Multiplier Daily Limit
Conservative 1.0% 3 1.5x 3.0%
Moderate 2.0% 5 2.0x 5.0%
Aggressive 3.0% 8 2.5x 8.0%
Prop Firm 0.5% 1 2.0x 5.0%
Scalping 0.5% 3 1.0x 4.0%

Custom profiles can be created, named, and saved to disk (up to 10 custom profiles). File operations are disabled automatically in the Strategy Tester.

Institutional SMC Filter

Detects Order Blocks and Fair Value Gaps on the active symbol. When price aligns with identified institutional zones, the confluence score receives an additional boost. The filter can be enabled or disabled independently via input parameter.

Volatility Regime Filter

Classifies the current ATR relative to a 20-bar rolling average into three regimes: Trending (ATR ratio >= 1.3), Volatile (ratio >= 2.0), and Ranging (below 1.3). An optional filter can block signal generation during ranging conditions. Fully adaptive — no hardcoded pip thresholds.

INPUT PARAMETERS

Signal Detection:

  • Min Score (0–100): minimum confluence threshold — default 40 (moderate), 60 (selective), 75 (strict)
  • Cooldown Bars: minimum bar separation between signals of the same direction — default 3
  • Show Arrows: true / false
  • Show Labels: true / false (score and regime displayed on chart)
  • H4 MTF Filter: optional higher-timeframe trend alignment using PERIOD_H4
  • Max Spread (points): maximum allowed spread at signal time — default 100, 0 to disable
  • Session Filter: London and New York sessions only (07:00–21:00 UTC)

Scanner:

  • Enable Scanner: true / false
  • Scanner Symbols: comma-separated symbol list

Risk and Modules:

  • Risk Profile: 5 presets
  • Risk Mode: Standard / Prop Firm / Conservative
  • Daily Loss Limit: percentage of session starting balance
  • Volatility Filter: enable / disable
  • SMC Filter: enable / disable

WHO IS THIS FOR

  • Day traders requiring objective, multi-confirmation entry signals
  • Swing traders seeking high-quality setups with volatility regime context
  • Scalpers on M1 to M5 with cooldown and spread protection
  • Prop firm traders needing daily loss tracking and compliance mode
  • Portfolio traders monitoring multiple pairs via the built-in scanner
  • Algorithmic traders seeking a reliable signal foundation for EA development

TECHNICAL SPECIFICATIONS

Property Value
Platform MetaTrader 5
Version 1.00
Chart window Main chart (overlay)
Indicator buffers 2 (BUY arrows, SELL arrows)
Repaint Zero — guaranteed
Compilation 0 errors, 0 warnings
Timeframes All (M1 to MN1)
Symbols Any (Forex, Metals, Indices, Crypto, Energy)
Brokers Any MT5 broker
License Single account (standard MQL5 protection)

PRODUCTION-GRADE CODE QUALITY

  • Passes MetaEditor compilation with 0 errors and 0 warnings
  • NormalisePrice() uses SYMBOL_TRADE_TICK_SIZE — eliminates Error 130 on metals and indices
  • ValidateStopsDistance() checks both SYMBOL_TRADE_STOPS_LEVEL and SYMBOL_TRADE_FREEZE_LEVEL
  • All indicator handles validated against INVALID_HANDLE — INIT_FAILED returned on critical failure
  • All CopyBuffer() return values are validated before use
  • Defensive null pointer checks on all module objects before every method call
  • Clean OnDeinit() — no memory leaks, no orphaned chart objects
  • Scanner and dashboard operations disabled in Strategy Tester and Optimizer
  • File I/O operations (risk profiles, compliance log) include tester environment guards

Copyright 2026 code4trading — Gori German Pablo https://www.mql5.com/es/users/pablogx9/seller


Recommended products
This indicator acts as an advanced chart analysis assistant for traders who love trading Chart Patterns. It is designed to reduce the burden of visual analysis and increase accuracy in making a profit. Main features of this indicator from a practical usage perspective: 1. Automated Pattern Detection Saves time and reduces bias: You don't need to manually draw trendlines. The indicator will search for price swings (Pivot High/Low) and automatically draw Rising Wedge and Falling Wedge structures w
SlopeChannelB MT5
MIKHAIL VINOGRADOV
SlopeChannelB – a technical analysis tool that constructs a sloping price movement channel, offering unique opportunities to assess the current market situation and find trading signals. Main features of the indicator: Sloping price movement channel : The indicator helps visualize support and resistance levels, which may indicate potential reversal points or trend continuations. Various line colors and background highlighting : Sloping support and resistance levels are displayed in differen
The indicator builds current quotes, which can be compared with historical ones and on this basis make a price movement forecast. The indicator has a text field for quick navigation to the desired date. Options: Symbol - selection of the symbol that the indicator will display; SymbolPeriod - selection of the period from which the indicator will take data; IndicatorColor - indicator color; Inverse - true reverses quotes, false - original view; Next are the settings of the text field, in w
# DRAWDOWN INDICATOR V4.0 - The Essential Tool to Master Your Trading ## Transform Your Trading with a Complete Real-Time Performance Overview In the demanding world of Forex and CFD trading, **knowing your real-time performance** isn't a luxury—it's an **absolute necessity**. The **Drawdown Indicator V4.0** is much more than a simple indicator: it's your **professional dashboard** that gives you a clear, precise, and instant view of your trading account status. --- ## Why This Indicator
CCI Fixed Dual
Edoardo Centorame
What is CCI FIXED DUAL CCI FIXED DUAL is a professional Trend Direction Filter, designed to accurately identify: the dominant direction of the market the structural quality of the movement the consistency between the main trend and acceleration phases It is not a direct entry indicator. It is not a classic oscillator. It is a context tool, designed to help the trader decide when to trade and when NOT to trade, drastically reducing noise and interpretation errors. Basic philosophy of CCI FIXED DU
Overview Candle Timer Countdown Pro displays a smooth, accurate countdown to the close of the current candle, accompanied by a circular progress arc that gives you an instant visual sense of time remaining. Unlike other timers that freeze between ticks or drift out of sync, this indicator uses server time interpolation to deliver a stutter-free countdown on every timeframe from M1 to MN. Whether you trade scalping setups on the 1-minute chart or swing positions on H4, knowing exactly when the cu
MarketPredict Pro – Advanced Multi‑Layer Market Analysis   How It Works MarketPredict Pro combines six independent analytical layers to generate highly accurate predictions for the next candle.   6‑Layer Analysis Buyers/Sellers Pressure   – measures the strength of buyers vs. sellers Trend Strength   – 20‑period SMA trend calculation Volatility   – ATR‑like volatility model (14 periods) Market Pressure   – cumulative pressure from the last 5 bars Prediction Engine   – multi‑factor nex
Order Book, known also as Market Book, market depth, Level 2, - is a dynamically updated table with current volumes of orders to buy and to sell specific financial instument at price levels near Bid and Ask. MetaTrader 5 provides the means for receiving market book from your broker, but in real time only, without access to its history. The indicator OrderBook Cumulative Indicator accumulates market book data online and visualizes them on the chart. In addition, the indicator can show the market
Trade Extender
Loncey Duwarkah
5 (1)
Autonomously executes trades, overseeing the entire process from initiation to completion.  Free support via chat, email and remote assistance Originally built for XAUUSD (Gold). Settings changes for other symbols Powerful rules management Enhanced positioning features Risk Management / Dynamic lot sizing Quick Setup Symbols : XAUUSD Investment for all: Our trading bot is crafted to serve traders of all investment levels, ensuring accessibility to the forex market even for those with limited fu
Divergence Matrix Pro for MetaTrader 5 Divergence Matrix Pro is a confirmed multi-oscillator divergence indicator for MetaTrader 5. It detects regular and hidden divergence between price and selected oscillators, then presents the confirmed structure through divergence lines, pivot labels, action markers, an optional current-timeframe Matrix Panel and optional alerts. The indicator is an analysis and confirmation tool. It does not open or close trades, and the signal score is not a win rate or a
VR Grid Mt5
Vladimir Pastushak
3.25 (8)
The VR Grid indicator is designed to create a graphical grid with user-defined settings. Unlike the standard grid , VR Grid is used to build circular levels . Depending on the user's choice, the step between the round levels can be arbitrary. In addition, unlike other indicators and utilities, VR Grid maintains the position of the grid even when the time period changes or the terminal is rebooted. You can find settings, set files, demo versions, instructions, problem solving, at [blog] You can
FREE
TheRealPrice v3.0 | Ultimate Spread & Ask Visualizer TheRealPrice is a high-precision utility for MetaTrader 5 designed to expose the hidden cost of every trade: The Spread . While standard charts only display the Bid price, professional traders know that buy orders and short-exits happen at the Ask price. TheRealPrice bridges this gap by drawing a dynamic, real-time horizontal line that tracks the exact Ask level, providing a clear visual representation of the current market spread. Why do you
TradeAQ
Guo Sheng Zhao
LuoMo Volume & Price Structure 8.98 A multi-function chart indicator for   MetaTrader 4 and MetaTrader 5 , designed to display key volume, volatility, sentiment, and price-structure information directly on the main chart. Main Features Volume and price-based Support & Resistance Volume spike and exhaustion signals ATR volatility expansion alerts Volume Profile with HVN and LVN Bullish and bearish sentiment distribution Developing or fixed POC VAH and VAL levels Supply and Demand zones Volume-wei
RSI Currency Strength Meter is a powerful and elegant multi-currency indicator that measures the real-time relative strength of the 8 major currencies using RSI logic. By calculating the smoothed performance of each currency across its major pairs and applying the RSI formula, it delivers clean and responsive strength lines that make it easy to spot which currencies are truly strong or weak at any moment. This indicator is particularly useful for visualizing currency correlations and divergence
Here   our more valuable tools SMC Trend Trading   ,  Easy SMC Trading  ,  Institutional SMC Architect Volume Analysis Tools  ,  Volume flow Profile  ,  Market volume profile  , FVG with Volume  , Liquidity Heatmap Profile  ,  Volume Spread Analysis The    Liquidity Heatmap   is a sophisticated institutional trading tool designed to reveal where over-leveraged traders are trapped. By calculating estimated liquidation levels based on volume spikes and leverage, this indicator draws a dynamic "h
Ornstein–Uhlenbeck Z-Score Regime Suite Discover not only the deviation, but whether the movement still has enough strength to continue. Two movements can reach the same Z-Score while representing completely different conditions. One may be ready to return to the mean, while the other may be developing persistence and lasting far longer than expected. The suite applies the Ornstein–Uhlenbeck process to the normalized series, combining three essential dimensions: distance, persistence, and revers
PriceMagnet Volume Profile Stop guessing where the smart money is sitting. See it. PriceMagnet Volume Profile is a precision volume-analysis indicator built for MetaTrader 5 traders who want to trade with institutional context instead of guesswork. Rather than plotting volume as a flat bar under your chart, PriceMagnet reconstructs a full horizontal volume histogram directly on price — showing you exactly which price levels attracted the most trading activity over your selected lookback window,
RBreaker
Zhong Long Wu
RBreaker Gold Indicators is a short-term intraday trading strategy for gold futures that combines trend following and intraday reversal approaches. It not only captures profits during trending markets but also enables timely profit-taking and counter-trend trading during market reversals. This strategy has been ranked among the top ten most profitable trading strategies by the American magazine   Futures Truth   for 15 consecutive years. It boasts a long lifecycle and remains widely used and st
HAS RSI Signal — Professional Trend Indicator with SL/TP Calculation HAS RSI Signal is a powerful trading tool that combines time-tested classics with modern noise-filtering algorithms. The indicator analyzes the market through the prism of Heiken Ashi Smoothed candles and the RSI oscillator, providing clear entry signals at trend reversals or when exiting overbought/oversold zones. Key Advantages: Double Filtration: Using Heiken Ashi Smoothed eliminates market "noise," while RSI confirms the mo
Inguz
Maxim Kuznetsov
Ing (inguz,ingwar) - the 23rd rune of the elder Futhark ᛝ, Unicode+16DD. Add some runic magic to your trading strategies. The correct marking of the daily chart will indicate to you the successful moments for counter-trend trading. Simple to use, has high efficiency in volatile areas. Be careful in lateral movements. Signals ᛝ are generated when the main lines of construction intersect. Red arrow down - recommended sales Blue up arrow - recommended purchases rare purple arrows indicate exce
Money Flow Profile MT4  HERE Here our more valuable tools SMC Trend Trading   ,  Easy SMC Trading  ,  Institutional SMC Architect Volume Analysis Tools  ,  Volume flow Profile  ,  Market volume profile  , FVG with Volume  , Liquidity Heatmap Profile  ,  Volume Spread Analysis  Master Edition is a professional-grade analytical tool designed to visualize market structure through the lens of volume and money flow. Unlike standard volume indicators, this tool displays a Daily Volume Profile
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
KMB Smart Pattern Analyzer PRO
Karwan Msto Mohammed Mohammed
Product Overview KMB Smart Pattern Analyzer PRO is an advanced technical analysis indicator designed to detect and rank high-probability market patterns inside a user-defined chart range. The indicator combines multiple analysis engines in one professional tool: Candlestick pattern analysis Classic chart pattern recognition Harmonic structure detection Smart market structure / SMC-style analysis Instead of showing random signals across the full chart, the indicator allows the user to focus on a
Visual Dolphin Indicator
AL MOOSAWI ABDULLAH JAFFER BAQER
Visual Dolphin Indicator Unlock the rhythm of the market with the Visual Dolphin Indicator, your ultimate tool for identifying and capitalizing on market trends with clarity and confidence. Designed for both novice and experienced traders, this indicator eliminates the noise and guesswork, providing crystal-clear buy and sell signals directly on your chart. The Logic Behind the Waves The core of the Visual Dolphin Indicator is a sophisticated yet intuitive dual-wave system based on moving avera
Traders Dynamic Index (TDI) - Overview The Traders Dynamic Index (TDI) is a versatile indicator based on the RSI oscillator.  It helps traders identify market conditions and potential reversals. The TDI combines multiple indicators into one, providing a comprehensive view of market dynamics. Components: - Green line: RSI Price Line - Red line: Trade Signal Line - Blue fill: Volatility Band - Yellow line: Market Base Line Visual Signals: 1. Trend Direction:     - Immediate:       - Green over
MultiSession Volume Profile is a professional volume profile indicator for MetaTrader 5 that builds separate POC, VAH, VAL and volume histograms for multiple custom trading sessions on the same chart. It helps you see where volume truly concentrated in each part of the day (RTH, Globex, Asia, London, etc.), so you can identify key intraday levels, ranges, and magnets that many standard tools miss. ​ Main advantages Multi-session profiles Build up to 5 fully independent sessions with custom times
STRICTLY FOR BOOM INDEX ONLY!!!!! Here I bring the Maximum Trend Arrows OT1.0 MT5 indicator. This indicator is made up of a combination of different trend indicators for entries and exits, for entries an orange arrow will paint on the chart below the current market and a red flag for closing of trades and it produces buy arrows only. When the orange arrow appears, it will appear along with it's sound to notify you. The 1H timeframe is recommended, don't use it anywhere else than on the 1H timefr
PipFinite Trend PRO MT5
Karlo Wilson Vendiola
4.84 (560)
Breakthrough Solution For Trend Trading And Filtering With All Important Features Built Inside One Tool! Trend PRO's smart algorithm detects the trend, filters out market noise and gives entry signals with exit levels. The new features with enhanced rules for statistical calculation improved the overall performance of this indicator. Important Information Revealed Maximize the potential of Trend Pro, please visit www.mql5.com/en/blogs/post/713938 The Powerful Expert Advisor Version Automatin
" UNIQUE TRADING APPROACH FOR HIGHLY ACCURATE REVERSE SIGNALS!" "Clear signals for market reversals and precision entries inside the trend – proven effective and visible." The intelligent algorithm analyzes potential trend reversals and highly accurate entries along the current trend. Designed to spot key price action moments. The result is a clean, stable, and easy-to-read chart. WHY TRADERS PAY ATTENTION TO TREND REVERTING PRO Helps reveal moments when the   current trend may be losing stren
GoldPro Max
Taher Ahmed Mohamed Taha Elshafei
GOLDPRO MAX Advanced Multi-Timeframe and Smart Money Market Analysis for MetaTrader 5 GoldPro Max is a professional market analysis indicator for MetaTrader 5 designed to help traders study market direction, price structure, liquidity, market imbalance and potential trading areas from multiple perspectives. The indicator combines Multi-Timeframe Analysis, Smart Money Concepts, Market Structure, Liquidity Analysis, Order Blocks, Fair Value Gaps, Premium and Discount analysis, Smart Analytical Eng
Buyers of this product also purchase
Neuro Poseidon MT5
Daria Rezueva
4.85 (54)
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
The  UZFX {SSS} Scalping Smart Signals v4.0 MT5  is a Non Repaint high-performance trading indicator designed for Scalpers, Day Traders, and Swing Traders  who demand accurate, real-time signals in fast-moving markets. Developed by  (UZFX-LABS) , this indicator combines price action analysis, trend confirmation, and smart filtering to generate high-probability  buy and sell signals, Warning Signals, and Trend Continuation Opportunities across all currency pairs and timeframes.  Stop second-guess
Session High Low Lines Indicator that plots key intraday reference levels directly on the chart: the previous day's high/low and the current day's high/low, updated automatically as the new day forms. An optional previous week high/low can also be displayed. These levels are widely used as reference points for potential support and resistance zones, breakout confirmation, and range context during a trading session. Features Previous day High/Low lines Current day High/Low lines (updates in real
Azimuth Pro
Ottaviano De Cicco
5 (7)
Azimuth Pro V2: Synthetic Fractal Structure and Confirmed Entries for MT5 Overview Azimuth Pro is a multi-level swing structure indicator by Merkava Labs . Four nested swing layers, swing-anchored VWAP, ABC pattern detection, three-timeframe structural filtering, and closed-bar confirmed entries — one chart, one workflow from micro-swings to macro-cycles. This is not a blind signal product. It is a structure-first workflow for traders who care about location, context, and timing. ️ Summer Sale
FX-AIEA Smart Supply and Demand Zone Identification Indicator (Supply and Demand Indicators MT5) Version: 2.51 | Compatible Platform: MetaTrader 5  Why do trades need supply and demand zones? Supply and demand zones are the core manifestation of institutional order flow, reflecting real buying and selling power more accurately than traditional support and resistance. However, manual drawing is not only time-consuming but also highly subjective and prone to missing key areas. FX-AIEA Supp
ZAB Supply Demand MTF automatically detects institutional supply and demand zones across up to 9 timeframes and draws them directly on your chart. Based on Sam Seiden's methodology, this indicator identifies the exact zones where banks and institutions placed their orders. Why This Indicator? Unlike basic support/resistance tools, ZAB Supply Demand MTF classifies every zone by its formation pattern and merges overlapping zones from different timeframes into high-probability confluence areas. Key
Gem SIGNAL
Shengzu Zhong
5 (1)
GEM Signal Pro GEM Signal Pro is a trend-following indicator for MetaTrader 5, designed for traders who want clearer signals, more structured trade setups, and practical risk management directly on the chart. Instead of showing only a simple arrow, GEM Signal Pro helps present the full trade idea in a cleaner and more readable way. When conditions are confirmed, the indicator can display the entry price, stop loss, and take profit targets on the chart, helping traders review the setup more effic
PrimeScalping
Temirlan Kdyrkhan
PrimeScalping is a powerful trading companion designed to generate high-probability entry signals with dynamic TP/SL/DP levels based on volatility. Built-in performance tracking shows win/loss stats, PP1/PP2 hits, and success rates — all updated live. Key Features: Buy/Sell signals with adaptive volatility bands Real-time TP/SL/DP levels based on ATR Built-in MA Filter with optional ATR/StdDev volatility Performance stats panel (Success, Profit/Loss, PP1/PP2) Alerts via popup, sound, push, or e
RelicusRoad Pro MT5
Relicus LLC
4.96 (24)
RelicusRoad Pro: Quantitative Market Operating System 70% OFF LIFETIME ACCESS (LIMITED TIME) - JOIN 2,000+ TRADERS Why do most traders fail even with "perfect" indicators? Because they trade Single Concepts in a vacuum. A signal without context is a gamble. To win consistently, you need CONFLUENCE . RelicusRoad Pro is not a simple arrow indicator. It is a complete Quantitative Market Ecosystem . It maps the "Fair Value Road" price travels on, distinguishing between random noise and true structur
Introducing the South African Sniper Indicator Created by a dedicated team of South African traders with years of profitable experience in the financial markets, the South African Sniper Indicator is designed to give traders a sharp edge — combining simplicity, precision, and power in one tool. This is a plug-and-play indicator for MT5, built to deliver accurate BUY and SELL (Sniper Entry) signals — complete with target levels and automated trailing stops. Whether you trade forex, indice
TrendMaestro5
Stefano Frisetti
note: this indicator is for METATRADER4, if you want the version for METATRADER5 this is the link:  https://www.mql5.com/it/market/product/108106 TRENDMAESTRO ver 2.5 TRENDMAESTRO recognizes a new TREND from the start, he never makes mistakes. The certainty of identifying a new TREND is priceless. DESCRIPTION TRENDMAESTRO identifies a new TREND in the bud, this indicator examines the volatility, volumes and momentum to identify the moment in which there is an explosion of one or more of these da
KT Alpha Hunter Arrows MT5
KEENBASE SOFTWARE SOLUTIONS
Most arrow indicators give you a signal and leave you to figure out the rest. KT Alpha Hunter Arrows gives you the full trading plan. Every signal arrow prints with a full plan already drawn: entry line, stop-loss, four take-profit levels, and a live edge verdict telling you whether this symbol and time-frame is worth trading right now. An included Trade Manager EA handles the execution after you enter, so discipline stays intact when the market gets loud. Non-repaint. Closed-bar signals only. B
Btcusd Pro
Metin Erkamoglu
BTCUSD PRO Signal Solution for MT5 BTCUSD PRO is a decision-support indicator for MetaTrader 5, designed for traders who analyze BTCUSD or BTCUSD# with a structured signal workflow. The product is not an automated trading system. It does not open, close, or manage trades automatically. It provides analytical buy and sell signal information and displays a visual trade plan on the chart so the user can make their own trading decisions. Main purpose BTCUSD PRO is designed for traders who prefe
SmartScalping
Temirlan Kdyrkhan
SmartScalping is a powerful trading companion designed to generate high-probability entry signals with dynamic TP/SL/DP levels based on volatility. Built-in performance tracking shows win/loss stats, PP1/PP2 hits, and success rates — all updated live. Key Features: Buy/Sell signals with adaptive volatility bands Real-time TP/SL/DP levels based on ATR Built-in MA Filter with optional ATR/StdDev volatility Performance stats panel (Success, Profit/Loss, PP1/PP2) Alerts via popup, sound, push, or e
ScalpPoint
Temirlan Kdyrkhan
ScalpPoint is a powerful trading companion designed to generate high-probability entry signals with dynamic TP/SL/DP levels based on volatility. Built-in performance tracking shows win/loss stats, PP1/PP2 hits, and success rates — all updated live. Key Features: Buy/Sell signals with adaptive volatility bands Real-time TP/SL/DP levels based on ATR Built-in MA Filter with optional ATR/StdDev volatility Performance stats panel (Success, Profit/Loss, PP1/PP2) Alerts via popup, sound, push, or emai
TrendProMaster
Temirlan Kdyrkhan
MasterTrend Indicator for MT5 A powerful trend-following and signal-evaluation tool MasterTrend   is a custom MT5 indicator that combines Moving Averages and ATR-based risk/reward logic to generate clear buy/sell signals. It visualizes dynamic SL/TP levels, evaluates past trade outcomes, and displays win/loss statistics in a clean on-chart panel. Key features include: Buy/Sell signals based on MA crossovers ATR-based SL/TP1/TP2/TP3 levels with visual lines and labels Signal outcome tracking wit
MasterTrend
Temirlan Kdyrkhan
MasterTrend Indicator for MT5 A powerful trend-following and signal-evaluation tool MasterTrend   is a custom MT5 indicator that combines Moving Averages and ATR-based risk/reward logic to generate clear buy/sell signals. It visualizes dynamic SL/TP levels, evaluates past trade outcomes, and displays win/loss statistics in a clean on-chart panel. Key features include: Buy/Sell signals based on MA crossovers ATR-based SL/TP1/TP2/TP3 levels with visual lines and labels Signal outcome tracking wit
The indicator highlights zones where interests are being declared then shows their accumulation zone. Transaction Speed works like an order book in big scale. This is the indicator for the biggest money. It's performance is exceptional. Whatever interest there is in the market you will see it. The Transaction Speed is a new concept indicator that shows where and when large orders accumulates on the market and benefits of this. It detects trend changes at very early stage. In Forex, volume is
AriX
Temirlan Kdyrkhan
1 (4)
AriX Indicator for MT5 A powerful trend-following and signal-evaluation tool AriX is a custom MT5 indicator that combines Moving Averages and ATR-based risk/reward logic to generate clear buy/sell signals. It visualizes dynamic SL/TP levels, evaluates past trade outcomes, and displays win/loss statistics in a clean on-chart panel. Key features include: Buy/Sell signals based on MA crossovers ATR-based SL/TP1/TP2/TP3 levels with visual lines and labels Signal outcome tracking with real-time stat
Smart Multi-Layer Breakout & Pullback Detector for MetaTrader 5 "Smart Simple Fast!" Are you tired of missing high-probability breakout entries? Are you spending hours scanning multiple charts, trying to align breakouts with trend direction and currency momentum — only to miss the move? Break Pullback solves all of that in one indicator. What Is Break Pullback? Break Pullback is a professional-grade MetaTrader 5 indicator built specifically for traders who trade market structure, breakouts, an
Apex Market Structure Pro Apex Market Structure Pro is a smart-money structure indicator for MetaTrader 5. It marks liquidity, structure shifts, accumulation zones and higher-timeframe bias on a single overlay, so you can read market context at a glance. It also shows the three market phases (Contraction, Expansion, Trend) as they develop. Note: this indicator is designed for Heikin Ashi charts. Set your chart to Heikin Ashi before use. The analysis is built around Heikin Ashi price flow. Wh
OrderFlow Absorption – Professional Delta & Absorption Signal Indicator for MT5 Unlock the power of true order flow analysis with   OrderFlow Absorption   – the ultimate delta histogram and absorption signal indicator for MetaTrader 5. Designed for traders who want to see what’s really happening behind every price move, this tool reveals hidden buy/sell pressure and absorption events that drive the market. Features Delta Histogram Visualization:   Instantly see buy and sell pressure with clear,
Meravith MT5
Ivan Stefanov
5 (3)
MERAVITH provides complete liquidity map of the analyzed market. Hedge funds tool. It performs all calculations automatically using a proprietary volume-weighted average price methodology, eliminating subjective interpretation entirely. Meravith will: Analyze all timeframes and display the current trend in force. Highlight liquidity zones (volume equilibrium) where bullish and bearish volumes are equal. Display all liquidity levels across different timeframes directly on your chart. Generate an
Hi Trader, Most retail traders rely on lagging, web-based scripts. To trade with a true edge, you need institutional architecture. The Astro AI Indicator is not a standard chart overlay. It is a compiled, dual-agent neural network running directly on your terminal. Here is the exact technology driving the system: 1. Agent 1: The Analyst (Graph Neural Networks - GNN) Markets are not just isolated price bars; they are interconnected networks of data. The Function: Agent 1 utilizes a Graph Neural
OmniSync Projection
Antonio-alin Teculescu
5 (1)
Chronos Fractal Engine is an innovative price projection indicator for MetaTrader 5, designed to transform your technical analysis by intelligently identifying and projecting historical price patterns. Built upon an advanced correlation algorithm and the fractal principles of the market, this powerful tool visualizes potential future price movements, giving you a unique edge in your trading decisions. What is Chronos Fractal Engine? At its core, the Chronos Fractal Engine employs a sophisticat
ARIPoint
Temirlan Kdyrkhan
1 (1)
ARIPoint is a powerful trading companion designed to generate high-probability entry signals with dynamic TP/SL/DP levels based on volatility. Built-in performance tracking shows win/loss stats, PP1/PP2 hits, and success rates all updated live. Key Features: Buy/Sell signals with adaptive volatility bands Real-time TP/SL/DP levels based on ATR Built-in MA Filter with optional ATR/StdDev volatility Performance stats panel (Success, Profit/Loss, PP1/PP2) Alerts via popup, sound, push, or email Cu
==================================================================== SMC Pro v6.1 APEX AI — XAUUSD Gold Empire MetaTrader 5 Indicator · Smart Money Concepts · Predictive Intelligence Engine ==================================================================== SMC Pro v6.1 APEX AI is a professional Smart Money Concepts indicator system built exclusively for XAUUSD (Gold) on MetaTrader 5. It combines the complete SMC framework — Order Blocks, Liquidity sweeps, Fair Value Gaps, Break of Structure,
Flag Pattern Angelo
Brighton Mufaro Mudzingwa
Brandon Angelo Flag Pattern — how it works This indicator automatically detects classic bull and bear flag chart patterns in real time. The detection happens in three stages for each bar. First it looks for a flagpole — a sharp, strong directional move over a configurable number of bars ( FlagpoleBars , default 5) that must exceed a minimum percentage size ( FlagpoleMinPct ). For a bullish flag the pole must close net higher than it opened; for a bearish flag, net lower. Second it identifies th
The " Dynamic Scalper System MT5 " indicator is designed for the scalping method of trading within trend waves. Tested on major currency pairs and gold, compatibility with other trading instruments is possible. Provides signals for short-term opening of positions along the trend with additional price movement support. The principle of the indicator. Large arrows determine the trend direction. An algorithm for generating signals for scalping in the form of small arrows operates within trend wav
The Zone Trading Indicator is a technical analysis tool for MetaTrader 5 that automatically identifies and displays tradable price zones across multiple timeframes to assist with structured market analysis. The indicator plots Monthly, Weekly, Daily, and H4 tradable zones , allowing traders to view higher- and lower-timeframe price areas simultaneously. These zones are designed to support one-candle–based entry approaches by highlighting predefined areas where price interaction may be monitored.
More from author
XAUUSD Gold Master Indicator v5.0 Premium Gold Trading Suite for MetaTrader 5 Overview Gold Master v5.0 is a professional-grade, all-in-one trading indicator engineered exclusively for XAUUSD (Gold) on MetaTrader 5. Every parameter, threshold, filter, and calculation has been purpose-built and calibrated for Gold's unique price behavior, volatility profile, and market sessions — making it one of the most specialized Gold trading tools available on the MQL5 Market. This is not a generic multi-ass
Apex Swing VWAP is an advanced indicator for MetaTrader 5 that combines VWAP (Volume Weighted Average Price) analysis with automatic detection of significant swing points. This combination provides accurate market sentiment insight and potential reversal points. Key Features Integrated Technical Analysis - Dynamic VWAP from relevant swing points - Historical VWAP for long-term trend analysis - Multiple configurable VWAP periods Recommended Trading Types - Swing Trading for medium-term trends -
FREE
Advanced 4-timeframe stochastic alignment indicator with non-repainting signals, MTF dashboard, scoring system, and 8 signal types. Professional-grade. Market-ready. The most complete multi-stochastic signal indicator for MetaTrader 5. Stoch Quad Rotation Signal detects high-probability trading opportunities by analyzing the simultaneous alignment of four stochastic oscillators running at different speeds — from fast scalping-level to slow macro-trend level. When all four agree, the signal ca
The Strategies of the World's Most Successful Traders in a Single Indicator Professional Alpha Traders Strategies MT5 is an advanced indicator that compiles the most successful and proven trading methodologies from five legendary traders. This indicator represents decades of experience condensed into a professional tool for real-time opportunity detection. Each strategy has been meticulously programmed following the original rules established by their creators, respecting the trading philosophy
FREE
Professional Trading System Optimized for Brent Crude Oil Alpha Brent Strategy Tools is a comprehensive technical analysis indicator specifically designed and optimized for trading Brent Crude Oil. This advanced system combines multiple proven trading methodologies, including Smart Money Concepts (SMC), Volume Spread Analysis (VSA), Multi-Timeframe Analysis, and the powerful Kurisko 4-Stochastic System, to provide high-probability trading signals. Key Features 1. Brent-Specific Optimization Vol
FREE
> Elevate Your Trading Strategy  This free tool is just the beginning. At  code4trading , we specialize in developing high-performance indicators and Expert Advisors designed for precision and professional-grade analysis. Looking for more advanced features?   Discover our full suite of premium tools, including optimized signals, advanced oscillators, and institutional-grade trading utilities at our official MQL5 store. > Explore the full catalog here:   https://www.mql5.com/en/users/pablogx9
FREE
Accuracy M1 Scalper MT5 v4.10 Accuracy M1 Scalper MT5 v4.10 Professional M1 Scalping with ZERO REPAINTING The only M1 scalping indicator on the Market that complies with the 8 strict rules of ZERO REPAINTING . It offers confirmed signals on 100% closed bars, 10+ multi-layer filters, a scoring system (0-100), a professional dashboard, divergence detection (regular and hidden), automatic Stop Loss/Take Profit, and Push/Mobile alerts. Designed to trade Forex, Indices, Metals, and Cryptocurrencies w
Simple FIbo MT5
German Pablo Gori
> Elevate Your Trading Strategy   This free tool is just the beginning. At   code4trading , we specialize in developing high-performance indicators and Expert Advisors designed for precision and professional-grade analysis. Looking for more advanced features?   Discover our full suite of premium tools, including optimized signals, advanced oscillators, and institutional-grade trading utilities at our official MQL5 store. > Explore the full catalog here:   https://www.mql5.com/en/users/pablog
FREE
> Elevate Your Trading Strategy This free tool is just the beginning. At code4trading, we specialize in developing high-performance indicators and Expert Advisors designed for precision and professional-grade analysis. Looking for more advanced features? Discover our full suite of premium tools, including optimized signals, advanced oscillators, and institutional-grade trading utilities at our official MQL5 store. > Explore the full catalog here: https://www.mql5.com/en/users/pablogx9/seller
FREE
Stoch Quad Rotation Signal MT4 The Stoch Quad Rotation Signal is an advanced technical indicator for MetaTrader 4 that integrates multiple Stochastic oscillators with powerful trend, volume, and pattern filters, along with a scoring system and multi-timeframe analysis. Designed to identify high-probability trading opportunities with clarity and precision. Main Features: Quadruple Stochastic Analysis: Utilizes four distinct configurations of the Stochastic oscillator (with customizable K, D, and
SUITE TRINITY v3.3 -- Institutional Trading Integrated Solution for MetaTrader 4 Suite Trinity v3.3 is a comprehensive, professional-grade technical analysis indicator designed for MetaTrader 4 that consolidates four powerful analytical modules into a single, unified tool. Developed for serious traders who demand institutional-level market insight without the complexity of managing multiple separate indicators, Trinity Suite delivers actionable intelligence directly on the chart through an eleg
> Elevate Your Trading Strategy   This free tool is just the beginning. At   code4trading , we specialize in developing high-performance indicators and Expert Advisors designed for precision and professional-grade analysis. Looking for more advanced features?   Discover our full suite of premium tools, including optimized signals, advanced oscillators, and institutional-grade trading utilities at our official MQL5 store. > Explore the full catalog here:  https://www.mql5.com/en/users/pablogx9/s
GoldMiner EA Pro MT5 - Advanced Neural Trend Trading for XAUUSD SUMMARY Unlock the power of automated gold trading with GoldMiner EA Pro, a high-precision Expert Advisor specifically designed for the unique volatility of XAUUSD. Unlike generic bots, GoldMiner uses a proprietary confluence engine that combines institutional trend following with real-time volume validation to capture high-probability moves. WHY GOLDMINER EA PRO? Precision Entry Engine: Uses multi-level analysis (EMA, RSI, MACD)
> Elevate Your Trading Strategy   This free tool is just the beginning. At   code4trading, we specialize in developing high-performance indicators and Expert Advisors designed for precision and professional-grade analysis. Looking for more advanced features?   Discover our full suite of premium tools, including optimized signals, advanced oscillators, and institutional-grade trading utilities at our official MQL5 store. > Explore the full catalog here:  https://www.mql5.com/en/users/pablogx9/
Squeeze Momentum Force is an advanced technical analysis indicator designed for MetaTrader 5. It combines volatility squeeze detection with momentum analysis to identify high-probability trading opportunities. Based on John Carter's original concept, this enhanced version incorporates: Multi-Timeframe (MTF) analysis. Divergence detection. Volume weighting. Modern user interface for quick market interpretation. The indicator identifies periods of low volatility (squeeze) that typically precede si
Scanner Intelligence Hub - Multi-Active Monitoring 28+ Pairs   Stop jumping from one chart to another.   Scanner Intelligence Hub   is the ultimate command center for the professional trader. Monitor dozens of assets and multiple timeframes from a single dashboard. Technical Capabilities: Real-time scanning:   It detects candlestick patterns, mean crossovers, and RSI levels in 28 pairs simultaneously. Customizable Panel:   Choose which indicators and timeframes you want the Scanner to monitor f
EurUsd PRO
German Pablo Gori
EUR/USD PRO — Institutional Composite Indicator A professional-grade indicator optimized specifically for EUR/USD, integrating institutional analysis concepts into a single tool. This system combines DXY MTF analysis, session-based VWAP, ADR/ATR metrics, market structure (BOS/CHOCH), SMC (FVG/OB), cross-asset correlations, and a confluence panel with a floating signal. It features a Neumorphic UI with movable panels, pip-calculated spread display, and structured logging. Designed for universal
QuantFusion BTC Pro  is a professional-grade, multi-dimensional trading indicator optimized for Bitcoin/USD markets. By integrating advanced technical analysis, smart money concepts, and intelligent signal filtering, the indicator is designed to deliver high-probability trading signals. Its Multi-Category Alignment System requires confirmation from independent technical categories to validate entries and minimize false signals. Advanced Signal Generation System Dual-Level Quality: Generates stan
PRECISIONFLOW EURUSD SCALPER  is an EXPERT ADVISOR (EA) designed for the METATRADER 5 platform. It operates fully automatically and integrates an advanced risk management system with adaptive filters. The system allows for high customization, enabling users to adjust operations according to their risk tolerance, execution style, and specific broker conditions. TRADING LOGIC AND STRATEGY This Expert Advisor identifies buy and sell opportunities by combining the following technical elements: STRU
RangePulse ORB: Institutional Profitability on the German DAX (GER30/GER40) RangePulse ORB is an institutional-grade Expert Advisor (EA) designed to capitalize on Open Range Breakouts (ORB). While compatible with major global indices, its architecture has been meticulously calibrated to achieve exceptional profitability, consistency, and a high recovery factor specifically on the German DAX index (GER30/GER40). Its system integrates advanced quantitative filters, institutional-level risk managem
SMC Liquidity MAX MT5 is an advanced Smart Money Concepts (SMC) indicator designed for intraday and swing traders seeking a clear and structured market reading. It integrates the key components of the institutional approach—structure, liquidity, and volume—into a single panel with real-time, optimized visualization. Core Features Market Structure: Automatic identification of BOS (Break of Structure) and CHoCH (Change of Character). Imbalance Zones: Fair Value Gaps (FVG) with automatic mitigatio
**Risk Guard Dashboard MT5 (EA) – Scanner + Risk Manager + Execution Panel** Risk Guard Dashboard MT5 is a professional assistant for MetaTrader 5 that integrates into a single panel: a multi-timeframe scanner, Prop Firm-style risk control, performance statistics, and an execution panel. Designed with institutional aesthetics, high readability, and optimized performance for monitoring multiple symbols in real-time. **Main Features** • **Multi-symbol and Multi-timeframe Scanner:** simultaneou
Elevate Your Trading with code4trading Premium Tools This free indicator is a sample of our commitment to quality. If you find this tool useful, we invite you to explore our Premium Professional Suite. Our paid products offer advanced institutional-grade features, optimized algorithms, and exclusive technical support designed to give you a definitive edge in the markets. Visit our full catalog here:  https://www.mql5.com/en/users/pablogx9/seller ChartTrade Commander PRO MT5  is the ultimate s
IndexViz Pro MT5
German Pablo Gori
>   Institutional Grade Multi-Index Adaptive Indicator IndexViz Pro MT5 is a professional-grade, multi-index adaptive indicator designed for traders who demand institutional-level analysis across multiple markets simultaneously. Built for MetaTrader 5, IVP combines over 20 analytical modules into a single, unified visual dashboard that monitors stock indices, synthetic indices, commodities, forex pairs, and cryptocurrencies in real time. Unlike conventional indicators that analyze a single instr
MacD Custom Indicator MTF Plus is a professional MetaTrader 5 port of the original " CM_MacD_Ult_MTF " indicator created by ChrisMoody for TradingView . This version was developed by code4trading for Free provide the MT5 community with high-quality, free access to this proven methodology. Original Concept: ChrisMoody (TradingView) MT5 Development: code4trading Version: 1.0 The Moving Average Convergence Divergence (MACD) is a cornerstone of technical analysis, functioning as a trend-following m
LineBreak Renko Fibonacci MT5 v1.0 The Institutional-Grade Synthetic Chart Engine with Adaptive Fibonacci Overlay LineBreak Renko Fibonacci MT5 is a professional MetaTrader 5 indicator that transforms any standard price chart into a clean, trade-ready synthetic chart. It filters out market noise and reveals the pure, underlying structure of price movement. The tool combines three of the most respected trend-filtering methodologies in institutional trading (Line Break, Classic Renko, and ATR Re
Institutional Mean Reversion EA   is a professional-grade, prop-firm-compliant Expert Advisor designed for MetaTrader 5. Built upon a sophisticated Bollinger Band mean-reversion strategy combined with RSI oscillation filters and an EMA-200 macro trend bias, this EA avoids reckless grids and dangerous martingale techniques. Every single trade is protected by a hard Stop Loss from inception, ensuring total risk governance. Key Trading Strategy & Features Strategy:   Bollinger Bands mean-reversion
Filter:
No reviews
Reply to review