Login Page - Create Account

Support Board


Date/Time: Mon, 12 May 2025 00:38:40 +0000



Post From: Color Bar Based On slope - states

[2014-01-03 13:35:24]
Sawtooth - Posts: 4214
If you use a spreadsheet study instead of the Color Bar Based On Slope study, you could use a formula like this:

=IF(AA3>AA4,1,IF(AA3<AA4,-1,Z4))

where:
-column AA is the line with slope
-the formula is in cell Z3