How to set stock price alerts that you will actually act on
·6 min read
Key takeaways
- Use an absolute price alert when you have a decision ready at that price, and a percent-change alert when you want to know that something happened at all.
- Set the threshold outside the stock's normal daily range — a 2% alert on a stock that moves 3% a day fires every day and teaches you to ignore it.
- Five to ten live alerts is the practical ceiling for most people; past that, alert fatigue makes every alert worth less.
- In StockPlus: open the ticker, tap Set Alert, choose price or percent change, enter the threshold, and save. Alerts arrive as a push notification and are free on the starter tier.
A stock price alert is a rule you attach to a ticker: tell me when this crosses a line I care about. Setting one takes under a minute in any modern app. Setting one you will still trust in three months is the harder part, and it comes down to three decisions — the trigger type, the threshold, and how many alerts you run at once.
Price alerts vs percent-change alerts
Almost every app offers an absolute price trigger: notify me when NVDA reaches $180. Fewer offer a percent-change trigger: notify me when NVDA moves 5% in a day. They answer different questions, and using the wrong one is the most common reason alerts get ignored.
- Use an absolute price alert when you already know what you would do at that price. A buy level you have been waiting for, a level where you would trim, a stop you set deliberately. The price is meaningful because a decision is attached to it.
- Use a percent-change alert when you have no target but want to know that something happened. This covers most positions most of the time: you are not waiting for a number, you want to hear about it when the stock does something unusual.
A useful test: if you cannot finish the sentence “when this fires, I will …”, you want a percent-change alert, not a price alert. A price alert without a decision behind it is just a slow, arbitrary notification.
Picking a threshold that survives contact with the market
The single biggest mistake is setting the threshold inside the stock’s normal daily range. If a stock routinely swings 3% between open and close, a 2% alert fires most days, tells you nothing you did not already know, and — worse — teaches you that alerts from this app are noise. A few weeks later you are dismissing the one alert that mattered.
A practical starting point
- Look at the last few weeks of the chart and note roughly how far the stock moves on an ordinary day.
- Set the percent-change threshold meaningfully above that — for a stock that usually moves 1–2%, something like 5% is a real event; for a volatile one, it may need to be 8–10%.
- For price alerts, prefer round levels you actually reasoned about over precise-looking numbers you did not. $250 you chose beats $247.30 you did not.
- Revisit after a month. If an alert never fired, it is too far out; if it fired more than a handful of times, it is too close.
How many alerts is too many?
Alert fatigue is not a personality flaw, it is arithmetic. Every alert costs a few seconds of attention and a decision; past roughly five to ten live alerts, they arrive faster than you can evaluate them and the rational response is to stop reading them. At that point the alerts have negative value, because they also mask the ones that matter.
The fix is not fewer tickers, it is the right tool per ticker. Keep the wider set on a watchlist you glance at on your own schedule, and reserve alerts for the handful where a decision is genuinely waiting on a number.
Setting a stock price alert in StockPlus
The flow below takes under a minute and works the same on iOS and Android. Price and percent-change alerts are both included on the free tier; Pro raises the number of alerts you can keep live.
- 1
Open the ticker you want to watch
Search for the company or tap it in your watchlist. The alert is attached to the ticker, so you do not need to own the stock or connect a brokerage account.
- 2
Tap Set Alert
The alert sheet opens over the chart, so you can see the stock's recent range while you pick a threshold rather than guessing from memory.
- 3
Choose price or percent change
A price alert fires when the stock crosses an absolute level you name. A percent-change alert fires when it moves by a given amount, in either direction, regardless of where the price is.
- 4
Enter a threshold outside the normal daily range
Check what the stock typically moves in a day and set the trigger beyond it. A threshold inside the usual range fires constantly and trains you to swipe alerts away unread.
- 5
Save, then confirm notifications are allowed
Alerts are evaluated server-side and delivered as a push notification, so they arrive whether or not the app is open — but only if notification permission is granted. If nothing arrives, that permission is the first thing to check.
Why some alerts never arrive
Three causes account for nearly all missing alerts, in this order:
- Notifications are off. The alert fired; the phone dropped it. Check the OS-level notification permission for the app first — it is the cause often enough to be worth checking before anything else.
- The alert is evaluated on-device. Apps that check thresholds locally can only do so while running in the background, and the OS suspends background work aggressively. A server-side check plus a push notification does not have this failure mode — why alerts fail when the app is closed covers how to test which kind yours is.
- The threshold was crossed outside market hours. Pre-market and after-hours prints may not count as a cross, depending on the app. If a gap open matters to you, confirm how the app treats extended-hours trading.
The short version
Price alerts for decisions you have already made. Percent-change alerts for everything else. Thresholds outside the normal daily range, revisited after a month. Fewer than ten live at once. That is most of what makes the difference between an alert system you act on and one you mute.
Frequently asked questions
What is a stock price alert?
A stock price alert is a rule you set on a ticker that sends you a notification when the stock crosses a threshold you chose — either an absolute price (for example, AAPL at $250) or a move of a given size (for example, AAPL down 5% in a day). The alert does not trade for you; it only tells you that the condition you cared about is now true.
Should I use a price alert or a percent-change alert?
Use an absolute price alert when you already know what you would do at that price — a buy level, a sell level, a stop. Use a percent-change alert when you do not have a target but want to know that a stock moved unusually, which is the case for most positions most of the time.
How many stock alerts should I set?
Most people can act on five to ten live alerts. Beyond that, alerts start arriving faster than you can evaluate them and you begin dismissing them by reflex, which removes the entire benefit. If you want to watch thirty tickers, watch them on a watchlist and reserve alerts for the handful where you have a decision waiting.
Do stock price alerts work when the app is closed?
Yes, if the alerts are evaluated on a server and delivered as push notifications, which is how StockPlus works — the check does not depend on the app being open. Alerts built purely on-device can only fire while the app is running in the background, so they are less reliable.
Are stock price alerts free?
In StockPlus price and percent-change alerts are included in the free tier, with a higher alert limit on Pro at $2.99/month. Free alerting is common across mainstream apps; the differences are usually the number of live alerts, whether percent-change triggers are included, and delivery reliability.
Keep reading
- Why stock price alerts fail when your app is closed
The alert was set correctly and the notification still never came. The reason is structural, and it comes down to one question: which computer was supposed to check the price?
- How to read an SEC Form 4 filing
Almost all of a Form 4's meaning sits in one letter. Get it wrong and a routine tax withholding reads as an executive dumping stock. Here is every code, transcribed from the SEC's own form.
- When companies report earnings, and why the calendar looks the way it does
Why does nobody report a fourth quarter? Why do after-the-bell releases start at 4:05pm rather than 4:00? Both answers are in the rulebooks, and neither is a market convention.
- Shipping OneSignal push in a Kotlin Multiplatform app
The SDK calls are two lines. The two lines were never the work — here is what was, including a FIREBASE_FCM_INIT_ERROR that kept the build green and killed push on every Android device.
- The best congress stock trackers in 2026
Every list ranking for this term puts its own product first without saying so, and prints prices with no date. Nine trackers, a stated methodology, and four prices we could not verify — said out loud.
- The STOCK Act's 45-day rule, and how late congress actually files
Everyone quotes the rule as '45 days'. The statute sets a two-part test, and the difference decides whether a given filing was late at all.
- How to track congress stock trades (2026)
The filings are free and public, and almost nobody reads them — because the portals are miserable. Here is what is in a disclosure, what is missing, and the three ways to follow them.
- The best stock alert apps in 2026
Nearly every finance app claims alerts. The real differences are trigger types, free-tier limits, and whether alerts fire when the app is closed. Six apps, compared honestly.
Try it before you decide.
Free to start, no card required. One AI briefing each morning, a live watchlist, and alerts that actually matter.