|
Re: Which Pivots???
I personally use the regular ol' classic pivot calculations:
R4 = R3 + RANGE (same as: PP + RANGE * 3)
R3 = R2 + RANGE (same as: PP + RANGE * 2)
R2 = PP + RANGE
R1 = (2 * PP) - LOW
PP = (HIGH + LOW + CLOSE) / 3
S1 = (2 * PP) - HIGH
S2 = PP - RANGE
S3 = S2 - RANGE (same as: PP - RANGE * 2)
S4 = S3 - RANGE (same as: PP - RANGE * 3)
I use only the 9:30-4:15 session for my calculations, and find that they work perfectly well. I also use Market Profile "value area" pivots to trade from.
|