Login Page - Create Account

Support Board


Date/Time: Fri, 09 May 2025 21:03:05 +0000



Post From: 2 MA Background Color Alert based on Slopes

[2019-02-11 15:11:29]
Sawtooth - Posts: 4214
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.