Alert Saving Failed TradingView: Complete Guide to Fix This Common Error
That "Alert Saving Failed" message on TradingView can feel like a real roadblock, especially when you're in the zone setting up a trade. You've drawn your lines, your indicator is flashing a signal, and just when you go to create the alert… you get that frustrating error.
If this has happened to you, you're not alone. It's a common hiccup that pops up whether you're trying to set a simple price alert, one based on a fancy indicator, or an alert from a full trading strategy.
So, What's Actually Going Wrong?
When you see "Alert Saving Failed," it basically means TradingView couldn't process your request to create or update an alert. This can happen to anyone, on any plan, whether you're using the website, the desktop app, or your phone.
From what we've seen, a good chunk of these errors are actually due to simple, fixable setup issues. The trick is that the cause isn't always the same—it could be anything from your account settings to a temporary glitch. Let's break down the usual suspects so you can find the right fix.
Common Causes of TradingView Alert Saving Errors
Plan Limitations and Restrictions
Often, the reason you can't save an alert comes down to your subscription plan. If you're using the free Basic plan, you can only have two active price alerts running at a time. Plus, you can't create any alerts based on technical indicators with the free plan. So, if you're trying to set up an indicator alert or add a third alert, you'll run into that "alert saving failed" message.
The number of alerts you can have varies a lot depending on your plan. Here's a quick breakdown:
| Plan | Alert Allowance |
|---|---|
| Basic (Free) | 2 price-based alerts only |
| Pro | 10 active alerts including price, indicator, and drawing alerts |
| Premium | 400 active alerts with full functionality including strategies and watchlists |
| Expert | 10 active watchlist alerts |
| Ultimate | 15 active watchlist alerts |
Configuration and Script Errors
Sometimes, the issue isn't the plan but how the alert is set up. A common mistake is picking the wrong frequency, like choosing "Once Per Bar" when you meant "Every Tick," or not setting the condition correctly. Also, if you've recently edited a Pine Script indicator, old alerts tied to the previous version might still be hanging around and causing a conflict when you try to save a new one.
If you're using a custom script, a tiny syntax error can stop an alert from saving. It's easy to think that using plot() or plotshape() in your code is enough, but for an alert to actually work, your script needs the specific alertcondition() function. Without it, TradingView doesn't know what condition should trigger the alert. If you're new to Pine Script, our Pine Script Tutorial: A Quick Start Guide for Beginners can help you understand the fundamentals.
Browser and Application Issues
Technical glitches with your web browser or the TradingView desktop app can also get in the way. Old stored website data (cached data), an outdated browser, or a glitch in the app itself can disrupt the process of creating an alert. On mobile phones, similar problems can pop up if your Android WebView or Chrome app needs an update.
Server and Connectivity Problems
Every so often, the problem is on TradingView's end. During especially busy times or when they're rolling out a new update, the platform can get a little unstable, and you might have trouble saving alerts temporarily. A spotty internet connection can also interrupt things, leading to an error message even if everything else is set up correctly.
Step-by-Step Solutions to Fix Alert Saving Failed
Solution 1: Check Your Subscription Plan First
Before you dive into any technical fixes, take a quick look at your subscription. Log into TradingView and head to your profile settings to see what plan you're on. If you're using the free Basic plan, remember you can only have two alerts active at a time. If you've hit that limit, you'll need to delete an old one or consider upgrading to a paid plan to create more.
Here's something important to know: TradingView used to let free users create alerts on technical indicators, but they've since moved that feature to their paid plans. So if it suddenly stopped working for you, that's likely why.
Solution 2: Give Your Browser a Fresh Start
If you're using TradingView on the web, sometimes your browser just needs a clean slate. Go into your browser's settings and clear out the cached images, files, and cookies for TradingView specifically. Once you've done that, close the browser completely, reopen it, log back in, and try creating your alert again.
For those using the desktop app, you can try a quicker fix: just right-click anywhere on your chart and select "Clear Chart Cache." This often sorts out display and functionality glitches without touching your saved layouts or drawings.
Solution 3: Refresh the Desktop Application
The desktop app can sometimes get stuck. If you're running into persistent alert errors there, try uninstalling and reinstalling the application. Several users have found this completely fixes the problem.
On Windows, you might be able to fix it without a full reinstall:
- Open Windows Settings and go to Apps
- Find TradingView in your installed apps list
- Click on "Advanced options"
- Try the "Repair" option first—it often fixes things without losing your data
- If that doesn't work, use "Reset" (just know this will clear all your chart data, including any technical analysis and alerts you've set up)
This repair/reset approach solves about three-quarters of common desktop app issues.
Solution 4: Set Up Your Alerts the Right Way
Sometimes the problem isn't technical—it's how the alert is configured. If you suspect this might be the case, try deleting the problematic alert and creating a new one with these settings:
| Setting | Recommendation |
|---|---|
| Frequency | Use "Once Per Bar Close" to avoid false triggers and ensure the alert fires on confirmed price action |
| Chart Type | Stick with standard candlestick charts instead of Heikin Ashi for better reliability |
| Strategy Alerts | Enable "Recalculate After Order Filled" to keep everything synchronized |
| Conditions | Double-check that conditions like "Crossing Up" are properly set |
| Multiple Conditions | Make sure you're using the correct "AND" logic between conditions |
Solution 5: Check Your Pine Script Code
If you're using custom indicators or strategies, your Pine Script code needs to specifically tell TradingView when to trigger alerts. Just having a plot() function in your code won't create alerts—you need to use alertcondition() with the proper syntax.
Here are some common Pine Script mistakes that stop alerts from working:
- Using undefined color variables instead of built-in color values
- Accidentally using
=instead of:=when updating variables - Messed up indentation in multi-line code blocks
- Forgetting to include
alertCondition()functions entirely, or configuring them incorrectly
If you're struggling with Pine Script errors, Pineify offers a powerful solution with its AI-powered Pine Script generator that creates error-free code automatically. Instead of wrestling with syntax issues and debugging, you can use Pineify's visual editor to build complex indicators and strategies without any coding knowledge. The platform handles all the technical details, ensuring your alert conditions are properly configured and ready to use.
Solution 6: The Simple Logout/Login Trick
Don't underestimate the power of simply logging out and back in! This refreshes your session and can clear up temporary glitches, especially after TradingView releases updates. It works even better if you combine it with clearing your browser cache. While you're at it, check that you're running the latest version of TradingView by looking at the version number in the "About" section.
Solution 7: See if TradingView Is Having Issues
Sometimes the problem isn't on your end at all. TradingView regularly updates their platform, and occasionally these updates cause temporary hiccups. If alerts suddenly stop working for everyone, check TradingView's status page or browse their community forums to see if others are reporting similar issues.
Desktop app users: make sure your application is updating properly. Sometimes you need to let the app run for about 10 minutes after starting it, then restart for updates to fully apply.
Solution 8: Double-Check Your Notification Settings
Here's one that trips up a lot of people: your alert might be saving perfectly fine, but you're not getting notified because of your notification settings. Go to your Profile, then to Alerts, and make sure you've enabled notifications for your preferred method—whether that's email, push notifications, or SMS.
If you primarily use the mobile app, check that push notifications are enabled both in the TradingView app settings and in your device's system settings. It's an easy thing to overlook!
Preventing Future Alert Saving Errors
Let's talk about how to build some good habits that will help you avoid those frustrating alert saving errors down the road. Think of it like a quick checklist to run through to keep everything running smoothly.
Here's a straightforward guide to help you stay on track:
| Good Habit | Why It Helps |
|---|---|
| Keep TradingView Updated | Using version 2.14.0 or higher means you benefit from the latest stability fixes and improvements. It's an easy win. |
| Check Your Internet Connection | A stable connection is crucial when you're creating or changing alerts. A quick moment of instability can sometimes interrupt the saving process. |
| Test on Standard Charts First | Before applying a new alert to a complex, modified chart, try it out on a basic chart first. This helps confirm the alert itself is working as expected. |
| Review Your Alert History | Make it a habit to glance through your Alert Manager every so often. Spotting a pattern in past issues can help you prevent the next one. |
| Update Your Browser or App | Whether you're using the web platform or the desktop app, keeping it updated ensures you have all the latest compatibility patches. |
| Keep a Simple Log of Your Setups | Jot down your key alert configurations. If you ever need to recreate one in a hurry, you'll have all the details handy. It's a simple step that saves a lot of headache. |
Q&A Section
Q: I'm on a free TradingView account and keep seeing "alert saving failed" when I try to set an indicator alert. What's going on?
A: TradingView made a change a while back that moved indicator alerts out of the free Basic plan. So now, if you're on a free account, you can only create two simple price alerts. To get indicator alerts (the ones that trigger off RSI, Moving Averages, etc.), you'll need to upgrade to a Pro plan or higher.
Q: How many alerts can I actually create on the different TradingView plans?
A: The number varies quite a bit depending on your plan. Here's a quick breakdown:
| Plan | Number of Alerts & Key Features |
|---|---|
| Basic | 2 price alerts. |
| Pro+ | 10 total alerts with full functionality. |
| Premium | 400 active alerts, including strategy and watchlist alerts. |
| Expert | 10 watchlist alerts. |
| Ultimate | 15 watchlist alerts. |
Q: If I reinstall the TradingView Desktop app, will I lose all my alerts and settings?
A: Generally, your alerts should be safe because they're saved to your account on TradingView's servers. However, a full reinstall can sometimes clear local data. A good tip is to try the "Repair" option in Windows first—it often fixes app issues without touching your data. It's always a smart move to take a quick screenshot or note of your most important alert setups before doing any major software changes, just to be safe.
Q: I updated my custom Pine Script indicator, but now my old alerts aren't working. Why?
A: This is a common head-scratcher! When you edit and save your script, the alerts you created on the old version don't automatically update. They're still tied to the previous code. To fix this, you need to delete the old alerts and create new ones. This fresh start ensures the alerts are using your latest script and will trigger correctly.
Q: Could using a VPN or my firewall be the reason my alerts won't save?
A: It's possible, but it's not usually the first thing to check. Connection problems can definitely interfere, but most of the time, the issue is closer to home—like a glitchy cache in the app or a setting that's out of sync. A good first step is to clear your browser cache, restart the app, or double-check your alert configuration. If you've tried all that and it's still not working, then it might be worth looking at your VPN or firewall settings.
Next Steps
Now that you've got a handle on fixing the "alert saving failed" error, let's put that knowledge to work and smooth out your trading process. A good place to start is by simply checking which TradingView plan you're on and how many alerts it allows. From there, you can move through the fixes we talked about, starting with the simplest ones first.
If you rely heavily on automated trading and are constantly bumping into alert limits, it might be time to look at a plan upgrade. The higher-tier plans give you more alerts and unlock other powerful features. For those of you using webhooks to connect to other trading systems, double-check that your alerts are set up with the correct JSON format—a small typo here is a common reason things fail down the line.
| Plan | Max Active Alerts | Key Consideration |
|---|---|---|
| Basic | Very Limited | Ideal for casual chart viewing, not active alerting. |
| Pro/Pro+ | Good for most individuals | Check your usage against your strategy's needs. |
| Premium | Highest Limit | Necessary for complex, multi-instrument systems. |
If you found a solution that worked for you, consider sharing it on the TradingView community forums. It's a great way to help others who are stuck and often brings new insights to light. And if you've tried everything and the error just won't quit, don't hesitate to contact TradingView support directly. When you do, be sure to give them all the details—like your setup, the exact error message, and what you've already tried—so they can help you faster.
Finally, it's a smart habit to keep an eye on TradingView's official blog and release notes. The platform is always improving, and sometimes alert features or limits change. A quick check every now and then can save you from unexpected surprises in your automated trading setup. If you're interested in mastering TradingView more broadly, our How to Use TradingView for Beginners: A Complete Step-by-Step Guide covers everything from basic navigation to advanced features.

