Login Page - Create Account

Support Board


Date/Time: Fri, 19 Apr 2024 23:58:02 +0000



Post From: Setting an alert

[2013-05-28 16:09:15]
Sawtooth - Posts: 3975
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.