Smart UT Bot MT5

Smart UT Bot MT5 (PRO EA for MT5) - User Manual & Operations Guide

1. System Overview & Architecture

Smart UT Bot Pro EA (MT5 Edition) is an institutional-grade, fully automated trading system engineered specifically for MetaTrader 5. Optimized for Gold (XAUUSD), Forex pairs, and Indices, the EA combines high-frequency ATR volatility tracking with a multi-layered indicator matrix and Smart Money Concepts (SMC) structure analysis.

The system is built on a native MQL5 execution architecture, utilizing the CTrade position-management framework, CopyBuffer array indexing, and an adaptive scoring matrix to validate entry conditions.

 UT Bot ATR Core Signal (MQL5) >> Multi-Filter Scoring Engine  (RSI, MACD, Volume, Momentum, SMC Structural, MTF Trend) >> Score >= MinSignalScore Requirement? >> Execute Order Via Filter Signal / CTrade Class Maintain Flat

Key Technical Features

  • Adaptive Auto-Preset Engine: Automatically detects chart timeframe changes ( M1 , M5 , M15 ) and reconfigures internal volatility multipliers, trailing distances, and filter thresholds instantly without requiring manual parameter adjustments.

  • Smart Scoring Matrix: Overcomes trade stagnation caused by rigid logical AND ( && ) conditions. The main UT Bot trigger requires a composite score from 6 secondary filters to meet or exceed MinSignalScore .

  • Heikin-Ashi Price Smoothing: Filters out false breakout spikes by processing smoothed Heikin-Ashi price vectors instead of raw close prices.

  • Real-Time ATR Trailing Engine: Continuously updates server-side Stop Loss levels tick-by-tick via MQL5 position modification APIs to lock in floating profits.

  • Smart Money Concepts (SMC): Evaluates structural market events - Change of Character (CHoCH) and Break of Structure (BOS) - using dynamic pivot high/low calculations.

  • Cumulative Volume Delta (CVD): Real-time volume differential tracking overlaid on the interactive visual dashboard to measure market participant pressure.

2. Installation & MT5 Configuration

  1. Open MT5 Data Folder: Launch MetaTrader 5, click File >> Open Data Folder.

  2. Transfer EA File: Navigate to MQL5 >> Experts and paste Smart_UT_Bot.ex5

  3. Refresh Navigator: Open the Navigator panel ( Ctrl + N ), right-click Expert Advisors, and click Refresh.

  4. Attach to Chart: Open a chart (Recommended: XAUUSD), drag and drop Smart_UT_Bot onto the window.

  5. Configure Permissions: In the EA Properties window under the Common tab:

    • Check Allow Algo Trading.

    • Check Allow Modification of Signals Settings.

  6. Enable Global Algo Trading: Ensure the main Algo Trading button on the top MT5 toolbar is toggled ON (Green icon).

3. Input Parameters Dictionary

Preset & Core UT Bot Parameters

  • AutoPreset ( true / false ): Enforces automatic timeframe adaptation ( M1 , M5 , M15 ). Set to false to enable custom manual parameters.

  • KeyValue (Default: 1.5 ): Sensitivity multiplier applied to the Average True Range (ATR) stop distance. Higher values widen the stop distance to avoid market noise; lower values increase signal frequency.

  • ATRPeriod (Default: 10 ): Lookback period for Average True Range volatility calculation.

  • UseHeikinAshi ( true / false ): Uses Heikin-Ashi close prices instead of raw Close prices for ATR trailing calculation.

  • UseATRTrailing ( true / false ): Enables tick-level position modifications to trail Stop Loss orders along the UT Bot ATR line.

System Scoring Matrix & Secondary Filters

  • MinSignalScore (Default: 4 ): Minimum score required across the 6 secondary filters (RSI, MACD, Volume, Momentum, SMC, MTF Trend) to execute a order (Range: 3 to 6 ).

  • UseRSI / RSIPeriod / RSI_OB / RSI_OS : RSI filter preventing Buy orders in overbought zones (>70) and Sell orders in oversold zones (<30).

  • UseMACD / MACD_Fast / MACD_Slow / MACD_Signal : Validates directional momentum via MACD histogram and signal line crossovers.

  • PivotLength / UseCHoCH / UseBOS : Configures pivot lookback periods for identifying Smart Money Concepts structural shifts (CHoCH) and trend continuations (BOS).

  • UseMTFTrend / MTF_EMA_Period : Assesses higher timeframe trend bias using EMAs across 6 timeframes ( 5M , 15M , 30M , 1H , 4H , 1D ).

  • UseVolume / VolLongPeriod / VolShortPeriod : Compares short-term moving average volume against long-term baselines to confirm volume expansion.

  • UseMomentum / MomThreshold : Measures rate-of-change price velocity, normalized against current ATR volatility.

Risk & Position Management

  • LotSize (Default: 0.01 ): Fixed trading volume per order.

  • UseATR_SL ( true / false ):

    • true : Computes Stop Loss and Take Profit distances dynamically using ATR multipliers ( ATR_SL_Mult , ATR_TP_Mult ).

    • false : Sets SL/TP using fixed USD monetary amounts ( FixedSL_USD , FixedTP_USD ).

  • ATR_SL_Mult (Default: 1.5 ): Stop Loss distance multiplier 

  • ATR_TP_Mult (Default: 3.0 ): Take Profit distance multiplier

  • MagicNumber (Default: 88888888 ): Unique EA identifier for position tracking on hedging and netting accounts.

  • Slippage (Default: 3 ): Maximum allowed order execution slippage in points.

  • MinBarsBetween (Default: 5 ): Minimum bar delay required between consecutive trade entries to avoid overtrading.

4. Live Trading Operations & Risk Protocols

  1. Broker & Spread Conditions: Execute trades on raw ECN accounts with Gold spreads below 15–20 points (1.5–2.0 pips). Wide floating spreads degrade the performance of ATR dynamic trailing stops. Use a low-latency VPS ($< 5\text{ ms}$) for execution stability.

  2. Capital Sizing Guidelines:

    • $1,000 Capital: Trading lot size 0.01 – 0.02 .

    • $5,000 Capital: Trading lot size 0.05 – 0.10 .

    • Maintain total portfolio risk per trade between 1% and 2% of account equity.

  3. High-Impact News Protocol: Disable automated trading 30 minutes before and after high-impact macroeconomic releases: Non-Farm Payrolls (NFP), Consumer Price Index (CPI), FOMC Rate Decisions, and Retail Sales. High volatility spikes during these events can cause severe spread widening and slippage.

  4. Optimal Session Hours:

    • London Session: 07:00 – 10:30 UTC.

    • New York Session: 12:00 – 16:00 UTC.

    • Avoid opening new trades during low-liquidity Asian consolidation ranges or late Friday sessions.

Altri dall’autore
EA Risk Manager is a professional risk‑management Expert Advisor designed to protect your trading account and enforce disciplined money management. The EA does not open trades by itself – it only monitors and manages all existing positions (manual and automated) on the account. It is especially useful for traders who want to: Hard‑limit daily / weekly / monthly losses and profits. Restrict lot size and the number of open trades. Trade a basket of G7‑related Forex pairs using one centralized
The Candle Time Spread indicator is designed to smoothly display the remaining time of the current candle and the spread fluctuations. It offers full customization options, allowing you to control the appearance of the countdown timer, including size, color, and position relative to the candle, across all timeframes. Please leave a positive review. Candle Time Indicator, Spread Clock, Spread Counter, Spread Alert, Candle Timer, Candle Clock, Candle Timer for MT5, Time Candle, Timer Candle. Can
FREE
Overview The SMC indicator is a versatile tool that helps traders automate chart analysis using price action. Its main goal is to identify where large institutions place orders (liquidity) to find optimal entry/exit points. Core Features Market Structure: Automatically labels BOS (Breakout Structure) and CHoCH (Change of Character) in real time for both internal and main swing waves. Supply & Demand Zones: Identifies bullish and bearish Order Blocks. Liquidity & Price Gaps: Identifies equal
FREE
Linear Regression Oscillator (LRO+) Alert Update: LRO+ v2.0 — Linear Regression Oscillator for MT5 Momentum indicator based on linear regression + normalized Z-score. No lag like MACD, no noise like RSI. Automatically adjusts parameters according to timeframe — M1 to Monthly, no manual adjustment required 3 types of signals: Zero-Cross (trend), Reversion, and Divergence ATR Filter — automatically turns off signals when the market is sideways or flat Invalidation Level — automatically dra
Trade Panel Manager — Master all trades in one dashboard Stop calculating volume manually, stop worrying about forgetting to set SL/TP. TTrade Panel Manager transforms MetaTrader 5 into a professional trading command center — drag and drop a few lines on the chart, the EA automatically calculates lot sizes according to your desired risk level, displaying SL/TP in pips and currency in real time, right before you press the button. Why download now? Accurate lot size calculation based on risk pe
FREE
A fast, chart-based MT5 trade manager with one-click BUY/SELL execution, editable Lot/SL/TP controls, and selective position-closing tools. One Click Trading MT5 is a lightweight trade-management Expert Advisor for MetaTrader 5. It is designed for traders who want to manage manual trades or trades opened by an EA directly from the chart, without repeatedly opening the Terminal window.
FREE
A fast, chart-based MT4 trade manager with one-click BUY/SELL execution, editable Lot/SL/TP controls, and selective position-closing tools. One Click Trading MT4 is a lightweight trade-management Expert Advisor for MetaTrader 4. It is designed for traders who want to manage manual trades or trades opened by an EA directly from the chart, without repeatedly opening the Terminal window.
FREE
The Candle Time Spread indicator is designed to smoothly display the remaining time of the current candle and the spread fluctuations. It offers full customization options, allowing you to control the appearance of the countdown timer, including size, color, and position relative to the candle, across all timeframes. Please leave a positive review. Candle Time Indicator, Spread Clock, Spread Counter, Spread Alert, Candle Timer, Candle Clock, Candle Timer for MT4, Time Candle, Timer Candle. Can
FREE
EA Risk Manager is a professional risk‑management Expert Advisor designed to protect your trading account and enforce disciplined money management. The EA does not open trades by itself – it only monitors and manages all existing positions (manual and automated) on the account. It is especially useful for traders who want to: Hard‑limit daily / weekly / monthly losses and profits. Restrict lot size and the number of open trades. Trade a basket of G7‑related Forex pairs using one centralized
USER MANUAL: TDI OPTIMIZED BY MARSU (MT5) 1. Introduction: TDI Optimized by Marsu is a super indicator developed specifically for the MetaTrader 5 (MT5) platform. Upgraded from the classic Traders Dynamic Index (TDI) system, this version brings a fresh perspective with its excellent noise signal removal capabilities, direct optimization on Japanese candlesticks (lighter and smoother), and especially its Auto Timeframe system that automatically adapts to all trading styles.  The indicator pr
Linear Regression Oscillator (LRO+) Alert Update: LRO+ v2.0 — Linear Regression Oscillator for MT4 Momentum indicator based on linear regression + normalized Z-score. No lag like MACD, no noise like RSI. Automatically adjusts parameters according to timeframe — M1 to Monthly, no manual adjustment required 3 types of signals: Zero-Cross (trend), Reversion, and Divergence ATR Filter — automatically turns off signals when the market is sideways or flat Invalidation Level — automatically dra
Smart UT Bot Pro EA - User Manual & Operations Guide 1. System Overview Smart UT Bot  is a fully automated MetaTrader 4 (MT4) Expert Advisor engineered specifically for high-volatility financial instruments, with primary optimization for Gold (XAUUSD) , Forex pairs, and Indices. The system combines the core UT Bot (ATR Trailing Stop) algorithm made famous by QuantNomad on TradingView with a multi-layered filtering matrix. This matrix integrates classic technical indicators (RSI, MACD, Volume, Mo
USER MANUAL: TDI OPTIMIZED BY MARSU (MT5) 1. Introduction: TDI Optimized by Marsu is a super indicator developed specifically for the MetaTrader 5 (MT5) platform. Upgraded from the classic Traders Dynamic Index (TDI) system, this version brings a fresh perspective with its excellent noise signal removal capabilities, direct optimization on Japanese candlesticks (lighter and smoother), and especially its Auto Timeframe system that automatically adapts to all trading styles.  The indicator prov
Gold Early EA - Early Trend Catcher Robot (No Grid/Martingale) Overview Gold Early EA is an Expert Advisor specifically programmed for MetaTrader 5, inspired by successful Multi-Indicator trading strategies. Instead of waiting until a trend is already overextended (Full Signal), this EA is designed to identify Early Signals right when the money flow begins to shift. Operating on a strict "Set & Forget" trading philosophy combined with a Risk:Reward (RR) ratio always greater than 1, the EA
SMS Panel - Real-Time Smart Money Concepts Suite for MT5 "Don't just label. Validate." SMC Panel is the only comprehensive Smart Money Concepts/ICT toolset on the MQL5 Market that detects market structure (BOS/CHoCH) in real time – no more waiting for opposite swings to confirm breakout signals. From Order Block, Fair Value Gap, Breaker Block, Inducement (IDM) to OTE Zone and multi-factor Signal Engine – all are validated through liquidity sweep, displacement, killzone, and premium/discount befo
This is a multi-strategy Expert Advisor (EA) for MetaTrader 5 , integrating a visual control panel with buttons for manual trading, automatic position management based on ATR/Swing logic, session filtering by New York/London hours, and a daily profit/loss protection mechanism. Main Functional Blocks Mode Core logic Main filter Minimal EMA9/EMA21 crossover No additional filter BreakoutPullback Breakout of N-candle high/low or pullback to EMA20/50 SetupMode (Clean Breakout / Pullback) XAUSweepRete
The SMC Smart  indicator automates market structure analysis based on the Smart Money Concepts (SMC) methodology. It removes subjective chart analysis by automatically plotting Order Blocks, Fair Value Gaps (FVG), Break of Structure (BOS), Change of Character (CHoCH), and liquidity pools. 1. Core Chart Features Market Structure The indicator categorizes market structure into two distinct levels: Swing Structure: Uses a larger lookback length ( InpSwingsLength = 50 ) to define the medium-to-long-
FREE
Filtro:
Nessuna recensione
Rispondi alla recensione