Support Board
Date/Time: Wed, 05 Feb 2025 12:46:51 +0000
Post From: ALERT CONDITION HELP: Simple 3 Condition Alert Needed
[2020-03-05 04:07:52] |
Sawtooth - Posts: 4167 |
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) |