Login Page - Create Account

Support Board


Date/Time: Wed, 05 Feb 2025 12:39:17 +0000



Post From: ALERT CONDITION HELP: Simple 3 Condition Alert Needed

[2020-03-05 13:20:48]
Sawtooth - Posts: 4167
Sorry, I forgot to include the 200SMA.

The HA close is ID5.SG4 so these would be the formulas:

Long alert formula:
=AND(ID5.SG4[-1]<ID5.SG1[-1],ID5.SG4>ID5.SG1,CROSSFROMBELOW(ID12.SG1,ID12.SG2),ID12.SG1<ID12.SG4,ID5.SG4>=ID10.SG1)

Short alert formula:
=AND(ID5.SG4[-1]>ID5.SG1[-1],ID5.SG4<ID5.SG1,CROSSFROMABOVE(ID12.SG1,ID12.SG2),ID12.SG1>ID12.SG3,ID5.SG4<=ID10.SG1)