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

 Public ReplyPrvt ReplyMark as Last ReadFilePrevious 10Next 10PreviousNext  
To: bdog who wrote (5948)8/11/1998 3:33:00 AM
From: Bob Jagow  Read Replies (2) of 11149
 
bdog,
The reason for using Perl instead of "cat header.txt scan.txt > results.txt" is to avoid writing header.txt and changing it every time you change println. Easy to get the header even from things like
-----
print symbol:-5,",",date(bar),",",close(bar):7:3;
if bar != 0 then //measure performance
.
.
print",",date(BestDay),",",close(BestDay):7:3,",",BestPct:5:3;
endif; //bar
println",",sic;
------
Also easy to rename the resulting output file to reflect test variations.

Bob
Report TOU ViolationShare This Post
 Public ReplyPrvt ReplyMark as Last ReadFilePrevious 10Next 10PreviousNext