PureBytes Links
Trading Reference Links
|
Thanks for the prompt response.
--- In amibroker@xxxxxxxxxxxxxxx, Graham <kavemanperth@xxxx> wrote:
> Hope this is some help
>
> timeframeset(indaily);
> range = hhv(h,30) < 1 and llv(l,30) > 0.5;
> timeframerestore();
>
> PriceRange = timeframeexpand(range,indaily);
>
>
> On Sun, 27 Feb 2005 01:09:30 -0000, jism1992 <gdihia@xxxx> wrote:
> >
> >
> > How can I scan for stocks that have a $0.50 to $1 (or more)
intraday
> > trading range let's say for the past 30 days. Basically, I am
looking
> > for stocks with good volatility. Your help is appreciated. Thanks.
> >
> >
> > Check AmiBroker web page at:
> > http://www.amibroker.com/
> >
> > Check group FAQ at:
http://groups.yahoo.com/group/amibroker/files/groupfaq.html
> > Yahoo! Groups Links
> >
> >
> >
> >
> >
>
>
> --
> Cheers
> Graham
> http://e-wire.net.au/~eb_kavan/
------------------------ Yahoo! Groups Sponsor --------------------~-->
Has someone you know been affected by illness or disease?
Network for Good is THE place to support health awareness efforts!
http://us.click.yahoo.com/Rcy2bD/UOnJAA/cosFAA/GHeqlB/TM
--------------------------------------------------------------------~->
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.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/
|