Login Page - Create Account

Support Board


Date/Time: Wed, 24 Apr 2024 08:19:58 +0000



Delta Below Bar Alert Question

View Count: 1378

[2020-01-06 19:00:09]
User488241 - Posts: 18
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.
imageDelta divergence.PNG / V - Attached On 2020-01-06 18:59:04 UTC - Size: 21.25 KB - 738 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
imageDelta divergece.png / V - Attached On 2020-01-06 19:26:28 UTC - Size: 26.39 KB - 915 views
[2020-01-06 19:48:41]
User488241 - Posts: 18
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:

Login

Login Page - Create Account