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: Dick Brown who wrote (2796)1/1/1998 2:01:00 PM
From: Dick Brown  Respond to of 11149
 
Maybe it is an ORing condition vs ANDing. Then I would understand..
Dick.



To: Dick Brown who wrote (2796)1/1/1998 3:01:00 PM
From: RICHARD LOCKIE  Respond to of 11149
 
Dick: The loop statement acts like an "or" condition. At -200 days it runs the scan and if it passes all the conditions in the scan it will log the results. At -199 days, it again treats this as a seperate date and again runs the complete scan and logs any results. Write a simple test scan using loop(0,-10) that will get you hits for all 11 days. If you look at the scan list you will see each date the scan critera was met. I suggest changing the loop statement to no more than 10 days worth. At -200 days it eats up the computer resourse memory. I tried to go back as far as I could to check the performance of the scan. I had to use QEEM97 program to help manage my memory problem. In addition, it took a long time on my P200 computer

Richard Lockie



To: Dick Brown who wrote (2796)1/1/1998 8:23:00 PM
From: Al Greenleaf  Respond to of 11149
 
Dick - I believe that it is kind of like an "OR" in that Loop's test for that one day, and stocks meet the criteria or not, then OR the day before, etc. The list would be an accumulation of stocks meeting the criteria on ANY of the loop days.

-Al