PureBytes Links
Trading Reference Links
|
Put this in an exploration filter. I call mine Dead Stocks
I'm not sure if the last line is necessary.
y1:=2001;
m1:=08;
dt:=3;
test:=If(Year()<>y1,1,If(Month()<>m1,1,If(DayOfMonth()<>dt,1,0)));
Test=1
This was posted by "michael" <mslist@xxxxxxxxxxxxxxx> on 10/03/00
Remember:Update the full date before running, other wise the report will be
garbage.
Lionel Issen
lissen@xxxxxxxxxxxxxx
----- Original Message -----
From: "neo" <neo1@xxxxxxxxx>
To: <metastock@xxxxxxxxxxxxx>
Sent: Sunday, August 05, 2001 11:36 AM
Subject: RE: 6.52 Stock Search
> Lional
>
> How do you search for inactive symbols?
>
> Thanks, neo
>
> ~ -----Original Message-----
> ~ From: owner-metastock@xxxxxxxxxxxxx
> ~ [mailto:owner-metastock@xxxxxxxxxxxxx]On Behalf Of Lionel Issen
> ~ Sent: Sunday, August 05, 2001 10:00 AM
> ~ To: metastock@xxxxxxxxxxxxx
> ~ Subject: Re: 6.52 Stock Search
> ~
> ~
> ~ Once a week I do search for inactive symbols.
|