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 : Sunday, April 3, 2005 2:04:24 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)
You Need The PowerPivots Plus Add-on To Use This Indicator TF:=Input("Time Factor",1,60,1); A4:=IsDefined(ExtFml("PowerPivots.Pivots")=4); A3:=IsDefined(ExtFml("PowerPivots.Pivots")=3); A2:=IsDefined(ExtFml("PowerPivots.Pivots")=2); A1:=IsDefined(ExtFml("PowerPivots.Pivots")=1); B4:=If(A4,ExtFml("PowerPivots.NthPivotPrice",4,0,TF),0); B3:=If(A3,ExtFml("PowerPivots.NthPivotPrice",3,0,TF),0); B2:=If(A2,ExtFml("PowerPivots.NthPivotPrice",2,0,TF),0); B1:=If(A1,ExtFml("PowerPivots.NthPivotPrice",1,0,TF),0); If(Max(B4,Max(B3,Max(B2,B1)))-C>0,Neg(Max(B4,Max(B3,Max(B2,B1)))-C),0);
henry1224  
#2 Posted : Sunday, April 3, 2005 5:45:09 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)
TF:=Input("Time Factor",1,60,1); A4:=If(IsUndefined(ExtFml("PowerPivots.Pivots")=4),0, If(IsDefined(ExtFml("PowerPivots.Pivots")=4),1,0)); A3:=If(IsUndefined(ExtFml("PowerPivots.Pivots")=3),0, If(IsDefined(ExtFml("PowerPivots.Pivots")=3),1,0)); A2:=If(IsUndefined(ExtFml("PowerPivots.Pivots")=2),0, If(IsDefined(ExtFml("PowerPivots.Pivots")=2),1,0)); A1:=If(IsUndefined(ExtFml("PowerPivots.Pivots")=1),0, If(IsDefined(ExtFml("PowerPivots.Pivots")=1),1,0)); B4:=If(A4=1,Highest(ValueWhen(1,A4=1,H)),0); B3:=If(A3=1,Highest(ValueWhen(1,A3=1,H)),0); B2:=If(A2=1,Highest(ValueWhen(1,A2=1,H)),0); B1:=If(A1=1,Highest(ValueWhen(1,A1=1,H)),0); If(Max(B4,Max(B3,Max(B2,B1)))-C>0,Neg(Max(B4,Max(B3,Max(B2,B1)))-C),0);
henry1224  
#3 Posted : Sunday, April 3, 2005 7:50:37 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)
A4:=If(IsUndefined(ExtFml("PowerPivots.Pivots")=4),0, If(IsDefined(ExtFml("PowerPivots.Pivots")=4),1,0)); A3:=If(IsUndefined(ExtFml("PowerPivots.Pivots")=3),0, If(IsDefined(ExtFml("PowerPivots.Pivots")=3),1,0)); A2:=If(IsUndefined(ExtFml("PowerPivots.Pivots")=2),0, If(IsDefined(ExtFml("PowerPivots.Pivots")=2),1,0)); A1:=If(IsUndefined(ExtFml("PowerPivots.Pivots")=1),0, If(IsDefined(ExtFml("PowerPivots.Pivots")=1),1,0)); B4:=If(A4=1,Highest(ValueWhen(1,A4=1,H)),0); B3:=If(A3=1,Highest(ValueWhen(1,A3=1,H)),0); B2:=If(A2=1,Highest(ValueWhen(1,A2=1,H)),0); B1:=If(A1=1,Highest(ValueWhen(1,A1=1,H)),0); If(Max(B4,Max(B3,Max(B2,B1)))-C>0,Neg(Max(B4,Max(B3,Max(B2,B1)))-C),0);
Zbig  
#4 Posted : Tuesday, September 27, 2005 5:26:30 AM(UTC)
Zbig

Rank: Newbie

Groups: Registered, Registered Users, Subscribers
Joined: 10/28/2004(UTC)
Posts: 2

Henry, What's the third posting? I couldn't get it to display using the formula from the first posting. The second one works. BTW. How do you use it. I know you mentioned that you use it as a filter but I forgot the specifics. Zbig
henry1224  
#5 Posted : Tuesday, September 27, 2005 10:56:02 AM(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)
I use this indicator as a filter to choose between the stocks that come up from an exploration. IE: I get 10 stocks that show a buy signal from an exploration which of the 10 is the better buy signal? A stock that has retraced the most from it's high. This means that the lower the ulcer index the better chance that it will rebound for a long position. The higher the Ulcer index, the better chance for a shorting opportunity
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.