LBR 80-20 Linda Bradford Raschke describes the 80 - 20 set up as an outgrowth of market rhythm as described by The Taylor Trading Technique and additional work done by Steve Moore to take advantage of midday reversals within this rhythmic cycle. Input= "udu5550.lst"; output = "LBR8020.lst"; daystoload=261; DaysRequired=261; Printhdrln "Symbol,Close,EPSRank,QRS,30adv,Vol,PE,IRLGroup,SharesFloat,SharesShort,Name,InstHold"; if Open(0) >= High(0)-(.2*Range(0)) and Close(0) \<= High(0)-(.8*Range(0)) and Vol(0)>=500000 and Close(0)>=7 then println Symbol,",",Close(0):7:2,",",EPSRank(0):3:0,",",QRS(0):3:0,",",avgvol(0,-29):8:0,",",vol(0):8:0,",",PE:5:0,",",IRLsymbol:12,",",Sharesfloat:5:2,",",Shortint:5:2,",",description:-15,",",InstHold:3:2; endif;