Login Page - Create Account

Support Board


Date/Time: Mon, 07 Jul 2025 08:17:49 +0000



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

[2020-03-05 04:07:52]
Sawtooth - Posts: 4236
You access the HA bar colors by referencing the HA study's OHLC subgraphs, and compare opens to closes.

Try this:

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

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