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: TechTrader42 who wrote (3902)4/7/1998 10:19:00 PM
From: Bob Jagow  Read Replies (1) | Respond to of 11149
 
Am testing and agree, Brooke. Should have written:
weekly;
for i = 0 to -11 step -1 do
if qrs(i)>qrs(i-1) then
qrsup:=qrsup + 1;
(or i-1 > i with step +1), but weekly may be a problem also because that doesn't seem to change anything.
Need to check weekly--it worked in R1.

That's why I threw in a last minute disclaimer ;)

Bob