Login Page - Create Account

Support Board


Date/Time: Wed, 15 May 2024 00:43:02 +0000



Post From: Including slope of a line in calc

[2015-01-12 22:40:05]
Sawtooth - Posts: 3996
Since the x and y axis scaling affects a visual angle, you'd first need to determine what value differentiation of the line creates a 45 degree angle, then include it in the formula:
AND(SG3[0]>SG3[-1],SG3[-1]<=SG3[-2],SG3[-2]<=SG3[-3],SG3[0]-SG3[-3]>TICKSIZE*2)
or
AND(SG3[0]>SG3[-1],SG3[-1]<=SG3[-2],SG3[-2]<=SG3[-3],SG3[0]-SG3[-3]>0.5)