Support Board
Date/Time: Thu, 11 Sep 2025 12:20:06 +0000
Post From: Setting an alert
[2013-05-28 16:09:15] |
Sawtooth - Posts: 4263 |
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. |