Login Page - Create Account

Support Board


Date/Time: Tue, 21 May 2024 10:38:05 +0000



Post From: Slow Stochastic Alert Question

[2017-03-14 03:10:29]
zzzzz - Posts: 14
Try this:

=OR(
AND(SG1=SG2,ID1.SG1[0]>ID1.SG1[-1],ID1.SG1<70),
AND(SG1=SG2,ID1.SG1[0]<ID1.SG1[-1],ID1.SG1>30))

It sort of works. At first blush, it is alerting when the DMI crosses up but the Stochastic is down. It should only alert if the DMI crosses up and the Stochastic is pointing up and vice versa.