Support Board
Date/Time: Mon, 03 Nov 2025 20:56:33 +0000
Post From: ALERT CONDITION HELP: Simple 3 Condition Alert Needed
| [2020-03-05 04:07:52] |
| Sawtooth - Posts: 4285 |
|
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) |
