PureBytes Links
Trading Reference Links
|
Hi Mark,
if StrLen(getSymbolName) <= 3 then begin
{...
it is NYSE or AMEX
...}
end
else begin
{...
it is something else
...}
end;
Regards,
Yann
Germany, Konstanz
----- Original Message -----
From: Mark Berkowicz <mdberk@xxxxxxxxx>
To: Omega-List <omega-list@xxxxxxxxxx>
Sent: Wednesday, June 30, 1999 4:48 AM
Subject: EasyLanguage Help
> I'm trying to write a formula that scans for only NYSE and AMEX stocks.
> Elimating all NASDAQ stocks.
> Given that NYSE and AMEX stock symbols contain 1-3 letters and NASDAQ
> symbols contain 4 or 5 letters.
> Can Easylanguage be used here.
> Something like: SYMBOL > 1 and SYMBOL < 4
> I don't even know if there is a variable for the number of letters that a
> stock symbol contains.
> Please Help
> Thanks,
> Mark Berkowicz
>
>
|