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: Bob Jagow who wrote (5956)8/10/1998 11:49:00 PM
From: MrBuzz  Respond to of 11149
 
Then YOU must be mentally challenged gggggg



To: Bob Jagow who wrote (5956)8/11/1998 1:39:00 AM
From: bdog  Respond to of 11149
 
Bob,
LOL!
bdog



To: Bob Jagow who wrote (5956)8/11/1998 12:08:00 PM
From: TechTrader42  Read Replies (2) | Respond to of 11149
 
OK, I've shorted just about everything but AAPL and am left with nothing to do but fiddle around with scans. Why is it that for most stocks, the following scan returns "N/A" for the IRLDailyIndex:

output="comnets2.lst";

float pctchange;

pctchange:=((close(0)/close(-1))-1)*100;

if Close(-1) >= 0 then
Println Symbol, ", ", "Close: ", close(0):6:3, ", ", "Change: ",
Close(0)-close(-1):6:2, ", ", "Percent Change: ", pctchange:6:2, ", ",
"IRL Group: ", IRLDailyIndex;

endif;

Some stocks are privileged enough to get an IRL group number, but not many. Most get "N/A."

Brooke