education

How to Set Stock Price Alerts: A Complete Guide for Traders

Learn how to set up effective stock price alerts to catch market moves without watching the screen all day. Step-by-step guide with examples.

Stock Alarm Team
Product & Education
January 8, 2025
5 min read
#alerts#tutorial#price-alerts#trading-guide

Price alerts are the single most important tool for active traders who can't watch the market all day. Here's how to set them up effectively.

Why Price Alerts Matter

Missing a key market move can mean missing profit or taking unnecessary losses. Price alerts let you:

  • React to breakouts without watching charts 24/7
  • Protect positions with stop-loss notifications
  • Catch entry points at your target prices
  • Monitor multiple stocks simultaneously without screen fatigue

Stock Alarm Pro sends instant push notifications to your phone, email, and desktop. No more FOMO.

Types of Price Alerts

1. Simple Price Alerts

The most basic alert: notify me when AAPL crosses $180.

javascript code-highlight
// Example: Setting a price alert
{
  symbol: "AAPL",
  condition: "price > 180",
  notification: "Push + Email"
}

Best for:

  • Specific entry/exit levels
  • Support and resistance breaks
  • Round number psychological levels ($100, $200, etc.)

2. Percentage Change Alerts

Get notified when a stock moves ±5% in a day.

Example Alert
SymbolTSLA
Conditionday_change > 5%

Alert when Tesla moves more than 5% in either direction

Best for:

  • Volatile stocks (tech, crypto-related)
  • Earnings season reactions
  • Breaking news catalysts
  • Portfolio risk management

3. Technical Indicator Alerts

Combine price with technical indicators for smarter alerts.

Most traders overlook this, but combining price with RSI or volume creates much higher-quality signals.

Examples:

  • Alert when price crosses 50-day moving average AND RSI > 60
  • Notify when volume spikes 200% above 20-day average
  • Flag when price breaks resistance on increasing volume

Best Practices

1. Set Multiple Alerts

Don't rely on a single price level. Use a ladder approach:

  • First alert: Early warning (e.g., $175 for AAPL)
  • Second alert: Your actual entry (e.g., $180)
  • Third alert: Breakout confirmation (e.g., $185)

2. Use Percentage Alerts for Volatile Stocks

Tech stocks, small caps, and crypto can move fast. Percentage alerts adapt to volatility:

javascript code-highlight
// Good for volatile stocks
{
  symbol: "NVDA",
  condition: "day_change > 3% OR day_change < -3%",
  notification: "Push"
}

// Bad - too narrow for volatile stock
{
  symbol: "NVDA",
  condition: "price = 500.00" // Will never trigger
}

3. Combine with Technical Indicators

The most effective alerts combine multiple conditions:

Example Alert
SymbolSPY
Conditionprice > 500 AND rsi > 70

Alert when S&P 500 ETF breaks $500 with overbought RSI - potential short setup

4. Review Regularly

Markets move. Your alerts should too.

  • Weekly: Update alert levels based on new support/resistance
  • After earnings: Adjust for post-earnings volatility changes
  • During trends: Trail stops up in uptrends, down in downtrends

Stale alerts are worse than no alerts. A $180 alert from 6 months ago when the stock is now at $250 is useless.

Common Mistakes to Avoid

❌ Setting Too Many Alerts

100+ alerts = alert fatigue. You'll start ignoring them.

Solution: Focus on your top 10-20 highest-conviction ideas.

❌ Ignoring After-Hours Price Action

Many platforms don't alert on pre-market or after-hours moves. Stock Alarm Pro does.

❌ Not Testing Your Alerts

Set a test alert on a volatile stock to make sure notifications work on your phone/email.

❌ Using Only Price

Price alone misses context. Add volume, RSI, or momentum filters for better signals.

Setting Up Your First Alert

Here's a quick 3-step process:

  1. Choose your stock - Pick something you're actively watching
  2. Define the condition - What price level or % move matters?
  3. Test it - Use a volatile stock first to see it in action quickly

Ready to set up your first alert?

Stock Alarm Pro gives you unlimited alerts on stocks, crypto, forex, and futures. Free trial, no credit card required.

S&P 500 Screener

Filter by metrics, fundamentals

Price Alerts

Never miss a move

35+ Global Markets

Stocks, crypto, futures

AI Analysis

Powered by Claude

Start Free Trial
4.8/5 from 7,000+ ratings • No credit card required

Advanced Alert Strategies

Breakout Alerts

Alert when price breaks above resistance on increasing volume:

code-highlight
price > $resistance_level AND volume > avg_volume_20d * 1.5

Mean Reversion Alerts

Flag oversold conditions in quality stocks:

code-highlight
price < sma_50 * 0.95 AND rsi < 30

Earnings Play Alerts

Get notified before earnings reports:

code-highlight
days_to_earnings < 3

Conclusion

Price alerts turn you from a reactive trader into a proactive one. You stop constantly checking your portfolio and start getting notified only when something actually matters.

The key is setting smart alerts with multiple conditions, reviewing them regularly, and avoiding alert fatigue by focusing on your highest-conviction ideas.

Start with 3-5 simple price alerts this week. Once you see how effective they are, expand to percentage alerts and technical indicator combinations.