Support Board
Date/Time: Sat, 18 Jan 2025 04:53:46 +0000
Post From: Save these Settings
[2018-01-11 19:40:34] |
Crtfyd - Posts: 281 |
Here's an example of my simple alert for a "Color Bar based on Alert Condition" Study.: _________________________________________ =AND ( ID1.SG4 <= ID1.SG1 , ID1.SG4[-1] <= ID1.SG1[-1] , ID1.SG4[-2] <= ID1.SG1[-2] , ID1.SG4[-3] <= ID1.SG1[-3] , ID1.SG4[-4] <= ID1.SG1[-4] , ID1.SG4[-5] <= ID1.SG1[-5] , ID1.SG4[-6] <= ID1.SG1[-6] , ID1.SG4[-7] <= ID1.SG1[-7] , !( ID1.SG2 < ID1.SG4[1]) , L = ID6.SG3 , BARTIME >((09*60+30.01)/(24*60)), BARTIME < ((11*60+00.00)/(24*60)) ) _____________________________________________________________ The BARTIME is not saved with the rest of the Alert conditions, its always omitted after "Saved these Settings as Default" is checked. |