Login Page - Create Account

Support Board


Date/Time: Sat, 12 Jul 2025 09:41:06 +0000



Post From: Alert if price is near a line, not past or to it yet, but near it?

[2020-07-04 15:34:00]
ForgivingComputers.com - Posts: 1077
"only if price is below this line by 20 percent"

This is the same as saying price is less than 80% of this line.

If the line is ID1.SG1:

=(C<0.8*ID1.SG1)

Will produce a 1 or true if the condition is true.