Every weekday at 5 PM, it checks your stocks for Golden or Death Cross signals and alerts Discord if a trend change occurs.
Verified 2026-07-07
Personal-Consumer
What it does
Get instant Discord alerts when your stocks hit Golden or Death Cross signals every weekday at 5 PM. This workflow monitors your tickers using Alpha Vantage data to spot trend changes before you do.
How it works
When it runs
On a schedule · Scheduled · daily 5 PM weekdays
How hands-off
Assists you, you do the final step
Setup
An afternoon · about an afternoon
Works with
Alpha Vantage API, PostgreSQL, Discord
Tools that fit
api
Alpha Vantage API : Fetch stock price data
Services
PostgreSQL : Store historical price history
Discord : Send alert notifications
Watch out for
⚠ Alpha Vantage has strict rate limits so you must implement error handling or caching to avoid hitting the daily request cap.
⚠ PostgreSQL date types can cause timezone mismatches if not explicitly set to UTC during data insertion and retrieval.
⚠ The Code node will fail silently on missing historical data for new tickers, so add a check to ensure sufficient rows exist before calculating SMAs.
⚠ Discord webhooks require proper JSON formatting or the alert message will be rejected by the API endpoint.
This is what I do. I design and build AI agents like this one, and keep them running. If you want it set up for your team instead of doing it yourself, get in touch.