Login Page - Create Account

Support Board


Date/Time: Sat, 30 Aug 2025 02:14:37 +0000



Post From: 2 MA Background Color Alert based on Slopes

[2019-02-11 15:11:29]
Sawtooth - Posts: 4261
Use 2 instances of the Color Background Based On Alert Signal study, one for each color, with formulas like these on their respective Alerts tabs:
=AND(ID1.SG1>ID1.SG1[-1],ID2.SG1>ID2.SG1[-1])
=AND(ID1.SG1<ID1.SG1[-1],ID2.SG1<ID2.SG1[-1])
where ID1.SG1 is one MA, and ID2.SG1 is the other MA; edit as needed.