PureBytes Links
Trading Reference Links
|
You could put your group/sector names in a comma sep file, read it in and
put into an array. Then use something like
sectorNbr = SectorID() ; or groupNbr = GroupID();
And use the SectorNbr or groupNbr as the index into the array to get the
correct name.
Sorry but I don't have time to write the code.
d
> -----Original Message-----
> From: Duke Jones, CMT [mailto:Duke.Jones@xxxxxxxxxxxxxxxxxxxxxx]
> Sent: Sunday, September 19, 2004 4:01 PM
> To: amibroker@xxxxxxxxxxxxxxx
> Subject: RE: [amibroker] Indicator Builder using Composites.
>
>
> A question to the board guru's :-)
>
> I have created numerous composites that measure various items
> for each industry & sector. I have been creating individual
> indicators in the indicator builder (i.e.
> "Aerospace OB/OS", "Automotive OB/OS" etc. for each industry
> and for each sector. Needless to say the list of indicators
> is growing rapidly. I have been trying to think of a way to
> link or associate the indicators to the primary name of the
> group or sector. In essence I would be able to create one
> indicator to be used for all the industries. When you select
> for example the Aerospace composite it would recognize the
> name "Aerospace" and substitute it into the indicator where
> in the following the "X" is used. "X" + " OB/OS" (X= the
> industry or sector name.) The "Aerospace OB/OS" composite
> has already been created and is in the markets 253 directory.
>
> My explanation might be clear as mud but if anyone has any
> ideas on how to accomplish this it would be a real time and
> space saver. As a aside, I have been creating a list of
> composite tricks & techniques from the archives to add to
> Herman's excellent tutorial on using Addtocomposite. To me it
> was a great source of help and it's a small way for me to
> contribute back to the group. If the idea above can be
> implemented I will include this in the notes.
>
> Last but not least.. The new Chart indicator window/tree is excellent
>
> Thanks,
>
>
> Duke Jones, CMT
> www.sectorrotationfund.com
>
> ---
> Incoming mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.760 / Virus Database: 509 - Release Date:
> 9/10/2004
>
>
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.760 / Virus Database: 509 - Release Date:
> 9/10/2004
>
>
>
> [Non-text portions of this message have been removed]
>
>
>
> ------------------------ Yahoo! Groups Sponsor
> --------------------~-->
> $9.95 domain names from Yahoo!. Register anything.
> http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/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
>
>
>
>
>
>
>
------------------------ Yahoo! Groups Sponsor --------------------~-->
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/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/
|