PureBytes Links
Trading Reference Links
|
==================
Exploration filter
==================
---8<-----------
{ Variables section }
MinValue:=5;
MaxValue:=15;
MinVolume:=50000;
{ Additional variables section }
parameter1:=1;
parameter2:=1;
parameter3:=1;
{ Filter logic }
C>=MinValue
AND C<=MaxValue
AND V>=MinVolume
{ Additional filter logic }
{AND parameter1>=data array 1
AND parameter2>=data array 2
AND parameter3>=data array 3
... etc}
---8<-----------
jose '-)
--- In equismetastock@xxxxxxxxxxxxxxx, "qazij" <qazij@xxxx> wrote:
>
>
> I am new in MS and need to know how to sort out securities with
> Minimum value say 5$ maximum value say 15$ and volume of ove 50,000
> and also how to add other parameters. Thanks in advance
>
> With Regards,
------------------------ Yahoo! Groups Sponsor --------------------~-->
$9.95 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/BefplB/TM
--------------------------------------------------------------------~->
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> To unsubscribe from this group, send an email to:
equismetastock-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|