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 : Friday, September 16, 2005 1:21:13 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)
You will need the PowerPivots Plus Add-on for this expert to work Highlights Long X:=Log(Mov(IMI(26),2,E)/Mov(IMI(26),3,E)); lP:=ExtFml("PowerPivots.NthPivotPrice",-1,0,1); hP:=ExtFml("PowerPivots.NthPivotPrice", 1,0,1); LE:=Cross(X,0); SE:=Cross(0,X); LX:=Cross(lP,CLOSE) or Cross(0,X); SX:=Cross(CLOSE,hP) or Cross(X,0); B:=ExtFml("PowerPivots.SysEval",LE,LX,SE,SX,"!@#$#@!"); B>0 Short X:=Log(Mov(IMI(26),2,E)/Mov(IMI(26),3,E)); lP:=ExtFml("PowerPivots.NthPivotPrice",-1,0,1); hP:=ExtFml("PowerPivots.NthPivotPrice", 1,0,1); LE:=Cross(X,0); SE:=Cross(0,X); LX:=Cross(lP,CLOSE) or Cross(0,X); SX:=Cross(CLOSE,hP) or Cross(X,0); B:=ExtFml("PowerPivots.SysEval",LE,LX,SE,SX,"!@#$#@!"); B<0 Out X:=Log(Mov(IMI(26),2,E)/Mov(IMI(26),3,E)); lP:=ExtFml("PowerPivots.NthPivotPrice",-1,0,1); hP:=ExtFml("PowerPivots.NthPivotPrice", 1,0,1); LE:=Cross(X,0); SE:=Cross(0,X); LX:=Cross(lP,CLOSE) or Cross(0,X); SX:=Cross(CLOSE,hP) or Cross(X,0); B:=ExtFml("PowerPivots.SysEval",LE,LX,SE,SX,"!@#$#@!"); B=0 Symbols Long entry X:=Log(Mov(IMI(26),2,E)/Mov(IMI(26),3,E)); lP:=ExtFml("PowerPivots.NthPivotPrice",-1,0,1); hP:=ExtFml("PowerPivots.NthPivotPrice", 1,0,1); LE:=Cross(X,0); SE:=Cross(0,X); LX:=Cross(lP,CLOSE) or Cross(0,X); SX:=Cross(CLOSE,hP) or Cross(X,0); B:=ExtFml("PowerPivots.SysEval",LE,LX,SE,SX,"!@#$#@!"); B>0 AND Ref(B,-1)<=0 Short entry X:=Log(Mov(IMI(26),2,E)/Mov(IMI(26),3,E)); lP:=ExtFml("PowerPivots.NthPivotPrice",-1,0,1); hP:=ExtFml("PowerPivots.NthPivotPrice", 1,0,1); LE:=Cross(X,0); SE:=Cross(0,X); LX:=Cross(lP,CLOSE) or Cross(0,X); SX:=Cross(CLOSE,hP) or Cross(X,0); B:=ExtFml("PowerPivots.SysEval",LE,LX,SE,SX,"!@#$#@!"); B<0 AND Ref(B,-1)>=0 Long exit X:=Log(Mov(IMI(26),2,E)/Mov(IMI(26),3,E)); lP:=ExtFml("PowerPivots.NthPivotPrice",-1,0,1); hP:=ExtFml("PowerPivots.NthPivotPrice", 1,0,1); LE:=Cross(X,0); SE:=Cross(0,X); LX:=Cross(lP,CLOSE) or Cross(0,X); SX:=Cross(CLOSE,hP) or Cross(X,0); B:=ExtFml("PowerPivots.SysEval",LE,LX,SE,SX,"!@#$#@!"); B=0 AND Ref(B,-1)>0 Short exit X:=Log(Mov(IMI(26),2,E)/Mov(IMI(26),3,E)); lP:=ExtFml("PowerPivots.NthPivotPrice",-1,0,1); hP:=ExtFml("PowerPivots.NthPivotPrice", 1,0,1); LE:=Cross(X,0); SE:=Cross(0,X); LX:=Cross(lP,CLOSE) or Cross(0,X); SX:=Cross(CLOSE,hP) or Cross(X,0); B:=ExtFml("PowerPivots.SysEval",LE,LX,SE,SX,"!@#$#@!"); B=0 AND Ref(B,-1)<0
Users browsing this topic
Guest (Hidden)
Similar Topics
IMI 26 Transform Expert w Pivot stops V2 & Trend Directi (Formula Assistance)
by henry1224 9/16/2005 1:35:11 AM(UTC)
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.