Support Board
Date/Time: Tue, 22 Apr 2025 05:40:21 +0000
Post From: % limit code from ID label
[2023-02-24 22:13:31] |
John - SC Support - Posts: 39395 |
You need to use the AND function and contain the alert within a given window. So it would look like the following: =AND(C > ID16.SG2 + .02, C < ID16.SG2 + .04) In the above, if the Tick Size is .01, then the only time you would get an alert would be if the Close was at the value of ID16.SG2 + .03, since we are not including .02 or .04. If you wanted to alert when it included the .02 and .04, then you would need the = as well, so the following: ==AND(C >= ID16.SG2 + .02, C <= ID16.SG2 + .04) For the most reliable, advanced, and zero cost futures order routing, use the Teton service: Sierra Chart Teton Futures Order Routing |