This doesn't plot properly? I think it was originally by henry1224
 

 Is there a code error?
 

 {This is a long entry from a system PP+ DiNapoli Displaced MA 3 X 3 w TD}
 

 TD:=ExtFml("PowerPivots.TrendDirection",1,2);
 LE:=C>Mov(Ref(C,-3),3,S)*1.05
 AND Ref(C,-1)>Ref(Mov(Ref(C,-3),3,S),-1)*1.05 AND TD=1;
 SE:=C<Mov(Ref(C,-3),3,S)*.995
 AND Ref(C,-1)<Ref(Mov(Ref(C,-3),3,S),-1)*.995 AND TD=-1;
 LX:=C<Mov(Ref(C,-3),3,S)*.995
 AND Ref(C,-1)<Ref(Mov(Ref(C,-3),3,S),-1)*.995;
 SX:=C>Mov(Ref(C,-3),3,S)*1.05
 AND Ref(C,-1)>Ref(Mov(Ref(C,-3),3,S),-1)*1.05;
 

 B:=ExtFml("PowerPivots.SysEval",LE,LX,SE,SX,"!@#$#@!");{You can't change this 
line}
 

 
 B>0 AND Ref(B,-1)<=0
 

 

 

Reply via email to