Virtual scans- ProcessMS ....... overlay the new data onto the old data so there is no concern with deleting the old file as it is replaced by the new one. Now step 2- say using WOW or MS- create a scan such as the one I will list below. It will create a virtual file which you can now read in Metastock or WOW- just go to that directory- pull up your favorite template and page through the picks. Each ight if you rerun the scan it will replace the old one with the new one- no muss no fuss. Example: output = "scan.lst"; ProcessMS = "c:\meta\scan\",VMS; daystoload = 200; daysrequired=200; float bb; if avgvol(0,-33) >100000 then if close(0) > 5 then if qrs(0) > 84 or qrs (0) < 30 then if movavg(0,89,hi)/movavg(0,89,lo) > 1.035 then if close(0) > close(-1) then bb :=(stdev(0,-7)/(.000001+max(-1,-144,hi)-min(-1,-144,lo)))*100; if bb<6 then set macd=5,13,8; if macd(0) > macdsignal(-1) then Println Symbol:-5,",","cl:0",",",close(0):6:2,",","cl:-1",",",close(-1):6:2,",","vol",",",vol(0):8:0,",","qrs",",",qrs(0):3:0,",", "5138",",",min(0,-2,lo); endif; endif;endif;endif;endif;endif;endif; |