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

Notification

Icon
Error

Options
Go to last post Go to first unread
henry1224  
#1 Posted : Thursday, June 23, 2005 1:21:27 PM(UTC)
henry1224

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers
Joined: 10/29/2004(UTC)
Posts: 1,394
Location: Glastonbury, CT

Was thanked: 2 time(s) in 2 post(s)
Here are a few indicators that will tell you where the pivots will change These should be used on Daily Charts Pivot Price Intermediate Last Value In:=Input("Instance",0,10,0); A1:=Cum(1); NP:=ROC(ExtFml("PowerPivots.BarsSinceNthPivot",2,In),1,$)<0; A2:=LastValue(A1-BarsSince(NP>0)); PP2:=If(A1<A2,BarsSince(A1>=A2),LastValue(ExtFml("PowerPivots.NthPivotPrice",2,In,1))); NP:=ROC(ExtFml("PowerPivots.BarsSinceNthPivot",-2,In),1,$)<0; A2:=LastValue(A1-BarsSince(NP>0)); PT2:=If(A1<A2,BarsSince(A1>=A2),LastValue(ExtFml("PowerPivots.NthPivotPrice",-2,In,1))); PP2;PT2; Pivot price Minor Last Value In:=Input("Instance",0,10,0); NP:=ROC(ExtFml("PowerPivots.BarsSinceNthPivot",1,In),1,$)<0; A1:=Cum(1); A2:=LastValue(A1-BarsSince(NP>0)); PP1:=If(A1<A2,BarsSince(A1>=A2),LastValue(ExtFml("PowerPivots.NthPivotPrice",1,In,1))); NP:=ROC(ExtFml("PowerPivots.BarsSinceNthPivot",-1,In),1,$)<0; A1:=Cum(1); A2:=LastValue(A1-BarsSince(NP>0)); PT1:=If(A1<A2,BarsSince(A1>=A2),LastValue(ExtFml("PowerPivots.NthPivotPrice",-1,In,1))); PP1;PT1; Pivot Price Major Last Value In:=Input("Instance",0,10,0); A1:=Cum(1); NP:=ROC(ExtFml("PowerPivots.BarsSinceNthPivot",3,In),1,$)<0; A2:=LastValue(A1-BarsSince(NP>0)); PP3:=If(A1<A2,BarsSince(A1>=A2),LastValue(ExtFml("PowerPivots.NthPivotPrice",3,In,1))); NP:=ROC(ExtFml("PowerPivots.BarsSinceNthPivot",-3,In),1,$)<0; A2:=LastValue(A1-BarsSince(NP>0)); PT3:=If(A1<A2,BarsSince(A1>=A2),LastValue(ExtFml("PowerPivots.NthPivotPrice",-3,In,1))); PP3;PT3;
wabbit  
#2 Posted : Thursday, June 23, 2005 1:27:23 PM(UTC)
wabbit

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers, Unverified Users
Joined: 10/28/2004(UTC)
Posts: 3,111
Location: Perth, Western Australia

Was thanked: 16 time(s) in 16 post(s)
Henry, skype me please!
Marilyn  
#3 Posted : Thursday, June 23, 2005 2:36:09 PM(UTC)
Marilyn

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers
Joined: 9/10/2004(UTC)
Posts: 863
Location: Salt Lake City, UT

:) You know, that could sound kind of rude... :) Skype me...
StorkBite  
#4 Posted : Thursday, June 23, 2005 4:14:41 PM(UTC)
StorkBite

Rank: Advanced Member

Groups: Registered, Registered Users
Joined: 3/19/2005(UTC)
Posts: 2,995

Was thanked: 14 time(s) in 10 post(s)
:smt043
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.