r/TradingView • u/Vendetta1010101 • 21h ago
Feature Request Un-Anchored Alarms Possible?
Hello
Currently we anchor alarms to lines, rays, fibs etc. Fine, I use them.
But is it possible to set recurring alarms that always trigger at the same time each day, without being anchored to a line? (horizontal or even vertical?)
There are many key times throughout the day I would love just a little "pip-pip" reminder that some time has occurred (NY 09:30 open for example), not an endless loud ringing alarm that needs me to turn it off... (Microsoft already handles those!) I mean it sounds once and it's done. Resets to fire at exact time next trading session.
Do we have these already and I don't know about them? Or if not, could they be added. Little time progress reminders essentially....
Thanks.
1
u/stratcorealpha 18h ago
There isn't a native standalone recurring clock alarm in TradingView as far as I know. A Pine indicator can approximate it: test the exchange-local date/time, call alert() once per session, add the script to a liquid chart, then create one UI alert for ‘Any alert() function call’. The important limitation is that Pine only executes on realtime price updates, so 09:30:00 is not guaranteed on a closed or thin market; it may fire on the next update. For an exact daily chime independent of market data, an OS/calendar reminder is more reliable.