Login Page - Create Account

Support Board


Date/Time: Fri, 05 Sep 2025 21:42:45 +0000



Post From: Back ground color based on Zig Zag

[2015-10-15 13:30:15]
Sawtooth - Posts: 4261
You'll need two instances of the Color Background study, one for each ZZ direction color.

Use formulas like these:
Up:
=ID1.SG1>ID1.SG1[-1]
Down:
=ID1.SG1<ID1.SG1[-1]
where the ZZ study is ID1. Edit as needed.