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 : Saturday, April 16, 2005 2:40:15 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)
Highlights Long A1:=Sum((O+H+L+C),6)/24; A2:=Ref(A1,-1); D:=If(A1>A2,1,0); D=1 Short A1:=Sum((O+H+L+C),6)/24; A2:=Ref(A1,-1); D:=If(A1>A2,1,0); D=0 Symbols tab Long A1:=Sum((O+H+L+C),6)/24; A2:=Ref(A1,-1); D:=If(A1>A2,1,0); D=1 and Ref(D,-1)=0 Short A1:=Sum((O+H+L+C),6)/24; A2:=Ref(A1,-1); D:=If(A1>A2,1,0); D=0 and Ref(D,-1)=1
henry1224  
#2 Posted : Tuesday, April 19, 2005 1:32:15 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 Expert Highlights Long A1:=Sum((O+H+L+C),6)/24; A2:=Ref(A1,-1); D:=If(A1>A2,1,0); TD:=ExtFml("PowerPivots.TrendDirection",1,2); LE:=D=1 AND TD=1; SE:=D=0 AND TD=-1; LX:=D=0; SX:=D=1; B:=ExtFml("PowerPivots.SysEval",LE,LX,SE,SX,"!@#$#@!"); B>0 Short A1:=Sum((O+H+L+C),6)/24; A2:=Ref(A1,-1); D:=If(A1>A2,1,0); TD:=ExtFml("PowerPivots.TrendDirection",1,2); LE:=D=1 AND TD=1; SE:=D=0 AND TD=-1; LX:=D=0; SX:=D=1; B:=ExtFml("PowerPivots.SysEval",LE,LX,SE,SX,"!@#$#@!"); B<0 Out A1:=Sum((O+H+L+C),6)/24; A2:=Ref(A1,-1); D:=If(A1>A2,1,0); TD:=ExtFml("PowerPivots.TrendDirection",1,2); LE:=D=1 AND TD=1; SE:=D=0 AND TD=-1; LX:=D=0; SX:=D=1; B:=ExtFml("PowerPivots.SysEval",LE,LX,SE,SX,"!@#$#@!"); B=0 Symbols Long Entry A1:=Sum((O+H+L+C),6)/24; A2:=Ref(A1,-1); D:=If(A1>A2,1,0); TD:=ExtFml("PowerPivots.TrendDirection",1,2); LE:=D=1 AND TD=1; SE:=D=0 AND TD=-1; LX:=D=0; SX:=D=1; B:=ExtFml("PowerPivots.SysEval",LE,LX,SE,SX,"!@#$#@!"); B>0 AND Ref(B,-1)<=0 Short Entry A1:=Sum((O+H+L+C),6)/24; A2:=Ref(A1,-1); D:=If(A1>A2,1,0); TD:=ExtFml("PowerPivots.TrendDirection",1,2); LE:=D=1 AND TD=1; SE:=D=0 AND TD=-1; LX:=D=0; SX:=D=1; B:=ExtFml("PowerPivots.SysEval",LE,LX,SE,SX,"!@#$#@!"); B<0 AND Ref(B,-1)>=0 Long Exit A1:=Sum((O+H+L+C),6)/24; A2:=Ref(A1,-1); D:=If(A1>A2,1,0); TD:=ExtFml("PowerPivots.TrendDirection",1,2); LE:=D=1 AND TD=1; SE:=D=0 AND TD=-1; LX:=D=0; SX:=D=1; B:=ExtFml("PowerPivots.SysEval",LE,LX,SE,SX,"!@#$#@!"); B=0 AND Ref(B,-1)>0 Short Exit A1:=Sum((O+H+L+C),6)/24; A2:=Ref(A1,-1); D:=If(A1>A2,1,0); TD:=ExtFml("PowerPivots.TrendDirection",1,2); LE:=D=1 AND TD=1; SE:=D=0 AND TD=-1; LX:=D=0; SX:=D=1; B:=ExtFml("PowerPivots.SysEval",LE,LX,SE,SX,"!@#$#@!"); B=0 AND Ref(B,-1)<0
henry1224  
#3 Posted : Tuesday, April 19, 2005 8:15:44 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 Expert Highlights Long A1:=Sum((O+H+L+C),6)/24; A2:=Ref(A1,-1); D:=If(A1>A2,1,0); TD:=ExtFml("PowerPivots.TrendDirection",1,2); LE:=D=1 AND TD=1; SE:=D=0 AND TD=-1; LX:=D=0 and TD>=0; SX:=D=1 and TD<=0; B:=ExtFml("PowerPivots.SysEval",LE,LX,SE,SX,"!@#$#@!"); B>0 Short A1:=Sum((O+H+L+C),6)/24; A2:=Ref(A1,-1); D:=If(A1>A2,1,0); TD:=ExtFml("PowerPivots.TrendDirection",1,2); LE:=D=1 AND TD=1; SE:=D=0 AND TD=-1; LX:=D=0 and TD>=0; SX:=D=1 and TD<=0; B:=ExtFml("PowerPivots.SysEval",LE,LX,SE,SX,"!@#$#@!"); B<0 Out A1:=Sum((O+H+L+C),6)/24; A2:=Ref(A1,-1); D:=If(A1>A2,1,0); TD:=ExtFml("PowerPivots.TrendDirection",1,2); LE:=D=1 AND TD=1; SE:=D=0 AND TD=-1; LX:=D=0 and TD>=0; SX:=D=1 and TD<=0; B:=ExtFml("PowerPivots.SysEval",LE,LX,SE,SX,"!@#$#@!"); B=0 Symbols Long Entry A1:=Sum((O+H+L+C),6)/24; A2:=Ref(A1,-1); D:=If(A1>A2,1,0); TD:=ExtFml("PowerPivots.TrendDirection",1,2); LE:=D=1 AND TD=1; SE:=D=0 AND TD=-1; LX:=D=0 and TD>=0; SX:=D=1 and TD<=0; B:=ExtFml("PowerPivots.SysEval",LE,LX,SE,SX,"!@#$#@!"); B>0 AND Ref(B,-1)<=0 Short Entry A1:=Sum((O+H+L+C),6)/24; A2:=Ref(A1,-1); D:=If(A1>A2,1,0); TD:=ExtFml("PowerPivots.TrendDirection",1,2); LE:=D=1 AND TD=1; SE:=D=0 AND TD=-1; LX:=D=0 and TD>=0; SX:=D=1 and TD<=0; B:=ExtFml("PowerPivots.SysEval",LE,LX,SE,SX,"!@#$#@!"); B<0 AND Ref(B,-1)>=0 Long Exit A1:=Sum((O+H+L+C),6)/24; A2:=Ref(A1,-1); D:=If(A1>A2,1,0); TD:=ExtFml("PowerPivots.TrendDirection",1,2); LE:=D=1 AND TD=1; SE:=D=0 AND TD=-1; LX:=D=0 and TD>=0; SX:=D=1 and TD<=0; B:=ExtFml("PowerPivots.SysEval",LE,LX,SE,SX,"!@#$#@!"); B=0 AND Ref(B,-1)>0 Short Exit A1:=Sum((O+H+L+C),6)/24; A2:=Ref(A1,-1); D:=If(A1>A2,1,0); TD:=ExtFml("PowerPivots.TrendDirection",1,2); LE:=D=1 AND TD=1; SE:=D=0 AND TD=-1; LX:=D=0 and TD>=0; SX:=D=1 and TD<=0; B:=ExtFml("PowerPivots.SysEval",LE,LX,SE,SX,"!@#$#@!"); B=0 AND Ref(B,-1)<0
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.