Support Board
Date/Time: Tue, 28 Oct 2025 07:48:37 +0000
[User Discussion] - Duration of the BAR in RangeBar graphic
View Count: 1539
| [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: 4280 |
|
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:
