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


제작자의 제품 더 보기
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 MT5
German Pablo Gori
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
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
> 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
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 (MQL4)은 MetaTrader 4용 고급 기술적 지표로, 여러 스토캐스틱 오실레이터와 강력한 추세 필터, 볼륨 필터, 패턴 필터를 통합하고 신호 점수 시스템 및 다중 시간대 분석을 제공합니다. 높은 확률의 거래 기회를 명확하고 정확하게 식별하기 위해 설계되었습니다. 주요 특징: 사양 스토캐스틱 분석: 4가지 다른 스토캐스틱 오실레이터 설정(개인화 가능한 K, D 및 스무딩 기간 포함)을 동시에 사용하여 과매수/과매도 조건에 대한 세부적이고 다중 감도의 관점을 제공합니다. 이는 시장의 다양한 "속도"에서 움직임을 포착할 수 있게 합니다. 스마트 추세 필터: 빠른, 중간, 느린 지수 이동 평균선(EMA)을 기반으로 하는 견고한 시스템을 포함합니다. 주요 추세에 반하는 신호를 필터링하거나 EMA 경사를 확인하고 가격이 중요한 EMA와의 위치를 검증할 수 있습니다. 다양한 거래 신호: 다양한 유형의 신호를 생성합니다: 일반 신호: 주
Trinity Suite MT4
German Pablo Gori
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 MT5
German Pablo Gori
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 Expert Advisor RangePulse ORB is a high-performance institutional EA designed to trade Open Range Breakouts on indices with precision and discipline. Its architecture integrates quantitative filters, advanced risk management, and an AI‑ready decision module to maximize entry quality under real market conditions. 1. Core Strategy (ORB) The system core relies on a methodical execution of breakouts: Range Calculation: Defines the day's initial range and executes the breakout with co
SMC Liquidity MAX
German Pablo Gori
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
필터:
리뷰 없음
리뷰 답변