Login Page - Create Account

Support Board


Date/Time: Sat, 23 Nov 2024 19:45:23 +0000



Zig zag confirmed pivot point

View Count: 140

[2024-08-07 03:46:00]
User918104 - Posts: 4
Hello,

I’ve set an alert on my zig zag but i keep getting alerts when the current leg expand. Is there a formula that would trigger the alert only when the new leg started, after pivot point is confirmed, not when still extending ongoing leg ?

Thanks for your help
[2024-08-07 14:46:14]
John - SC Support - Posts: 36238
You need to use the "Zig Zag Oscillator" subgraph in order to do this. In this case, you need to check when the oscillator goes from Negative to Positive or Positive to Negative. The Alert condition would look like the following:
=OR(AND(ID1.SG9 > 0, ID1.SG9[-1] < 0), AND(ID1.SG9 > 0, ID1.SG9 < 0))
For the most reliable, advanced, and zero cost futures order routing, use the Teton service:
Sierra Chart Teton Futures Order Routing
[2024-08-07 14:53:35]
User918104 - Posts: 4
Thanks a lot for your help John

To post a message in this thread, you need to log in with your Sierra Chart account:

Login

Login Page - Create Account