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 : NeuroStock -- Ignore unavailable to you. Want to Upgrade?


To: CVDave who wrote (480)12/9/1998 9:38:00 AM
From: CatLady  Read Replies (1) | Respond to of 805
 
Dave,

Here's the scan I use, one scan for each indicator. ASND.LST contains only the symbol ASND. After that, I have a DOS batch program that reformats the date field, although I'm not certain that step is still necessary with more recent versions of NS.


Input="ASND.lst";
Output="ASND_QRS.txt";

DaysToLoad=1500;
integer j;

for j=0 to -1001 step -1

do
println date(j) , "," , QRS(j), "," , QRS(j), "," , QRS(j), "," ,vol(j);

next j;