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:=H>Ref(HHV(H,20),-1) AND (SAR(.02,.2)<C);
LX:=(SAR(.02,.2)>C) OR (Ref(H>Ref(HHV(H,20),-1),-1) AND SAR(.02,.2)>C);
SE:=L<Ref(LLV(L,20),-1) AND (SAR(.02,.2)>C);
SX:=((SAR(.02,.2)<C)) OR (Ref(L<Ref(LLV(L,20),-1),-1) AND SAR(.02,.2)<C);
B:=ExtFml("PowerPivots.SysEval",LE,LX,SE,SX,"!@#$#@!");
B>0
Short
LE:=H>Ref(HHV(H,20),-1) AND (SAR(.02,.2)<C);
LX:=(SAR(.02,.2)>C) OR (Ref(H>Ref(HHV(H,20),-1),-1) AND SAR(.02,.2)>C);
SE:=L<Ref(LLV(L,20),-1) AND (SAR(.02,.2)>C);
SX:=((SAR(.02,.2)<C)) OR (Ref(L<Ref(LLV(L,20),-1),-1) AND SAR(.02,.2)<C);
B:=ExtFml("PowerPivots.SysEval",LE,LX,SE,SX,"!@#$#@!");
B<0
Out
LE:=H>Ref(HHV(H,20),-1) AND (SAR(.02,.2)<C);
LX:=(SAR(.02,.2)>C) OR (Ref(H>Ref(HHV(H,20),-1),-1) AND SAR(.02,.2)>C);
SE:=L<Ref(LLV(L,20),-1) AND (SAR(.02,.2)>C);
SX:=((SAR(.02,.2)<C)) OR (Ref(L<Ref(LLV(L,20),-1),-1) AND SAR(.02,.2)<C);
B:=ExtFml("PowerPivots.SysEval",LE,LX,SE,SX,"!@#$#@!");
B=0
Symbols
Long entry
LE:=H>Ref(HHV(H,20),-1) AND (SAR(.02,.2)<C);
LX:=(SAR(.02,.2)>C) OR (Ref(H>Ref(HHV(H,20),-1),-1) AND SAR(.02,.2)>C);
SE:=L<Ref(LLV(L,20),-1) AND (SAR(.02,.2)>C);
SX:=((SAR(.02,.2)<C)) OR (Ref(L<Ref(LLV(L,20),-1),-1) AND SAR(.02,.2)<C);
B:=ExtFml("PowerPivots.SysEval",LE,LX,SE,SX,"!@#$#@!");
B>0 AND Ref(B,-1)<=0
Short Entry
LE:=H>Ref(HHV(H,20),-1) AND (SAR(.02,.2)<C);
LX:=(SAR(.02,.2)>C) OR (Ref(H>Ref(HHV(H,20),-1),-1) AND SAR(.02,.2)>C);
SE:=L<Ref(LLV(L,20),-1) AND (SAR(.02,.2)>C);
SX:=((SAR(.02,.2)<C)) OR (Ref(L<Ref(LLV(L,20),-1),-1) AND SAR(.02,.2)<C);
B:=ExtFml("PowerPivots.SysEval",LE,LX,SE,SX,"!@#$#@!");
B<0 AND Ref(B,-1)>=0
Long Exit
LE:=H>Ref(HHV(H,20),-1) AND (SAR(.02,.2)<C);
LX:=(SAR(.02,.2)>C) OR (Ref(H>Ref(HHV(H,20),-1),-1) AND SAR(.02,.2)>C);
SE:=L<Ref(LLV(L,20),-1) AND (SAR(.02,.2)>C);
SX:=((SAR(.02,.2)<C)) OR (Ref(L<Ref(LLV(L,20),-1),-1) AND SAR(.02,.2)<C);
B:=ExtFml("PowerPivots.SysEval",LE,LX,SE,SX,"!@#$#@!");
B=0 AND Ref(B,-1)>0
Short exit
LE:=H>Ref(HHV(H,20),-1) AND (SAR(.02,.2)<C);
LX:=(SAR(.02,.2)>C) OR (Ref(H>Ref(HHV(H,20),-1),-1) AND SAR(.02,.2)>C);
SE:=L<Ref(LLV(L,20),-1) AND (SAR(.02,.2)>C);
SX:=((SAR(.02,.2)<C)) OR (Ref(L<Ref(LLV(L,20),-1),-1) AND SAR(.02,.2)<C);
B:=ExtFml("PowerPivots.SysEval",LE,LX,SE,SX,"!@#$#@!");
B=0 AND Ref(B,-1)<0
|