Login Page - Create Account

Support Board


Date/Time: Sat, 05 Jul 2025 19:06:49 +0000



Post From: Setting an alert

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