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 (5327)7/10/1998 10:55:00 PM
From: TechTrader42  Read Replies (1) | Respond to of 11149
 
Rory: A better way to do this:

if close(0)= x and close(-1) = y then
println "Symb ,Close ,YClose ,Change ,Vol";

would be to use something such as float, which doesn't change all that often. Find the float of the first symbol in the list you usually run and write:

if Sharesfloat = x
then println "Symb ,Close ,YClose ,Change ,Vol";

Then you'll get that line with only the first symbol in the list.

I know that's still awkward, but it's one suggestion.

Brooke