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: Bob Jagow who wrote (5611)7/26/1998 8:22:00 PM
From: Monty Lenard  Read Replies (2) of 11149
 
Thanks Bob, now since you didn't recommend that book I take it you are volunteering to be the "book". :-)

Maybe you can tell me what is wrong with this scan that I copied from QP2 Help.

"In the example below, we want to scan for issues where the price has risen more than 20 percent in any of the last 10 days. The For...Next statement below causes each issue to be checked for each of the last 10 days.

Output="myfile";
integer i;
For i = 1 to -10 step -1
Do
If Upgap > .20*close(i-1) then
println symbol,",",close(i);
endif;
next i;

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