Login Page - Create Account

Support Board


Date/Time: Sat, 08 Nov 2025 08:01:00 +0000



Post From: Alert at every BarTime *:*:50 ??

[2025-10-28 01:53:55]
TopGunTrader - Posts: 231
Hi,

I tried

=FRACTIME(BARTIME * 24 * 60) * 60 = 50 and it will color the background at that time and then after the color goes away or if I have a signal with it its gone after.

I want to have a 10 second chart and analyze the *:*:50 ie 9:30:50 9:31:50. I don't just want it to work live at that time I want the signal on that bar to stay. I guess there's no way other than to write an or statement with EXACT times


9:30:50, 9:31:50,9:32:50...... 15:59:50 That's 390 different times I'll have to code up from 9:30am to 16:00pm. If that's only way I guess I'll create another separate signal and then reference that with what I really want to do at the 50 second mark. Since each bar is 10 seconds each *:*:50 is at same time just want a way to reference that bar's time once if possible.