Login Page - Create Account

Support Board


Date/Time: Sun, 24 Nov 2024 06:41:57 +0000



[User Discussion] - Duration of the BAR in RangeBar graphic

View Count: 1290

[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

[2013-10-01 13:54:12]
Sawtooth - Posts: 4118
Try this:

=BARTIME[0]-BARTIME[-1]<=BARTIME[-1]-BARTIME[-2]
Date Time Of Last Edit: 2013-10-01 14:27:29
[2013-10-02 13:09:00]
nepher - Posts: 56
thank you very much Tom !

To post a message in this thread, you need to log in with your Sierra Chart account:

Login

Login Page - Create Account