Linda's Full Bow Tie
Another variation of the Bow Tie. It provides for a more complete set up, and then change in the line up of the moving averages. It was written by Linda Eberz who is familiar to those around Quotes Plus bulletin boards, and includes her own variation
input="btfilter.lst";
Output="FullBT.lst";
Daystoload=250;
Daysrequired=250;
Printhdrln "Symb,Code,BuyPoint,Group,MktCap";
Float A,B;
String Code;
A:=0;
B:=0;
Code:=" ";
If EMovAvg(-6,20,CL) \< EMovAvg(-6,30,CL) then
If EMovAvg(-6,20,CL) > MovAvg(-6,10,CL) then
If EMovAvg(0,20,CL) > EMovAvg(0,30,CL) then
If EMovAvg(0,20,CL) \< MovAvg(0,10,CL) then
Code:="Set";
B:=1;
endif;
endif;
endif;
endif;
If B=1 then
If Low(0)\