Login Page - Create Account

Support Board


Date/Time: Fri, 13 Jun 2025 08:19:47 +0000



Post From: Study alerts

[2022-11-03 20:58:32]
John - SC Support - Posts: 40407
It will get a bit lengthy if you want to check for 2 ticks above or 2 ticks below. Here is one piece of the change you would make. You will need to work out the rest using the same pattern (the ... is for you to fill in):

=OR(CROSSOVER(C, SG13 + 2 * TICKSIZE), CROSSOVER(C, SG13 - 2 * TICKSIZE), ...)

Just to add complexity for some fun - in the above situation, if the last price moved across the area that was 2 ticks above the Pivot Point you would get an alert. You would then get another alert if the last price moves out of that zone either back 2 ticks above the pivot point or 2 ticks below the pivot point.

If you only want it to alert you when it goes INTO the "zone", then you would do the following:
=OR(CROSSFROMABOVE(C, SG13 + 2 * TICKSIZE), CROSSFROMBELOW(C, SG13 - 2 * TICKSIZE), ...)
For the most reliable, advanced, and zero cost futures order routing, use the Teton service:
Sierra Chart Teton Futures Order Routing
Date Time Of Last Edit: 2022-11-03 20:59:01