Login Page - Create Account

Support Board


Date/Time: Sun, 05 Jul 2026 22:54:39 +0000



Post From: color bars based on moving average cross

[2015-10-23 19:25:25]
Sawtooth - Posts: 4335
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.