Description: Built a full-stack, cloud-hosted screener that replicates Unusual Whales–style "whale alerts" for SPXW and other underlyings. Leveraged Theta Terminal for institutional-grade options trade data and orchestrated real-time workflows using n8n.
Key Features:
Pulls and parses real-time trade data using /bulk_at_time/option/trade
Dynamically computes time windows and expiration chains
Filters trades by execution timestamp (ms_of_day) to avoid duplicates
Applies scoring logic based on size, price, and OTM distance
Throttles Telegram alerts to avoid noise (deduped, capped, and spaced)
Self-hosted Express API for storing sequence and alerts