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, August 20, 2005 12:08: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 will need the PowerPivots Plus Add-on for this expert to work Highlights Long LE:=AroonUp(14)=100 AND AroonDown(14)=0; SE:=AroonUp(14)=0 AND AroonDown(14)=100; lP:=ExtFml("PowerPivots.NthPivotPrice",-1,0,1); hP:=ExtFml("PowerPivots.NthPivotPrice", 1,0,1); LX:=Cross(lP,CLOSE); SX:=Cross(CLOSE,hP); B:=ExtFml("PowerPivots.SysEval",LE,LX,SE,SX,"!@#$#@!"); B>0 Short LE:=AroonUp(14)=100 AND AroonDown(14)=0; SE:=AroonUp(14)=0 AND AroonDown(14)=100; lP:=ExtFml("PowerPivots.NthPivotPrice",-1,0,1); hP:=ExtFml("PowerPivots.NthPivotPrice", 1,0,1); LX:=Cross(lP,CLOSE); SX:=Cross(CLOSE,hP); B:=ExtFml("PowerPivots.SysEval",LE,LX,SE,SX,"!@#$#@!"); B<0 Out LE:=AroonUp(14)=100 AND AroonDown(14)=0; SE:=AroonUp(14)=0 AND AroonDown(14)=100; lP:=ExtFml("PowerPivots.NthPivotPrice",-1,0,1); hP:=ExtFml("PowerPivots.NthPivotPrice", 1,0,1); LX:=Cross(lP,CLOSE); SX:=Cross(CLOSE,hP); B:=ExtFml("PowerPivots.SysEval",LE,LX,SE,SX,"!@#$#@!"); B=0 Symbols Long entry LE:=AroonUp(14)=100 AND AroonDown(14)=0; SE:=AroonUp(14)=0 AND AroonDown(14)=100; lP:=ExtFml("PowerPivots.NthPivotPrice",-1,0,1); hP:=ExtFml("PowerPivots.NthPivotPrice", 1,0,1); LX:=Cross(lP,CLOSE); SX:=Cross(CLOSE,hP); B:=ExtFml("PowerPivots.SysEval",LE,LX,SE,SX,"!@#$#@!"); B>0 AND Ref(B,-1)<=0 Short entry LE:=AroonUp(14)=100 AND AroonDown(14)=0; SE:=AroonUp(14)=0 AND AroonDown(14)=100; lP:=ExtFml("PowerPivots.NthPivotPrice",-1,0,1); hP:=ExtFml("PowerPivots.NthPivotPrice", 1,0,1); LX:=Cross(lP,CLOSE); SX:=Cross(CLOSE,hP); B:=ExtFml("PowerPivots.SysEval",LE,LX,SE,SX,"!@#$#@!"); B<0 AND Ref(B,-1)>=0 Long Exit LE:=AroonUp(14)=100 AND AroonDown(14)=0; SE:=AroonUp(14)=0 AND AroonDown(14)=100; lP:=ExtFml("PowerPivots.NthPivotPrice",-1,0,1); hP:=ExtFml("PowerPivots.NthPivotPrice", 1,0,1); LX:=Cross(lP,CLOSE); SX:=Cross(CLOSE,hP); B:=ExtFml("PowerPivots.SysEval",LE,LX,SE,SX,"!@#$#@!"); B=0 AND Ref(B,-1)>0 Short exit LE:=AroonUp(14)=100 AND AroonDown(14)=0; SE:=AroonUp(14)=0 AND AroonDown(14)=100; lP:=ExtFml("PowerPivots.NthPivotPrice",-1,0,1); hP:=ExtFml("PowerPivots.NthPivotPrice", 1,0,1); LX:=Cross(lP,CLOSE); SX:=Cross(CLOSE,hP); B:=ExtFml("PowerPivots.SysEval",LE,LX,SE,SX,"!@#$#@!"); B=0 AND Ref(B,-1)<0
Users browsing this topic
Guest (Hidden)
Similar Topics
Aroon Expert w Pivots stop & SAR (Formula Assistance)
by henry1224 8/20/2005 12:40:55 PM(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.