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:25: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 will need the dll from http://forum.equis.com/viewtopic.php?t=1529 and the powerpivots plus add-on for this expert to work Highlights Long Periods:=ExtFml( "ASI.CyclePeriod", C, .18, .1, 1.1); D:= ExtFml( "ASI.AroonDown",C,periods); U:= ExtFml( "ASI.AroonUp",C,periods); LE:=U=100 AND D<=10 AND (SAR(.02,.2)<C); LX:=(SAR(.02,.2)>C) OR (U<=10 AND SAR(.02,.2)>C); SE:=U<=10 AND D=100 AND (SAR(.02,.2)>C); SX:=((SAR(.02,.2)<C)) OR (D<=10 AND SAR(.02,.2)<C); B:=ExtFml("PowerPivots.SysEval",LE,LX,SE,SX,"!@#$#@!"); B>0 Short Periods:=ExtFml( "ASI.CyclePeriod", C, .18, .1, 1.1); D:= ExtFml( "ASI.AroonDown",C,periods); U:= ExtFml( "ASI.AroonUp",C,periods); LE:=U=100 AND D<=10 AND (SAR(.02,.2)<C); LX:=(SAR(.02,.2)>C) OR (U<=10 AND SAR(.02,.2)>C); SE:=U<=10 AND D=100 AND (SAR(.02,.2)>C); SX:=((SAR(.02,.2)<C)) OR (D<=10 AND SAR(.02,.2)<C); B:=ExtFml("PowerPivots.SysEval",LE,LX,SE,SX,"!@#$#@!"); B<0 Out Periods:=ExtFml( "ASI.CyclePeriod", C, .18, .1, 1.1); D:= ExtFml( "ASI.AroonDown",C,periods); U:= ExtFml( "ASI.AroonUp",C,periods); LE:=U=100 AND D<=10 AND (SAR(.02,.2)<C); LX:=(SAR(.02,.2)>C) OR (U<=10 AND SAR(.02,.2)>C); SE:=U<=10 AND D=100 AND (SAR(.02,.2)>C); SX:=((SAR(.02,.2)<C)) OR (D<=10 AND SAR(.02,.2)<C); B:=ExtFml("PowerPivots.SysEval",LE,LX,SE,SX,"!@#$#@!"); B=0 Symbols Long entry Periods:=ExtFml( "ASI.CyclePeriod", C, .18, .1, 1.1); D:= ExtFml( "ASI.AroonDown",C,periods); U:= ExtFml( "ASI.AroonUp",C,periods); LE:=U=100 AND D<=10 AND (SAR(.02,.2)<C); LX:=(SAR(.02,.2)>C) OR (U<=10 AND SAR(.02,.2)>C); SE:=U<=10 AND D=100 AND (SAR(.02,.2)>C); SX:=((SAR(.02,.2)<C)) OR (D<=10 AND SAR(.02,.2)<C); B:=ExtFml("PowerPivots.SysEval",LE,LX,SE,SX,"!@#$#@!"); B>0 AND Ref(B,-1)<=0 Short entry Periods:=ExtFml( "ASI.CyclePeriod", C, .18, .1, 1.1); D:= ExtFml( "ASI.AroonDown",C,periods); U:= ExtFml( "ASI.AroonUp",C,periods); LE:=U=100 AND D<=10 AND (SAR(.02,.2)<C); LX:=(SAR(.02,.2)>C) OR (U<=10 AND SAR(.02,.2)>C); SE:=U<=10 AND D=100 AND (SAR(.02,.2)>C); SX:=((SAR(.02,.2)<C)) OR (D<=10 AND SAR(.02,.2)<C); B:=ExtFml("PowerPivots.SysEval",LE,LX,SE,SX,"!@#$#@!"); B<0 AND Ref(B,-1)>=0 Long exit Periods:=ExtFml( "ASI.CyclePeriod", C, .18, .1, 1.1); D:= ExtFml( "ASI.AroonDown",C,periods); U:= ExtFml( "ASI.AroonUp",C,periods); LE:=U=100 AND D<=10 AND (SAR(.02,.2)<C); LX:=(SAR(.02,.2)>C) OR (U<=10 AND SAR(.02,.2)>C); SE:=U<=10 AND D=100 AND (SAR(.02,.2)>C); SX:=((SAR(.02,.2)<C)) OR (D<=10 AND SAR(.02,.2)<C); B:=ExtFml("PowerPivots.SysEval",LE,LX,SE,SX,"!@#$#@!"); B=0 AND Ref(B,-1)>0 Short exit Periods:=ExtFml( "ASI.CyclePeriod", C, .18, .1, 1.1); D:= ExtFml( "ASI.AroonDown",C,periods); U:= ExtFml( "ASI.AroonUp",C,periods); LE:=U=100 AND D<=10 AND (SAR(.02,.2)<C); LX:=(SAR(.02,.2)>C) OR (U<=10 AND SAR(.02,.2)>C); SE:=U<=10 AND D=100 AND (SAR(.02,.2)>C); SX:=((SAR(.02,.2)<C)) OR (D<=10 AND SAR(.02,.2)<C); 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.