PureBytes Links
Trading Reference Links
|
Chris,
Try this. Assumes you have defined sector and industry
affiliations. If not, replace AddTextColumn lines with
something else.
Filter = L < Ref(LLV(L,1),-1);
AddTextColumn(SectorID( mode = 1 ),"Sector");
AddTextColumn(IndustryID( mode = 1 ),"Industry");
--- christophermuch <chris.much@xxxxxxxxx> wrote:
> Does anyone know how to calculate a list of stocks
> that have reached
> their new low over the previous day?
> Any direction will be greatly appreciated.
> Chris
>
>
>
>
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
------------------------ Yahoo! Groups Sponsor --------------------~-->
GFT Forex Trading Accounts As low as $250 with up to 400:1 Leverage. Free Demo.
http://us.click.yahoo.com/lpv1TA/jlQNAA/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/
|