[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [amibroker] list of optionable stocks



PureBytes Links

Trading Reference Links

This isn't as elegant as TJ's indicator (which it's cut & pasted from) but
it works as a custom
indicator with my QP data. I'm not familar with TC2000, but if it does index
assignments GetBaseIndex()
should work.

I build my own industry index composites instead of using QP's, but the
names are based on the QP indexes
with a "~" prepended.  Just remove the "~"+ if your using 'native' indexes

Figuring out the market index is just brute force, but I'm not sure there is
a better way to do it.
The if/else here isn't really complete enough, but it gives the idea.  The
if statement can expanded to include
whatever markets you look at.

You could do something similar for sectors if you have indexes you want to
use for them or build your own
sector composites & do something like the myidx assignment using SectorID(1)
instead of GetBaseIndex();
----------------------------------------------------------------------------
---------------------------
myidx="~"+GetBaseIndex();

mktid=MarketID(1);
if ( mktid == "NYSE" )
    mktidstr="!DJI";
else
    mktidstr = "!COMP";

SetForeign(myidx);
idxc = C;
SetForeign(mktidstr);
mktc = C;
RestorePriceArrays();

fvb = Status("firstvisiblebar");
Plot( 100 * ( C - C[ fvb ] ) / C[ fvb ], "Relative Performance [%] " +
Name(), colorBlue );
Plot( 100 * ( idxc - idxc[ fvb ] )/ idxc[ fvb ], myidx, colorRed ,
styleLine );
Plot( 100 * ( mktC - mktc[ fvb ] )/ mktc[ fvb ], mktidstr, colorGreen ,
styleLine );

PlotGrid( 0, colorYellow );
----------------------------------------------------------------------------
----------------------------

----- Original Message ----- 
From: "sgfuchs" <sgfuchs@xxxxxxxxxxxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Friday, July 30, 2004 12:18 PM
Subject: [amibroker] Re: Relative Perf.Charts - Sector & IG Tickers


> Brian, thanks. This I know already. My request went in the direction
> to have the appropriate sector and industrygroup assigned to the RP
> chart automatically whenever I switch to a new stocksymbol (
> assignments as per TC2000 data base, of course ).
>
> There are several AFL functions like "GROUPID" or "INDUSTRYID" which I
> tried to combine with "Getforeign" or "Setforeign" functions but they
> do not do the trick.
> TC2000 uses more than 200 Subindustry Groups and AB seems to index
> only 65 or so with #.
>
> Hence my question to Tomasz, which AFL I'd need to achieve the
> described objective.
>
> Thanks anyway.
> Stefan
>
> --- In amibroker@xxxxxxxxxxxxxxx, "Brian Elijah" <cadvantag@xxxx> wrote:
> > Can you just change it in the formula itself
> > _N( TickerList = ParamStr("Tickers", "^DJI,MSFT,GE") );
> >
> >
> > or change it in the parameter box in AA
> >   ----- Original Message ----- 
> >   From: sgfuchs
> >   To: amibroker@xxxxxxxxxxxxxxx
> >   Sent: Friday, July 30, 2004 10:34 AM
> >   Subject: [amibroker] Relative Perf.Charts - Sector & IG Tickers
> >
> >
> >   Hello Tomasz,
> >
> >   I'd like to alter the symbols ( tickers ) used in the Rel.
> >   Performancechart in a way, that AB uses automatically the data of
> >   the appropriate sector and the industry-group for comparison of Rel
> >   Performance of the stock instead of i.e. fixed tickersysmbols for an
> >   index.
> >
> >   In addition, I'd like to create a workspace in AB, in which I can
> >   see always the stock's chart along with it's appropriate sector and
> >   Industrygroup chart.
> >
> >   Which of the AFL functions / formulas would I have to use for
> >   creating the Rel Performance chart as explained above  and how could
> >   I possible assign always the correct sector and IG charts to any
> >   stocksymbol chart in a triple chart window ?
> >
> >   FYI : I use TC2000 as my database.
> >
> >   Hope my question is not too complicated to answer.
> >   Thanks a lot in advance
> >
> >   regards
> >   Stefan
> >
> >
> >
> >   Check AmiBroker web page at:
> >   http://www.amibroker.com/
> >
> >   Check group FAQ at:
> http://groups.yahoo.com/group/amibroker/files/groupfaq.html
> >
> >
> >         Yahoo! Groups Sponsor
> >               ADVERTISEMENT
> >
> >
> >
> >
> >
> >
> --------------------------------------------------------------------------
----
> >   Yahoo! Groups Links
> >
> >     a.. To visit your group on the web, go to:
> >     http://groups.yahoo.com/group/amibroker/
> >
> >     b.. To unsubscribe from this group, send an email to:
> >     amibroker-unsubscribe@xxxxxxxxxxxxxxx
> >
> >     c.. Your use of Yahoo! Groups is subject to the Yahoo! Terms of
> Service.
>
>
>
>
> 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/