Support Board
Date/Time: Wed, 18 May 2022 12:38:45 +0000
Post From: Setting an alert
[2013-05-28 16:09:15] |
tomgilb - Posts: 3270 |
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. |