Support Board
Date/Time: Thu, 30 Oct 2025 19:11:29 +0000
Delta Below Bar Alert Question
View Count: 1822
| [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. |
| 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 |
| |
| [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:
