Login Page - Create Account

Support Board


Date/Time: Sun, 24 Nov 2024 08:55:24 +0000



Post From: Duration of the BAR in RangeBar graphic

[2013-10-01 12:46:58]
nepher - Posts: 56
Hi !

In a rangeBar graphic, I need to know the duration of each bar; I would like to set an alert true if duration of the current bar is lesser than the previous bar, is this syntax correct ?

=AND(BARTIME[0]<=BARTIME[-1])

Thank you for your help