PureBytes Links
Trading Reference Links
|
>From the top of my head and without testing:
inputs: MyLastDate(991130);
if lastbaronchart then
if dateToJulian(date)<dateToJulian(MyLastDate) then
fileappend("oldies.csv",GetSymbolname+" has date "+NumToStr(date,0));
> -----Original Message-----
> From: Matt Proudfit [mailto:proudfit@xxxxxxxx]
> Sent: Wednesday, December 01, 1999 5:55 AM
> To: omega-list@xxxxxxxxxx
> Subject: weeding out old stocks?
>
>
> Hi!
>
> I need an indicator that I can run in the workspace assistant
> that will
> cycle through all of the stocks in my portfolio (using a
> daily chart) and
> tell me the ones with no bars past a certain date (say
> 9/1/99, etc). I have
> some stocks in there that stopped trading due to mergers, failures,
> whatever. I want to weed them out and it takes forever going through
> manually.
>
> Any ideas?
>
> Thanks,
>
> Matt Proudfit
>
|