PureBytes Links
Trading Reference Links
|
Downhillspeedster,
Thanks for the tip on using the Name() & . I will give it a try. I
tried using the SectorID() but was unsuccessful but I think that is
because I moved the composites from their root directory (253) and I
have experienced problems when I have done that. I am going to try
some code experiments today. If successful I will post it in case
anybody else searches for the same info.
Thanks for the help.
Duke Jones, CMT
--- In amibroker@xxxxxxxxxxxxxxx, "downhillspeedster"
<downhillspeedster@xxxx> wrote:
> Duke,
> You can access any ticker via AFL using built in AFL string
functions
> and Foreign or PlotForeign. Additional string manipulation commands
> are easily implemented using an in line vbscript or a jscript in
your
> AFL.
>
> For a general indicator builder code with compostites, first modify
> your AddtoCompostite code so that it create an additional 'root'
name
> ticker for the sector when it runs. Accessing your date is then
> simply:
>
> mySectorIndicatorName = Name()+"OB_OS"
> PlotForeign(mySectorIndicatorName, "C" ...);
>
> when selecting the root name ticker from a watchlist.
>
> If your individual ticker sector name matches your composite root
> name, you can access the sector data while viewing individual
> securities.
>
> mySectorIndicatorName = SectorID()+"OB_OS"
> PlotForeign(mySectorIndicatorName, "C" ...);
>
> (there my be some syntax errors in the above pseudocode)
>
> hope this helps,
> downhillspeedster
>
>
>
> --- In amibroker@xxxxxxxxxxxxxxx, "Duke Jones, CMT"
<Duke.Jones@xxxx>
> wrote:
> > 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 --------------------~-->
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/
|