PureBytes Links
Trading Reference Links
|
RANGE:=HIGH -LOW ;
PP := (HIGH + LOW + CLOSE)/3;
R1 := (2 * PP) - LOW;
R2 := PP + RANGE;
R3 := H + 2 * (PP - L); {same as: R1 + RANGE}
R4 := R3 + RANGE;
S1 := (2 * PP) - HIGH;
S2 := PP - RANGE;
S3 := L - 2 * (H - PP); {same as: S1 - RANGE}
S4 := S3 - RANGE;
R4;R3;R2;R1;PP;S1;S2;S3;S4;
sachinsac31 <no_reply@xxxxxxxxxxxxxxx> wrote: Hi everyone,
I'm trying to convert this formula into an indicator can some please
help thanks.
Woodie Pivot Points
The formula used in the calculation of Woodie Pivot Points are:
R4 = R3 + RANGE
R3 = H + 2 * (PP - L) (same as: R1 + RANGE)
R2 = PP + RANGE
R1 = (2 * PP) - LOW
PP = (HIGH + LOW + CLOSE) / 3
S1 = (2 * PP) - HIGH
S2 = PP - RANGE
S3 = L - 2 * (H - PP) (same as: S1 - RANGE)
S4 = S3 - RANGE
Where R1 through R4 are Resistance levels 1 to 4, PP is the Pivot
Point, S1 through S4 are support levels 1 to 4, RANGE is the High
minus the Low for the given time frame (usually daily).
Thank you very much
---------------------------------
Real people. Real questions. Real answers. Share what you know.
[Non-text portions of this message have been removed]
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/equismetastock/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:equismetastock-digest@xxxxxxxxxxxxxxx
mailto:equismetastock-fullfeatured@xxxxxxxxxxxxxxx
<*> To unsubscribe from this group, send an email to:
equismetastock-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|