Login Page - Create Account

Support Board


Date/Time: Thu, 25 Apr 2024 07:20:26 +0000



Post From: 2 MA Background Color Alert based on Slopes

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