Hello , To make things simple. I have got made a sware for my company to do this outside Ami. and i then import these composites or u can say sectoral indices in AMi. and i have segregated the scrips among groups. WHere i am stalled is how to define that in an afl to get the comparatives and rs of each stock with its respective indices. Any idea or clue.. In all i have 2850+/-3% traded scrips which i have among the 150 groups in (GROUPS) and i have 150 indices . I want the RS of each stock with its respective indices. Can i have a variable RS for each group. Is it possible. Has anyone has did such a thing ? ANy leads or ideas.
Thanks in advance -sanjayt --- In [email protected], "Bill" <[EMAIL PROTECTED]> wrote: > > Hello, > I like to keep composite data on a dozen or so indices. If I have a > seperate .afl for each index and run it against a watch list > containing the components of that index, everything appears to work > fine. However, I've recently been trying to have one .afl access > the different watch lists as such: > > if (InWatchList(10)){ > list==10; > Comp ="SP-500"; > > list = CategoryGetSymbols( categoryWatchlist, list ); > for( i = 0; ( sym = StrExtract( list, i ) ) != ""; i++ ); > } > else > NEXT WATCH List and so on. > I run this against all the stock components contained in all the > indices. database (TC2007). I know there is duplication with one > stock being in more than one index. Again it appears to work just > fine however, I receive different answers than > when I run it the first way. Anyone know why this might be?? And > what I can do? > > Thanks in Advance for any assistance, > > Bill > 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/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/amibroker/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
