Login Page - Create Account

Support Board


Date/Time: Thu, 09 Jan 2025 09:00:05 +0000



Post From: Wrong Pivot Point Formula

[2016-07-20 12:30:52]
User571352 - Posts: 2
The following formula in Formula Type 10 for Pivot Point calculation is wrong:

Support Level 4 (S4) = S3 - (S2 - S1)

It should be

(S4) = S3 - (S1 - S2) as S1 is higher than S2. Otherwise S4 is above S3 which is obviously wrong.