PureBytes Links
Trading Reference Links
|
Is there a way to create a list of stocks
for a market by doing copy and paste from an entire list
of (e.g. 100) stocks, rather than moving stocks around
one button click at a time ?
Also, can I create a TRIN indicator based on the
"Market 6" market rather than on "Nasdaq" market ?
... so that the market I am using is explicitly set
rather than being implied by the stock chart that is
being viewed ?
Steve
--- In amibroker@xxxxxxxxxxxxxxx, "Tomasz Janeczko" <amibroker@xxxx>
wrote:
> Hello,
>
> TRIN is NOT per index, but per MARKET.
> Nasdaq TRIN is calculated out of ALL symbols belonging to NASDAQ
market,
> not only those in Nasdaq100 index. (of course assuming that you
have all Nasdaq stocks in your database).
>
> If you want to calculate TRIN only for Nasdaq100 stocks
> you have to move them all to separate "market" using Symbol-
>Organize assignments.
>
> And of course if your database has only 100 nasdaq stocks you
already have TRIN calculated for them.
>
> Best regards,
> Tomasz Janeczko
> amibroker.com
> ----- Original Message -----
> From: "edwards_ca1" <edwards_ca1@xxxx>
> To: <amibroker@xxxxxxxxxxxxxxx>
> Sent: Tuesday, August 03, 2004 1:59 PM
> Subject: [amibroker] Re: AmiBroker, ^NDX, and TRIN
>
>
> > It isn't clear to me what is going on here,
> > even after looking at the info at this link:
> > http://www.amibroker.com/newsletter/04-2000.html
> >
> > ^NDX, for example, consists of AAPL, ADBE, ALTR, ... YHOO.
> > ^NDX is made up of 100 Nasdaq stocks in all.
> >
> > If AmiBroker isn't using these stocks to calculate
> > TRIN then what is it using ?
> >
> > I can follow the instructions, and I can get a so called
> > TRIN indicator to be displayed, but I'm unclear as to
> > what I have ended up with (even after reading all the
> > instructions and posts).
> >
> > Seems like I need to do a, simple, brute force
> > calculation of TRIN in AFL by explictly accessing all
> > of the 100 symbols by myself.
> >
> > Steve
> >
> >
> > --- In amibroker@xxxxxxxxxxxxxxx, "Tomasz Janeczko"
<amibroker@xxxx>
> > wrote:
> > > Hello,
> > >
> > > Read my answer below please.
> > >
> > > ----- Original Message -----
> > > From: "edwards_ca1" <edwards_ca1@xxxx>
> > > To: <amibroker@xxxxxxxxxxxxxxx>
> > > Sent: Tuesday, August 03, 2004 3:09 AM
> > > Subject: [amibroker] AmiBroker, ^NDX, and TRIN
> > >
> > >
> > > > Is there something in AmiBroker that tells it that
> > > > ^NDX consists of 100 Nasdaq stocks ?
> > > >
> > > > Does AmiBroker know specifically which 100 stocks
> > > > belong to ^NDX ?
> > > >
> > > > I am wondering, because, otherwise how would AmiBroker know
> > > > how to calculate Trin for Nasdaq stocks by using:
> > > >
> > > > TrinIndex =
> > > > ( AdvIssues() / DecIssues() ) / ( AdvVolume() / DecVolume
() );
> > > >
> > > >
> > > > Is it true that, for example, AdvIssues()
> > > > is calculated based on a group of stocks,
> > > > which is based on a particular Index,
> > > > which is based on the market for the stock being viewed ?
> > > >
> > >
> > > Those functions are based on MARKET (symbols that belong to
MARKET,
> > > not to the index) as explained here:
> > > http://www.amibroker.com/newsletter/04-2000.html
> > >
> > > Please note that this function is intended to be used for
> > relatively small, local databases.
> > > When you are using any plugin I suggest using AddToComposite
> > instead.
> > >
> > > Best regards,
> > > Tomasz Janeczko
> > > amibroker.com
> >
> >
> >
> >
> > 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/
|