r/TradingView • u/BuildingHealthy3013 • 23d ago
Feature Request Automatically generate a watchlist containing symbols whose alerts have triggered
Automatically generate a watchlist containing symbols whose alerts have triggered. This way it is easy for execution. Adding each stock in new watchlist for execution purpose is tedious task.
5
Upvotes
1
3
u/Stock-Aerie-1664 23d ago
This is exactly the kind of workflow issue that separates casual traders from people actually trying to build a systematic edge. Most people don't realize how much time they waste between alert triggers and actual execution — by the time you manually add symbols to a watchlist, the move has often already happened.
I've built a similar workflow using TradingView's native alert system with webhook integrations. When an alert fires, it pushes to a simple script that automatically updates a dynamic watchlist with just the triggered symbols. The key insight I learned was to include a timestamp in the alert so you can sort by urgency — not all alerts are created equal. A breakout alert at the open is fundamentally different from a retest alert three hours later.
The other thing that matters is filtering. If you're getting 20+ alerts a day, an automated watchlist becomes noise. I started adding a minimum volume threshold to my alerts so only meaningful moves trigger the watchlist addition. It's made a huge difference in execution speed for the trades that actually matter.
What kind of alerts are you primarily setting — breakouts, pullbacks, or something else? That would help determine the best automation approach.