PureBytes Links
Trading Reference Links
|
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 amibroker@xxxxxxxxxxxxxxx, "Bill" <zim630@xxx> 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
>
|