PureBytes Links
Trading Reference Links
|
or to simplify, run this exploration in AA window
Filter = C>=85 and C<=92;
addcolumn(c,"close",1.2);
On 7/16/05, pmonty411 <pmonty@xxxxxxxxxxxx> wrote:
> Hi Mark,
> At last a query I can provide an answer to.
>
> Try this:
>
> SKN=
> C > 84.99
> AND
> C < 92.01
>
> Buy= SKN;
>
> Filter= Buy;
>
> AddColumn(C,"Close",1.2,1);
> Monty
>
>
> --- In amibroker@xxxxxxxxxxxxxxx, "aajohnah" <aajohnah@xxxx> wrote:
> > I have been looking for a AFL that I could run that would give me a
> list of
> > stocks within the specified price range that I am looking for
> >
> > To be exact $85-$92
> >
> >
> >
> > I can not find one just looking for a simple price scan
> >
> >
> >
> > Thank you
> >
> >
> >
> > Mark
> >
> >
> >
> >
> > <file:///C:\Documents%20and%20Settings\Owner\Application%
> 20Data\Microsoft\Si
> > gnatures\www.aajonahfish.com\astronomyhaven.htm>
>
>
>
>
>
> Please note that this group is for discussion between users only.
>
> To get support from AmiBroker please send an e-mail directly to
> SUPPORT {at} amibroker.com
>
> For other support material please check also:
> http://www.amibroker.com/support.html
>
>
> Yahoo! Groups Links
>
>
>
>
>
>
>
--
Cheers
Graham
http://e-wire.net.au/~eb_kavan/
------------------------ Yahoo! Groups Sponsor --------------------~-->
Try Online Currency Trading with GFT. Free 50K Demo. Trade
24 Hours. Commission-Free.
http://us.click.yahoo.com/DldnlA/9M2KAA/U1CZAA/GHeqlB/TM
--------------------------------------------------------------------~->
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For other support material please check also:
http://www.amibroker.com/support.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|