Registered User Joined: 2/14/2011 Posts: 59
|
What is the basis for Pivot Points as plotted by Worden
|
Administration
Joined: 9/30/2004 Posts: 9,187
|
The following formulas are used to calculate the pivot points:
R3 = High + 2 * (Pivot - Low)
R2 = Pivot + (High - Low)
R1= (2 * Pivot) - Low
Pivot = (High + Low + Close) /3
S1 = (2 * Pivot) - High
S2 = Pivot - (High - Low)
S3 = Low - 2 * (High - Pivot)
|