UT Bot Alerts Indicator for MT4: Settings & Guide

Understand ATR trailing-stop signals, sensitivity, and closed-candle confirmation before setting up a MetaTrader version of UT Bot Alerts.
What is the UT Bot Alerts indicator?
UT Bot Alerts is a custom signal approach built around a volatility-adjusted trailing stop. Price moving across the trailing level can change the directional signal. Its attraction is a simple chart display, but a change in direction is not a forecast: repeated crossings can occur during sideways trading.
How the calculation works
An ATR-based distance controls how far the trailing level sits from price. Implementations commonly expose an ATR period and a sensitivity multiplier. Some also use Heikin Ashi data. These choices alter the signal stream, so two indicators carrying the UT Bot name may not produce identical arrows. A TradingView script cannot be installed directly in MetaTrader.
What this guide covers
UT Bot Alerts settings on MT4
These are the actual inputs and defaults in RaptozGroup version 1.00. Other implementations may differ. Defaults are starting points, not optimized trading recommendations.
Wilder ATR trailing stop with optional Heikin Ashi close (OHLC average). Arrows and alerts use closed-candle crossings. It draws signals and does not execute orders.
| Parameter | Default | What it changes |
|---|---|---|
| ATRPeriod | 10 | Wilder ATR lookback. |
| Sensitivity | 1.0 | Multiplier applied to ATR for the trailing distance. |
| UseHeikinAshiClose | false | Use (open + high + low + close) / 4 instead of the normal close. |
| EnablePopupAlerts | false | Optional terminal popup, once per newly closed signal candle; no historical alert on attachment. |
| EnablePushAlerts | false | Optional mobile push; configure Notifications in your terminal first. |
Signal examples & trade planning
Establish the chart context
Compare the signal with the surrounding price structure. A series of alternating arrows in a narrow range is a reason to reassess the setup.
Wait for the selected confirmation
If your rules use closed candles, evaluate the crossing after the candle closes. An intrabar cross can disappear before that point.
Define the invalidation separately
Decide where the trade idea fails before placing an order. The plotted line does not place a broker-side stop automatically.
Record false signals as well as winners
Keep the same settings through a sample of trending and ranging periods, including spread and execution costs.
Worked interpretation
Suppose a candle closes above the trailing level after a decline. That is a change in the indicator's direction, not proof of a lasting reversal. Compare a continuation on the next candles with a failed crossing back into the range. Both belong in your evaluation.
These examples explain indicator readings. They are not live signals or evidence of a profitable strategy. Include spread, commission, slippage, and losing setups in any evaluation.
Signal timing, repainting & limitations
Tight sensitivity can cause frequent reversals in a range; wider settings can react later. Heikin Ashi-derived signals must not be confused with actual tradable prices. Check the particular port's calculation and alert rules.
To inspect a version, record its signals at candle close, then refresh the chart and compare those same timestamps. Repeat with enough history loaded. If a higher timeframe is used, check whether that candle is still open. Passing a few examples is not a guarantee that all historical signals are stable.
UT Bot vs Supertrend
Both use volatility-related trailing levels, but their calculations and reversal rules differ. Matching ATR settings does not make their signals equivalent.
Free UT Bot Alerts download for MT4
UT Bot Alerts · MT4
RaptozGroup · Version 1.00 · Free source and compiled files
Choose the compiled file to install directly, or download the editable source for MetaEditor. No DLLs, external indicators, or automated order execution.
Native compilation and automated calculation checks completed. Demo-chart validation is still recommended. Warm-up bars are hidden; current-candle curves can change. Alerts default to off and use closed candles.
How to install a compatible version on MT4
Download the MT4 file above. The compiled .ex4 file is ready to install; the .mq4 source can be opened and compiled in MetaEditor.
- Open the MT4 desktop terminal and select File → Open Data Folder.
- Copy the
.mq4source or.ex4compiled file into MQL4 → Indicators. - For MQL4 source, open it in the MT4 MetaEditor and compile it. Resolve compiler errors before attempting to attach it.
- Refresh the Navigator or restart the terminal, then attach the indicator to a demo chart.
- Check the Inputs, Colors, and Visualization tabs. Compare the plotted output and signal timing with the implementation's documentation.
- Start on a standard MT4 timeframe such as M15 or H1. Custom or offline charts may need additional support from the indicator.
If the indicator does not appear
Confirm the platform and folder, load more chart history, and inspect the Experts and Journal logs. Check whether a separate indicator window opened below the chart. Missing dependencies or compiler errors need fixing in the actual file; changing its extension will not resolve them.
Implementation references
Review the implementation before installing
The linked material is a third-party reference, not a Trader Sentiments-tested download. Check its platform and licence. A TradingView example illustrates the concept but requires a separate MQL implementation for MetaTrader.
UT Bot Alerts by QuantNomad — original TradingView referenceUT Bot Alerts MT4: frequently asked questions
Is UT Bot an automated trading robot?
The indicator signals alone do not execute orders. Automated execution requires a separate expert advisor and its own rules.
Can I copy the TradingView code into MetaEditor?
No. Pine Script and MQL are different languages. Use the native RaptozGroup file provided here. It is an independent implementation, not a certified identical TradingView port.
Does UT Bot Alerts repaint?
There is no universal answer for every version. A current-candle value can change before close. Check whether closed-bar signals remain unchanged after refreshing the chart, and whether any higher-timeframe inputs are still forming. This page does not certify a specific implementation as non-repainting.
Can I use an MT5 file in MT4?
No. Use a native .mq4 source file or .ex4 compiled file for MT4. Renaming the file extension does not convert the code.
Can I install it in the MT4 mobile app?
Custom MQL indicators require the desktop terminal. The mobile app does not load custom .mq4 or .ex4 files. A desktop implementation may send push notifications if it supports them.
What is included in the download?
Free RaptozGroup source and compiled indicator files, version 1.00. Native compilation and automated calculation checks were completed. Broker-specific chart behavior and strategy profitability have not been validated. Test the indicator on a demo chart before relying on it.
