Login Page - Create Account

Support Board


Date/Time: Tue, 16 Apr 2024 21:11:23 +0000



[User Discussion] - Setting an alert

View Count: 1581

[2013-05-28 14:49:48]
tom85308 - Posts: 23
Trying to set an alert so when the price is 2 points above or below the moving average I get an alert. I am looking at the ES chart. Having trouble with the formula. In the chart under MA the formula I used is = (lasttrade <> 2.00). But that is not working. Any suggestions?
[2013-05-28 16:09:15]
Sawtooth - Posts: 3973
Try this:

=OR(AND(C[-1]<SG1[-1]+TICKSIZE*8,C>SG1+TICKSIZE*8),AND(C[-1]>SG1[-1]-TICKSIZE*8,C<SG1-TICKSIZE*8))

This will alert when the price crosses the MA +/- 8 ticks.
[2013-05-28 17:33:14]
tom85308 - Posts: 23
That works. Thank you.
[2013-05-29 16:37:31]
tom85308 - Posts: 23
The alert works as intended but curious about alerts in general. If the chart that has the alert is not the one I'm looking at will the alert still sound off?
[2013-05-29 16:43:13]
M5amhan - Posts: 468
if the chart isnt currently open in any of your open chartbooks it wont go off.. if you have an alert set on a symbol you need it set on that symbol as well, which is why i really want to see sierra add the quote board alerts they mentioned a few months ago

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

Login

Login Page - Create Account