Different Pivot Point Supp

1
Different Pivot Point Supp / Res Calculation Methods. Standard Pivot Points R3 = H + 2( Pivot - L R2 = Pivot + ( H - L ) R1 = ( 2 x Pivot ) - L Pivot = ( H + L + C ) / 3 S1 = ( 2 x Pivot ) - H S2 = Pivot - ( H - L ) S3 = L - 2( H - Pivot ) Fibonacci's Pivot Points R3 = Pivot + 1.000 * (H - L) R2 = Pivot + 0.618 * (H - L) R1 = Pivot + 0.382 * (H - L) Pivot = ( H + L + C ) / 3 S1 = Pivot - 0.382 * (H - L) S2 = Pivot - 0.618 * (H - L) S3 = Pivot - 1.000 * (H - L) Camarilla Pivot Points R4 = C + (H - L) * 1.1/2 R3 = C + (H - L) * 1.1/4 R2 = C + (H - L) * 1.1/6 R1 = C + (H - L) * 1.1/12 Pivot = ( H + L + C ) / 3 S1 = C - (H - L) * 1.1/12 S2 = C - (H - L) * 1.1/6 S3 = C - (H - L) * 1.1/4 S3 = C - (H - L) * 1.1/2 Woodie's Pivot Points R2 = Pivot + ( H - L ) R1 = ( 2 x Pivot ) - L Pivot = ( H + L + 2 x C ) / 4 S1 = ( 2 x Pivot ) - H S2 = Pivot - ( H - L ) Demark Pivot Points If Close < Open Then x = H + 2 x L + C; If Close > Open Then x = 2 x H + L + C; If Close = Open Then x = H + L + 2 x C; R1 = x / 2 - L S1 = x / 2 - H

Transcript of Different Pivot Point Supp

Different Pivot Point Supp / Res Calculation Methods.Standard Pivot PointsR3 = H + 2( Pivot - LR2 = Pivot + ( H - L )R1 = ( 2 x Pivot ) - LPivot = ( H + L + C ) / 3S1 = ( 2 x Pivot ) - HS2 = Pivot - ( H - L )S3 = L - 2( H - Pivot )Fibonacci's Pivot PointsR3 = Pivot + 1.000 * (H - L)R2 = Pivot + 0.618 * (H - L)R1 = Pivot + 0.382 * (H - L)Pivot = ( H + L + C ) / 3S1 = Pivot - 0.382 * (H - L)S2 = Pivot - 0.618 * (H - L)S3 = Pivot - 1.000 * (H - L)Camarilla Pivot PointsR4 = C + (H - L) * 1.1/2R3 = C + (H - L) * 1.1/4R2 = C + (H - L) * 1.1/6R1 = C + (H - L) * 1.1/12Pivot = ( H + L + C ) / 3S1 = C - (H - L) * 1.1/12S2 = C - (H - L) * 1.1/6S3 = C - (H - L) * 1.1/4S3 = C - (H - L) * 1.1/2Woodie's Pivot PointsR2 = Pivot + ( H - L )R1 = ( 2 x Pivot ) - LPivot = ( H + L + 2 x C ) / 4S1 = ( 2 x Pivot ) - HS2 = Pivot - ( H - L )Demark Pivot PointsIf Close < Open Then x = H + 2 x L + C;If Close > Open Then x = 2 x H + L + C;If Close = Open Then x = H + L + 2 x C;R1 = x / 2 - LS1 = x / 2 - H