SI
SI
discoversearch

We've detected that you're using an ad content blocking browser plug-in or feature. Ads provide a critical source of revenue to the continued operation of Silicon Investor.  We ask that you disable ad blocking while on Silicon Investor in the best interests of our community.  If you are not using an ad blocker but are still receiving this message, make sure your browser's tracking protection is set to the 'standard' level.
Strategies & Market Trends : TA-Quotes Plus -- Ignore unavailable to you. Want to Upgrade?


To: Howard R. Hansen who wrote (5359)7/11/1998 8:20:00 PM
From: Bob Jagow  Respond to of 11149
 
Yes, Howard, and you have to open the scan and copy the line to the new list if you rescan to the same output file -- too bad qp2 doesn't permit a persistent, non-sorting header :-(

Have been meaning to get around to using Perl with a bat file to automate the process for back testing.



To: Howard R. Hansen who wrote (5359)7/13/1998 9:55:00 AM
From: Sean W. Smith  Respond to of 11149
 
>> //Prepend previous line to headscan.lst (NotePad will do fine)<<
Are you saying use Notepad to add column titles to an output list file after running a scan?


Far Easier to do this with batch automation....

You can use unix cat or dos copy to this as follow....

cat header.txt scan.txt > scan_with_header.txt

or

copy header.txt + scan.txt scan_with_header.txt

Sean