Support Board
Date/Time: Fri, 31 Oct 2025 00:34:36 +0000
Delta Below Bar Alert Question
View Count: 1824
| [2020-01-06 19:00:09] | 
| User488241 - Posts: 42 | 
| Hello, Trying to create a simple alert when there is divergence in delta bars Would want to see an alert when a bar closes green but has a delta that is less than -15 and another alert if bar closes red but delta is > 15. This is the alert I inputed and was getting a syntax error. = If C < O and SG1 > 15 = if C > O and SG1 < -15 Thanks in advance. | 
|  Delta divergence.PNG / V - Attached On 2020-01-06 18:59:04 UTC - Size: 21.25 KB - 831 views Attachment Deleted. | 
| [2020-01-06 19:29:09] | 
| Ackin - Posts: 1865 | 
| Hi, You can download it as a finished ACSIL study Free study: Opposite delta (Delta divergence) contact link: https://www.sierrachart.com/UserControlPanel.php?page=StudyStore&SCDLLName=zyp_download_free | 
|  Delta divergece.png / V - Attached On 2020-01-06 19:26:28 UTC - Size: 26.39 KB - 1159 views | 
| [2020-01-06 19:48:41] | 
| User488241 - Posts: 42 | 
| Thank you but looking to create the alert myself and understand what was incorrect about the syntax so I can customize things if I need to. | 
| [2020-01-06 20:04:50] | 
| Ackin - Posts: 1865 | 
| ok, then simple: = If C < O and SG1 > 15 = if C > O and SG1 < -15 = AND(C < O, IDxx.SGxx > 15) = AND(C > O, IDxx.SGxx < -15) where IDxx.SGxx is refering value to subgraphs with ASK-BID example SCH default Study Ask Volume Bid Volume Difference Text Date Time Of Last Edit: 2020-01-06 20:15:53  | 
To post a message in this thread, you need to log in with your Sierra Chart account:
