Login Page - Create Account

Support Board


Date/Time: Sat, 08 Nov 2025 08:02:49 +0000



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

[2025-10-27 20:26:43]
TopGunTrader - Posts: 231
Hi,

I want to use 10 second bars to see how that candle behaved and for example want all the bars to close above the low of first bar in new minute so want to have it analyzed on every 0:0:50 time so 9:31:50 9:32:50 9:33:50 and so on.

Can I use astericks in BARTIME?

This doesn't seem to work and would hope I don't have to have a ton of OR statements

OR(BARTIME=TIMEVALUE("9:30:50"),BARTIME=TIMEVALUE("9:31:50"),BARTIME=TIMEVALUE("9:32:50"))