UT Bot Alerts Guide: Best Settings, Strategy & How to Use on TradingView
Learn everything about UT Bot Alerts indicator — how the ATR trailing stop works, best settings for 5-min to 4-hour charts, scalping & swing trading strategies, and how to use it on TradingView without repainting issues.
If you've spent time on TradingView forums or hung out in crypto trading communities, you've probably seen UT Bot Alerts pop up more than a few times. It's one of those buy/sell signal indicators that gets a lot of buzz among retail traders. Whether you're scalping quick 5-minute trades or swing trading on 4-hour charts, UT Bot Alerts is designed to catch trend reversals and momentum shifts before they slip away—using an ATR-based system that's flexible enough for different time frames.
But here's the real question: does it actually work? What are the best settings? And how do you use it on TradingView, MT4, or even thinkorswim? Let's walk through everything—from how it ticks, to proven configurations, where to find it, and a straight-up look at how reliable it really is.
No fluff, just what you need to know.
What Is the UT Bot Alerts Indicator?
UT Bot Alerts is a custom indicator you can use on TradingView. It was made by QuantNomad, building on work from HPotter and Yo_adriiiiaan. Think of it as a smart trailing stop that adjusts to market noise. The key is the Average True Range (ATR) – this measures how much price moves up and down. When volatility spikes (like during the London open or NFP news), the indicator automatically widens its stop. During quiet times, it tightens up. So it's much more in tune with what's happening right now than most static moving average crossovers.
How does it actually give you signals?
- Buy signal (green arrow or label): Price crosses above the trailing stop line, and it's also above its exponential moving average (EMA).
- Sell signal (red arrow or label): Price crosses below the trailing stop line, and it's below its EMA.
- Colored bars (optional): The background changes color so you can see the trend direction at a glance.
The indicator calculates that dynamic trailing stop by taking your chosen Key Value (a sensitivity multiplier) multiplied by the ATR over your selected ATR Period. Then it checks the EMA crossover against that line to confirm momentum before firing off a signal.
If you want to code your own EMA-based crossover indicators from scratch, check out How to Code EMA Indicators in Pine Script (The Easy Way) — it walks you through the exact logic step by step.
How Does UT Bot Alert Work: The Technical Breakdown
Getting under the hood of this bot will help you dial in your settings with confidence — no more blindly copying someone else’s numbers.
The whole thing runs through three simple steps:
-
ATR Trailing Stop Calculation
nATR = ATR(period) × key_value— this creates a flexible price band that moves with the market. -
Trailing Stop Update
The stop follows the price — it trails below when the trend is up and above when the trend is down, and it only moves in the direction that protects profits. -
Signal Trigger
A buy signal fires whenprice > ATR_trailing_stopand the price is above its EMA (the “above” condition). The opposite triggers a sell.
The Heikin Ashi filter is optional — it smooths out the raw candle data before the calculation kicks in. That cuts down on random noise, but it does add a tiny bit of delay on the signals.
This filter is a favorite for crypto traders, especially on pairs known for wild price spikes and fake breakouts.
UT Bot Alerts Best Settings: Timeframe-by-Timeframe Guide
This is where most traders get stuck. There’s no single “perfect” setup — the right settings depend on your preferred timeframe, what you’re trading, and how much risk you’re comfortable with. That said, traders on Reddit and TradingView have settled on a few solid starting points that work for most people.
Best Settings for UT Bot Alerts on 5-Minute Charts
If you’re scalping or day trading on the 5-minute chart, this is the configuration the community recommends most often:
| Parameter | Recommended Value |
|---|---|
| Key Value (Sensitivity) | 2 |
| ATR Period | 1 |
| Heikin Ashi Filter | Optional (reduces noise) |
| Confirmation | Pair with LinReg Candles |
The idea here is that a Key Value of 2 with an ATR Period of 1 makes the indicator pretty jumpy — which is exactly what you want when you’re chasing fast micro-trends on something like crypto or high-beta stocks.
Best Settings for Scalping (1m–5m)
For ultra-fast scalping, the 2026 Elite Edition of the indicator suggests setting the Sell Key to 1.5 and Sell ATR to 5 so it reacts faster to downward moves. For the buy side, you can be a little more conservative — try a Key Value around 2 and ATR between 7 and 10 — that way you don’t get tricked by fake breakouts.
Best Settings for Swing Trading (1H–4H)
If you’re swinging, you want to dial down the sensitivity to avoid getting shaken out by short-term noise:
- Key Value: 3–4
- ATR Period: 10–14
- Timeframe: 1-hour or 4-hour chart
- Confirmation tool: RSI or MACD momentum filter
One backtest on a 4-hour EUR/USD chart with medium sensitivity showed about 60% profitable trades over three months, with roughly 25 total signals.
If you prefer building your own RSI-based confirmation filters, How to Code RSI in Pine Script (And Actually Use It) gives you a complete walkthrough with ready‑to‑use code.
Best Settings for Crypto (Daily Chart)
For longer-term crypto swing trades, go with lower sensitivity and pair the indicator with Heikin Ashi candles to smooth out those crazy wicks:
- Key Value: 1–1.5
- ATR Period: 14
- Heikin Ashi: Enabled
UT Bot Alerts on TradingView – How to Set It Up
TradingView is where UT Bot Alerts lives, and getting it onto your chart takes just a couple of minutes. Let me walk you through it.
Here's the simple step-by-step:
- Log into your TradingView account and open a chart for whatever asset you want to trade.
- Click the "Indicators" button at the top.
- In the search bar, type "UT Bot Alerts" – you'll see it under QuantNomad or the 2026 Elite Edition.
- Click to add it. You'll see buy and sell arrows appear right on your chart.
- Click the gear icon next to the indicator's name to tweak the Key Value and ATR Period to your liking.
- To set up alerts: right-click anywhere on the chart → Add Alert → set the Condition to the indicator → choose "Buy" or "Sell" as your trigger.
- Pick how you want to be notified – popup, email, or push notification to your phone.
A quick note on pricing:
The standard version of UT Bot Alerts is free. The 2026 Elite Edition and other premium versions might need a TradingView Pro account or be invite-only, so double-check before you get too excited.
UT Bot Alerts + LinReg Candles + Heikin Ashi: The Popular Combo
One of the most upvoted setups on Reddit brings together three visual tools to give you a cleaner, higher-confidence signal system. It’s a simple way to cut through noise and avoid jumping into bad trades.
How to set it up:
- UT Bot Alerts: Key Value = 2, ATR Period = 1
- Linear Regression Candles: Signal Smoothing = 7, Length = 11; make the “plot” line thicker—it acts like a dynamic moving average
- Heikin Ashi Candles: Turn them on to replace standard candles—they make trends smoother and easier to spot
The trading rules are straightforward:
- Buy: Wait for a UT Bot buy arrow. Then confirm you see a green Heikin Ashi / Linear Regression candle forming above the white LinReg line. That’s your long entry.
- Exit long: Close the trade at the first red candle after your entry. Set your stop-loss at the recent swing low.
- Sell: Wait for a UT Bot sell arrow. Confirm a red candle below the LinReg line, then enter short.
- Exit short: Close at the first green candle. Stop-loss goes at the recent swing high.
Using all three signals together dramatically cuts down on false moves—especially on the 5-minute and 15-minute timeframes. It’s not a magic bullet, but for day traders wanting a clear, repeatable process, this combo is a solid starting point.
UT Bot Alerts for Reversal Scalping
UT Bot Alerts work really well as a reversal scalping tool when you combine them with price structure analysis. The trick is to not jump on signals that appear in the middle of a strong trend. Instead, wait for signs that the trend is running out of steam and a reversal is about to happen.
Here's how to use them for reversal scalping:
- First, find a clear support or resistance level on the 15-minute or 1-hour chart. That's your big-picture area.
- Then drop down to the 5-minute chart and wait for a UT Bot alert that fires right near that support or resistance level.
- Use a momentum indicator (like RSI) as a second check. For a buy signal, RSI should be below 30. For a sell signal, it should be above 70.
- Enter the trade only after the candle closes. Set a tight stop loss just beyond the recent swing high or low.
- Take profit at the midpoint of the prior swing — don't get greedy.
This setup is especially popular among crypto traders using UT Bot Alerts on Binance futures pairs.
UT Bot Alerts on MT4: What You Need to Know
UT Bot Alerts started out on TradingView, but if you're more of a MetaTrader person, there are MT4 versions available too. They work pretty much the same way.
The MT4 version uses the same ATR trailing stop logic. Here's the stuff you'll want to keep in mind:
- The MQL4 code is listed on the MQL5 marketplace – some are free, some you pay for
- Settings are basically the same as the TradingView one: Sensitivity (Key Value) and ATR Period are the main things you tweak
- A common MT4 setup pairs UT Bot Alerts with the SMC Lux Algo Indicator – helps confirm order blocks and liquidity zones
- Best timeframes on MT4? Most folks use the 15-minute, 30-minute, 1-hour, and 4-hour charts
- ForexStrategiesResources has a guide with an MT4 setup using ATR Period = 3 and Sensitivity = 2 for intraday trading
To grab the indicator, just search "UT Bot MT4" on the MQL5 marketplace or check forexmt4indicators.com for free versions.
Is UT Bot Alerts Any Good? An Honest Look at Its Accuracy
After seeing a lot of talk about UT Bot Alerts on TradingView, I wanted to give you a straight, no‑hype review. People who actually use it have tested it and shared their results — here’s what really matters.
Where it shines:
- It adjusts to market volatility on its own (uses ATR, so you’re not stuck with a fixed number).
- The signals are clean and simple — no cluttered charts.
- Works on almost anything: crypto, forex, stocks, indices.
- The core version is free on TradingView — no subscription needed.
Where it falls short:
- Signals can repaint: Some versions of the script change past signals on still‑open candles. The fix is easy — you need to add
barstate.isconfirmedin the Pine Script code so it only triggers on confirmed closes. For a hassle‑free way to automatically fix repainting issues, Pineify AI Coding Agent: Generate Error-Free Pine Script for TradingView can do the heavy lifting for you. - Loves choppy markets a little too much: When price is going sideways without a clear trend, the ATR trailing stop gives you a bunch of false signals (whipsaws).
- Ignores the big picture: It doesn’t know about earnings reports, news events, or anything fundamental. One big announcement can kill a signal instantly.
- Win rate depends a lot on settings and what you trade: Tests on 50 crypto pairs showed roughly a 66% win rate with ideal settings, but in real trading you’ll likely see lower numbers unless you add extra filters.
The real takeaway: Think of UT Bot Alerts as a helpful piece of your trading toolkit, not a complete system by itself. Pair it with a trend filter, wait for a confirmation candle, and always use a proper stop loss. That’s how you get the most out of it.
Speaking of building a complete toolkit — if you want to create custom indicators and strategies without touching a single line of Pine Script code, check out Pineify. It’s a 10-in-1 AI trading workspace trusted by 100K+ traders worldwide, and its Visual Editor lets you build custom indicators like UT Bot Alerts (or combine multiple indicators into one) with zero coding required.
Pineify also includes an AI Pine Script Agent that can fix repainting issues automatically, a backtest deep report to validate your strategy’s win rate across different pairs, and a suite of tools — from stock screening to options flow tracking. One‑time payment, lifetime access. No subscription needed.
Getting UT Bot Alerts Notifications
Real-time alerts make it easy to stay on top of signals without staring at your screen all day. To receive UT Bot Alerts push notifications on TradingView, follow these steps:
- Open your chart with UT Bot Alerts applied.
- Right-click on the chart and select Add Alert.
- In the alert window, set Condition to "UT Bot Alerts" and choose either "Buy" or "Sell" signal.
- Under Notifications, enable Push Notification (you'll need the TradingView mobile app installed for this to work).
- Optionally, enable Email or Webhook to connect with other automated systems.
Once you've set it up, you can step away from your screen and still catch every signal the moment it fires on candle close.
Q&A: Common Questions About UT Bot Alerts
Q: Does UT Bot Alerts repaint?
Yes, the standard version can repaint on unclosed candles — meaning signals might appear or disappear as the candle develops. If that bugs you, you can tweak the Pine Script to only fire signals when barstate.isconfirmed is true. That’s exactly what the confirmed-close variants (like "UT Bot Alerts T-15s Confirm") are built for. So if repainting drives you crazy, go with those.
Q: What’s the best timeframe for UT Bot Alerts on crypto?
For active trading, I’ve seen people have good luck with 5-minute and 15-minute charts, using a Key Value of 2 and an ATR Period of 1. If you’re more of a position trader — holding for days or weeks — switch to the daily chart and dial down the sensitivity (try Key Value 1–1.5, ATR 14). The key is matching your timeframe to how often you want to check the screen.
Q: Can I use UT Bot Alerts on thinkorswim?
Short answer: not directly. thinkorswim doesn’t support Pine Script (TradingView’s language). But the core logic — an ATR-based trailing stop — is pretty straightforward. You can replicate it using ThinkScript, and there are community ports floating around on thinkorswim’s thinkScript Lounge forums. Just be ready to do a bit of manual adaptation.
Q: Is UT Bot Alerts free?
Yep — the original TradingView version by QuantNomad is completely free and open-source. No catch. Some fancier versions like the "2026 Elite Edition" might have premium access, but the core tool won’t cost you a dime.
Q: What’s the difference between UT Bot Alerts and a Supertrend indicator?
They’re cousins. Both use ATR-based trailing stops. The big difference is that UT Bot Alerts adds an EMA crossover confirmation layer, so you get cleaner buy/sell arrow signals instead of a continuous colored line. It’s essentially Supertrend with a bit more polish and less visual noise.
Q: How accurate is UT Bot Alerts?
In backtests on major crypto pairs, it’s been around 60–66% accurate under controlled conditions. That number drops hard in sideways markets — where nothing is trending. But if you combine it with a solid trend filter or look at multiple timeframes, you can push that accuracy much higher. Like most tools, it’s not magic — it’s a helper.
Next Steps: Put UT Bot Alerts to Work
You've got all the basics down. Now it's time to actually use the UT Bot Alerts indicator in real trading. Here's a simple, no-fluff plan to get you from reading to doing:
-
Add UT Bot Alerts to TradingView right now – Open TradingView, search for "UT Bot Alerts" by QuantNomad, and apply it to an instrument you already trade regularly. No need to overthink this – just pick something you know.
-
Start with the 5-minute chart combo – Set Key Value to 2, ATR Period to 1, and pair it with Linear Regression Candles (Smoothing 7, Length 11). This setup is a common starting point that works across many markets.
-
Turn on confirmed-close alerts only – This means you only get notified when the candle fully closes with a signal. Less noise, fewer false triggers. Set up push notifications so you don't miss anything when you're away from your screen.
-
Backtest for 30 days on your actual market – Don't just test on generic crypto or forex pairs. Use the specific asset you plan to trade (e.g., your favorite stock, index, or coin). Thirty days of backtesting will show you if the settings fit your style. For a more thorough validation, Pineify Pine Script Backtesting Software | Visual Trading Strategy Builder offers a deep report that automatically tests your strategy across multiple pairs and conditions.
-
Join the community to learn faster – The TradingView comments section under the UT Bot Alerts script is full of real users sharing setting tweaks and combo strategies. Also check out r/TradingView on Reddit – people post their wins, losses, and improvements every day.
-
Paper trade before going live – Use TradingView's strategy tester or a demo account. Validate your exact settings, see how the signals behave in different market conditions, and make sure the whole setup matches your risk tolerance. No rush.
Have you already tried UT Bot Alerts on a specific asset or timeframe? Drop your experience in the comments – real-world stories from traders across different markets are way more useful than any single backtest result.

