PureBytes Links
Trading Reference Links
|
--- RR <stocks@xxxxxxxxxxxxx> wrote:
> John,
>
> Thanks for the excellent workaround using the brute force approach; a
> methodology I had not considered. This is a very useful approach to using
> the TC2000 data source without having to build ATC securities and then
> trying to duplicate the index values of the Hemscott industry group data.
>
You can probably thank dingo - his posting triggered the idea and it
probably took about 10 minutes to produce the mapping and code it.
> I was able to get the function to work flawlessly on my development machine
> with the beta Amibroker 4.9XX. It does not work on the production
> AmiBroker 4.90 as the function uses the switch, case, and break statements
> new in the recent beta just in case anyone else is attempting to use the
> code.
>
Sorry about that. I didn't remember that it was beta. I was just thinking
it was easy to expand the X, Y mapping to "Case X: ...Y; break;" which you
can do a few seconds and then filling the rest of the code. Anyways I
changed the cases to varsets etc ... see attach afl file.
> Thanks,
>
> RR
>
> -----Original Message-----
> From: amibroker@xxxxxxxxxxxxxxx [mailto:amibroker@xxxxxxxxxxxxxxx] On Behalf
> Of John CW
> Sent: Sunday, July 15, 2007 1:17 PM
> To: amibroker@xxxxxxxxxxxxxxx
> Subject: Re: [amibroker] Categories Relative Strength
>
> I just hacked up a temporary solution. See the attached file MG.afl, it
> contains an afl function that has a snapshot mapping of the ab industry to
> tc
> subindustry.
>
> --- RR <stocks@xxxxxxxxxxxxx> wrote:
>
> > Given a ticker symbol it is relatively easy to get the industry group.
> How
> > does one reference the value of the Base Indexes for Relative Strength
> from
> > AFL?
> >
> >
> >
> >
> >
> > In other words, I want to find out which if any group a particular ticker
> > was assigned to by Worden for use in Relative Strength calculations. I
> > believe you have to add these by hand at least I did and it was not
> obvious
> > to me how to reference this field programmatically.
> >
> >
> >
> > Thanks.
> >
> >
>
>
>
____________________________________________________________________________________
Building a website is a piece of cake. Yahoo! Small Business gives you all the tools to get online.
http://smallbusiness.yahoo.com/webhosting
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 NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
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:amibroker-digest@xxxxxxxxxxxxxxx
mailto:amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> 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/
Attachment:
Description: 3759696284-MG_var.afl
|