PureBytes Links
Trading Reference Links
|
Try Buy = Close >= 85 AND Close <= 92;
--- In amibroker@xxxxxxxxxxxxxxx, "Mark Keitel" <mkeitel@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
>
> So figured I would try and write it myself last night, I can get
it to run
> through the list of stocks but get nothing from it
>
> Can someone help me with hit?
>
>
>
>
>
> Buy = Cross(C, 85-92) ;
>
>
>
> Alert If ( Buy, "", "Simple text alert", 4 );
>
>
>
>
>
> Thank you
>
> Mark
>
>
>
>
> <file:///C:\Documents%20and%20Settings\Owner\Application%
20Data\Microsoft\Si
> gnatures\www.aajonahfish.com\astronomyhaven.htm>
------------------------ 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/
|