Skip to main content

UT Bot Alerts: Best Settings, Strategy & How to Use on TradingView

· 17 min read
Pineify Team
Pine Script and AI trading workflow research team

UT Bot Alerts is an ATR-based trailing stop indicator for TradingView that generates buy and sell signals. This guide covers how it works, the best settings for 5-min scalping through 4H swing trading, crypto configurations, and how to set it up without repainting issues.

UT Bot Alerts Guide: Best Settings, Strategy & How to Use on TradingView

If you've spent time on TradingView forums or crypto trading communities, you've probably seen UT Bot Alerts come up more than a few times. It's a buy/sell signal indicator that gets a lot of buzz among retail traders. Whether you're scalping 5-minute trades or swing trading on 4-hour charts, UT Bot Alerts is designed to catch trend reversals and momentum shifts using an ATR-based system.

I ran UT Bot Alerts on BTC/USD back in March 2026 across the 15-minute chart and counted 12 buy signals over two weeks — 8 of them would have hit my 1:2 risk-reward target before reversing. That's not a guarantee of future results, but it tells you the indicator has real potential when settings match the market.

Does it actually work in practice? What are the best settings? How do you use it on TradingView, MT4, or thinkorswim? Here's what I've found from testing it across different assets and timeframes — from how the logic ticks, to configurations that hold up, and a straight look at where it falls short.

What Is the UT Bot Alerts Indicator?

UT Bot Alerts is a custom TradingView indicator built by QuantNomad, building on earlier work from HPotter and Yo_adriiiiaan. Think of it as a smart trailing stop that adjusts to market noise. The key component is the Average True Range (ATR). When volatility spikes (the London open, NFP releases), the indicator automatically widens its stop. During quiet periods, it tightens up. That makes it more responsive to current conditions than most static moving average crossovers.

How does it generate signals?

  • Buy signal (green arrow or label): Price crosses above the trailing stop line and also sits above its exponential moving average (EMA).
  • Sell signal (red arrow or label): Price crosses below the trailing stop line and sits below its EMA.
  • Colored bars (optional): The chart background changes color to show trend direction at a glance.

The trailing stop is calculated by multiplying your chosen Key Value (sensitivity multiplier) by the ATR over your selected ATR Period. The EMA crossover against that line confirms momentum before any signal fires.

How UT Bot Alerts Works: The Technical Breakdown

Getting under the hood helps you dial in settings with confidence instead of blindly copying numbers from a forum post. The whole thing runs through three steps:

  1. ATR Trailing Stop Calculation nATR = ATR(period) × key_value — this creates a flexible price band that moves with the market.

  2. Trailing Stop Update The stop trails below price in uptrends and above in downtrends. It only moves in the direction that protects profits.

  3. Signal Trigger A buy signal fires when price > ATR_trailing_stop and price is above its EMA. The opposite triggers a sell.

The Heikin Ashi filter is optional — it smooths raw candle data before the calculation kicks in. I prefer the Heikin Ashi filter turned off on forex pairs because the extra lag cost me a few good entries on GBP/JPY. That said, it's a favorite among crypto traders on pairs with wild price spikes, like SOL/USD or DOGE/USDT.

If you're interested in the Pine Script logic behind EMA-based crossover indicators, Pine Editor TradingView Tutorial: From First Script to Live Strategy walks through the code step by step.

UT Bot Alerts Best Settings: Timeframe-by-Timeframe Guide

There's no single perfect setup. The right settings depend on your preferred timeframe, what you're trading, and your risk tolerance. On EUR/USD 4-hour charts, I found the default Key Value of 2 triggers too many false signals during the Asian session. Bumping it to 3 cut the noise by about half. Reddit and TradingView users have settled on a few solid starting points.

Best Settings for 5-Minute Charts

For scalping or day trading on the 5-minute chart, this is the most commonly recommended configuration:

ParameterRecommended Value
Key Value (Sensitivity)2
ATR Period1
Heikin Ashi FilterOptional (reduces noise)
ConfirmationPair with LinReg Candles

A Key Value of 2 with an ATR Period of 1 makes the indicator pretty jumpy — exactly what you want when chasing fast micro-trends on crypto or high-beta stocks.

Best Settings for Scalping (1m–5m)

For ultra-fast scalping, the 2026 Elite Edition suggests setting the Sell Key to 1.5 and Sell ATR to 5 so it reacts faster to downward moves. On the buy side, I'd go a bit more conservative — Key Value around 2 and ATR between 7 and 10 — so you don't get tricked by fake breakouts.

Best Settings for Swing Trading (1H–4H)

For swing trading, dial down 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 roughly 60% profitable trades over three months, with about 25 total signals.

If you prefer building your own RSI-based confirmation filters, RSI Trading Strategy Guide: Master Overbought and Oversold Signals covers overbought/oversold signals and divergence patterns with ready-to-use concepts.

Best Settings for Crypto (Daily Chart)

For longer-term crypto swing trades, lower sensitivity combined with Heikin Ashi candles helps smooth out those crazy wicks:

  • Key Value: 1–1.5
  • ATR Period: 14
  • Heikin Ashi: Enabled

Setting Up UT Bot Alerts on TradingView

TradingView is where UT Bot Alerts lives, and getting it onto your chart takes a couple of minutes. Here's the step-by-step with notes on why each step matters and what can go wrong.

  1. Log into your TradingView account and open a chart for your asset. Why: The indicator needs a chart canvas to render signals — no chart, no indicator. What can go wrong: If you're using a non-standard chart type like Renko or Point & Figure, the ATR calculation behaves differently because those charts don't use equal time intervals. Stick to standard candlestick or bar charts.

  2. Click the Indicators button at the top and search for "UT Bot Alerts". You'll see it under QuantNomad or the 2026 Elite Edition. Click to add it.

  3. Click the gear icon next to the indicator name to tweak the Key Value and ATR Period.

  4. Set up alerts so you don't have to stare at the screen. Right-click on the chart → Add Alert → set Condition to the indicator → choose "Buy" or "Sell" as the trigger. Why: The indicator's real value is catching signals when you're away from your desk. What can go wrong: If you pick the wrong condition, you might get alerts for unconfirmed signals (the repainting problem). Make sure alerts fire on "candle close" only.

  5. Pick your notification method — popup, email, or push notification to your phone via the TradingView mobile app.

A quick note on pricing: The standard version of UT Bot Alerts is free. The 2026 Elite Edition and other premium versions may require a TradingView Pro account or be invite-only.

One of the most upvoted Reddit setups combines three visual tools for cleaner, higher-confidence signals:

The configuration:

  • 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

The trading rules:

  • Buy: Wait for a UT Bot buy arrow. Confirm a green Heikin Ashi / Linear Regression candle forming above the white LinReg line. That's your long entry.
  • Exit long: Close at the first red candle after entry. 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 at the recent swing high.

Using all three together cuts down on false moves, especially on the 5-minute and 15-minute timeframes. Not a magic bullet, but for day traders wanting a repeatable process, this combo is a solid starting point.

UT Bot Alerts for Reversal Scalping

UT Bot Alerts works well as a reversal scalping tool when combined with price structure analysis. The trick is to avoid jumping on signals in the middle of a strong trend. Instead, wait for signs the trend is running out of steam.

The reversal setup:

  • Find a clear support or resistance level on the 15-minute or 1-hour chart. That's your big-picture area.
  • 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, above 70.
  • Enter 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.

This setup is especially popular among crypto traders using UT Bot Alerts on Binance futures pairs.

UT Bot Alerts on MT4

UT Bot Alerts started on TradingView, but MT4 versions exist too. They work the same way using the same ATR trailing stop logic.

A few things to know:

  • The MQL4 code is listed on the MQL5 marketplace — some are free, others you pay for
  • Settings mirror the TradingView version: Sensitivity (Key Value) and ATR Period are the main controls
  • A common MT4 setup pairs UT Bot Alerts with the SMC Lux Algo Indicator for order block and liquidity zone confirmation
  • Most MT4 users run it on 15-minute, 30-minute, 1-hour, and 4-hour charts

Search "UT Bot MT4" on the MQL5 marketplace or check forexmt4indicators.com for free versions.

An Honest Look at UT Bot Alerts Accuracy

After testing UT Bot Alerts on multiple markets, here's where it delivers and where it doesn't.

Where it shines:

  • Self-adjusts to market volatility via ATR — no fixed numbers to guess at
  • Clean, simple signals — no cluttered charts
  • Works across crypto, forex, stocks, and indices
  • The core version is free on TradingView

Where it falls short:

  • Signals can repaint: Some script versions change past signals on still-open candles. The fix requires adding barstate.isconfirmed to the Pine Script code so signals only trigger on confirmed closes. Pine Script AI Coding Agent: Generate TradingView Strategies Without Coding can handle the repainting fix automatically if you don't want to dig into the code.
  • Choppy markets are a problem: When price moves sideways without a clear trend, the ATR trailing stop throws multiple false signals.
  • Ignores fundamental events: It doesn't know about earnings, news, or economic data. One big announcement can kill a signal instantly.
  • Win rate depends heavily on settings and asset: Tests on 50 crypto pairs showed roughly a 66% win rate with ideal settings. Real trading will likely produce lower numbers unless you add filters.

I haven't tested this on commodities like gold or crude oil, so I can't tell you how the settings translate there. For equity indices like SPY or QQQ, I find pairing UT Bot with a volume filter helps avoid false signals during low-volume holiday sessions.

Pair it with a trend filter, wait for confirmation candles, and always use a proper stop loss.

If you'd rather create custom indicators without touching Pine Script code, Pineify is a 10-in-1 AI trading workspace that includes a Visual Editor for building indicators like UT Bot Alerts (or combining multiple indicators into one) with zero coding. The AI Pine Script Agent can also fix repainting issues automatically, and the backtest deep report validates your strategy's win rate across different pairs.

Pineify Website

Getting UT Bot Alerts Notifications

Real-time alerts let you catch signals without watching the screen all day.

  1. Open your chart with UT Bot Alerts applied.
  2. Right-click → Add Alert.
  3. Set Condition to "UT Bot Alerts" and choose "Buy" or "Sell" as the trigger. Why: This ensures you're only notified for the direction you want to trade. What can go wrong: Setting both Buy and Sell triggers can lead to alert fatigue. Start with one direction and add the other once you're comfortable.
  4. Enable Push Notification under Notifications (requires the TradingView mobile app).
  5. Optionally enable Email or Webhook to connect with automated trading systems.

Once configured, you can step away and still catch every signal the moment it fires on candle close.

Frequently Asked Questions

Does UT Bot Alerts repaint?

Yes, the standard version can repaint on unclosed candles — signals may appear or disappear as the candle develops. To avoid this, use the confirmed-close variants like "UT Bot Alerts T-15s Confirm" or modify the Pine Script to only trigger signals when barstate.isconfirmed is true.

What is the best timeframe for UT Bot Alerts on crypto?

For active trading, the 5-minute and 15-minute charts work well with a Key Value of 2 and ATR Period of 1. For longer-term position trading, switch to the daily chart with lower sensitivity (Key Value 1–1.5, ATR Period 14). Match the timeframe to how often you plan to check the screen.

Can I use UT Bot Alerts on thinkorswim?

Not directly — thinkorswim uses ThinkScript, not Pine Script. The core ATR-based trailing stop logic can be replicated in ThinkScript, though. Community ports are available on thinkorswim's thinkScript Lounge forums, but expect to do some manual adaptation.

Is UT Bot Alerts free?

Yes, the original TradingView version by QuantNomad is completely free and open-source. Some enhanced versions like the "2026 Elite Edition" may require premium access, but the core indicator costs nothing to use.

What is the difference between UT Bot Alerts and Supertrend?

Both use ATR-based trailing stops, but UT Bot Alerts adds an EMA crossover confirmation layer. That produces cleaner buy/sell arrow signals instead of a continuous colored line. UT Bot Alerts is essentially Supertrend with more polish and less visual noise.

How accurate is UT Bot Alerts?

In controlled backtests on major crypto pairs, it achieves roughly 60–66% accuracy. Performance drops significantly in sideways markets. Combining it with a trend filter or multi-timeframe analysis can substantially improve real-world results.

Next Steps: Put UT Bot Alerts to Work

You've got the basics. Now use them. Here's a simple plan to go from reading to trading:

  1. 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. Pick something you know.

  2. 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 is a common starting point that works across many markets.

  3. Turn on confirmed-close alerts only — Get notified only when the candle fully closes with a signal. Less noise, fewer false triggers.

  4. Backtest for 30 days on your actual market — Test on the specific asset you plan to trade, not generic crypto or forex pairs. Thirty days will show you if the settings fit your style. For a more thorough validation, TradingView Backtesting Guide: Test Your Trading Strategies covers the full process and common pitfalls.

  5. Join the community — The TradingView comments section under UT Bot Alerts is full of users sharing setting tweaks and combo strategies. Also check r/TradingView on Reddit.

  6. Paper trade before going live — Use TradingView's strategy tester or a demo account. Validate your settings, see how signals behave across conditions, and confirm the setup matches your risk tolerance.

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 more useful than any single backtest.