logo
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
AshBird  
#1 Posted : Saturday, November 14, 2009 6:10:57 AM(UTC)
AshBird

Rank: Newbie

Groups: Registered, Registered Users
Joined: 11/14/2009(UTC)
Posts: 3

Hi Guys and Gals, first post. I'm looking for a pivot point formula to use on a weekly and daily chart. Can anyone assist? Happy trading, AshBird
wblam  
#2 Posted : Saturday, November 14, 2009 6:52:16 AM(UTC)
wblam

Rank: Advanced Member

Groups: Registered, Registered Users
Joined: 11/25/2006(UTC)
Posts: 79

Google "pivot formula" or see here:

http://hubpages.com/hub/Pivot_Point
AshBird  
#3 Posted : Sunday, November 15, 2009 11:50:22 PM(UTC)
AshBird

Rank: Newbie

Groups: Registered, Registered Users
Joined: 11/14/2009(UTC)
Posts: 3

Many thanks wblam, can you help me further? The formula is below. I have no problems with creating PP but when it comes to R1/R2 etc I get an error message (the part from 'then'). Are all the paramaters created on one indicator? Or are R1/R2 created on their own one then drages onto the chart? (apologies but I'm a mere novice)

Formula

PP = (H + L + C) / 3

then

* R1 = (2*PP) - L

* R2 = PP + (H - L)

* R3 = H + 2*(PP-L)

* S1 = (2*PP) - H

* S2 = PP - (H - L)

* S3 = L - 2*(H - PP)

wblam  
#4 Posted : Monday, November 16, 2009 3:53:54 PM(UTC)
wblam

Rank: Advanced Member

Groups: Registered, Registered Users
Joined: 11/25/2006(UTC)
Posts: 79

PP := (H + L + C) / 3;
R1 := (2*PP) - L;
R2 := PP + (H - L);
R3 := H + 2*(PP-L);
S1 := (2*PP) - H;
S2 := PP - (H - L);
S3 := L - 2*(H - PP);
R1;R2;R3;PP;S1;S2;S3;
AshBird  
#5 Posted : Monday, November 16, 2009 10:53:09 PM(UTC)
AshBird

Rank: Newbie

Groups: Registered, Registered Users
Joined: 11/14/2009(UTC)
Posts: 3

Wow, thank you wblam.
Users browsing this topic
Guest (Hidden)
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.