Tools Pivot points
Levels

Pivot points calculator

Enter the previous session's high, low, and close. Get classical, Fibonacci, Camarilla, and Woodie pivot levels.

How these are calculated

All four methods take the previous bar's High, Low, and Close. Woodie also weights the current bar's open.

Classical

P = (H + L + C) / 3 · R1 = 2P − L · R2 = P + (H − L) · R3 = H + 2(P − L) · S1 = 2P − H · S2 = P − (H − L) · S3 = L − 2(H − P)

Fibonacci

P = (H + L + C) / 3. Then: R1 = P + 0.382(H − L), R2 = P + 0.618(H − L), R3 = P + (H − L). Mirror for S1/S2/S3.

Camarilla

R4 = C + 1.1(H − L)/2, R3 = C + 1.1(H − L)/4, R2 = C + 1.1(H − L)/6, R1 = C + 1.1(H − L)/12. Mirror for S1–S4.

Woodie

P = (H + L + 2·Open) / 4 · R1 = 2P − L · R2 = P + (H − L) · S1 = 2P − H · S2 = P − (H − L)