Support Board
Date/Time: Sun, 02 Nov 2025 19:24:18 +0000
Post From: Including slope of a line in calc
| [2015-01-12 22:40:05] |
| Sawtooth - Posts: 4285 |
|
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) |
