Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 923 Bytes

File metadata and controls

23 lines (16 loc) · 923 Bytes

Premarket High and Low Stock Notification System

Screenshot of Bot Notification

A Python-based stock monitoring tool that sends real-time alerts when a stock's 5-minute candle closes above or below its premarket high or low.

Built using the Alpaca API for live stock data and integrated with Telegram for fast alerts.

🚀 What it does

  • 🕔 Fetches premarket high/low for each ticker from 4:00 AM to 9:25 AM EST
  • 📡 Monitors live 1-minute price bars using Alpaca WebSocket
  • 🔔 Sends alert only when a 5-minute candle closes above/below the premarket levels
  • 📬 Instant alerts via Telegram bot

📦 Requirements