Login Page - Create Account

Support Board


Date/Time: Tue, 22 Apr 2025 00:21:34 +0000



Post From: Is there a way to trigger color bar alerts on a particular second?

[2025-02-17 19:03:54]
TopGunTrader - Posts: 191
Hi,

There are some instances where I want an alert to go off 10 seconds before say one minute bar closes. I know how to use BARTIME but not sure if it only can trigger at the beginning of the bar.

So if I wanted an alert for last ten seconds can it be

BARTIME>TIMEVALUE("12:59:50")

If this works is there an * or identifier that will run it every bar such as

AND(BARTIME=TIMEVALUE("**:**:50") so it would run last 10 secs of each one min bar?