The workflow automates stock trend analysis by monitoring Moving Average Crossovers, specifically the Golden Cross and Death Cross, for selected stocks. It runs daily after market close, fetching stock data, calculating 60-day and 120-day Simple Moving Averages (SMAs), and detecting trend reversals. When a crossover is identified, it sends real-time notifications via Discord, alerting users to bullish or bearish signals. The process involves scheduling a daily trigger, collecting stock data from Alpha Vantage, storing historical data in a PostgreSQL database, computing SMAs in code, applying crossover logic, and generating alerts or logging results. This automation is valuable for traders and investors who want to stay informed of key trend reversals without manual analysis.
Stock Moving Average Crossover Alert Workflow
Node Count | 11 – 20 Nodes |
---|---|
Nodes Used | code, httpRequest, if, postgres, scheduleTrigger, set, splitOut, stickyNote |
Reviews
There are no reviews yet.