Support Board
Date/Time: Tue, 16 Sep 2025 18:57:15 +0000
Post From: color bars based on moving average cross
[2015-10-23 19:25:25] |
Sawtooth - Posts: 4263 |
Use two instances of the Color Bar Based On Alert Condition study, one for each color, with these formulas on the respective Alerts tab: Green: =ID1.SG1>ID2.SG1 Red: =ID1.SG1<ID2.SG1 where the faster MA is ID1 and the slower MA is ID2. Edit as needed. |