PureBytes Links
Trading Reference Links
|
Thx so much for the help. I already did the first couple steps, but
now have a question:
Could you elaborate a little more about where I find these extra DAX
sectors such as XETRAmidcup as you mentioned? Thx
--- In amibroker@xxxxxxxxxxxxxxx, "DIMITRIS TSOKAKIS"
<TSOKAKIS@xxxx> wrote:
> Here is the last 5min procedure
>
> 1. Copy only the names from http://finance.yahoo.com/q/cp?s=^gdaxi
> 2. Add a comma separated sequence of these tickers in Amiquote
> ADSG.DE,
> ALTG.DE,
> ALVG.DE,
> BASF.DE,
> BAYG.DE,
> BMWG.DE,
> CBKG.DE,
> CONG.DE,
> DB1Gn.DE,
> DBKGn.DE,
> DCXGn.DE,
> DPWGn.DE,
> DTEGn.DE,
> EONG.DE,
> FMEG.DE,
> HNKG_p.DE,
> HVMG.DE,
> IFXGn.DE,
> LHAG.DE,
> LING.DE,
> MANG.DE,
> MEOG.DE,
> MUVGn.DE,
> RWEG.DE,
> SAPG.DE,
> SCHG.DE,
> SIEGn.DE,
> TKAG.DE,
> TUIG.DE,
> VOWG.DE
> 3. download EOD from, say, Jan1, 2004.
> 4. In AA explore for the n=1 last quotations all stocks with
> Filter=StrRight(Name(),3)==".DE";
> AddColumn(C,"C");
> 5.Add all results to WL20, for example.
> [It doesn´t take more than 5min]
> Repeat the same procedure with XETRAmidcup or other DAX sectors.
> 6.Explore WL20 with
> Filter=1;
> AddColumn(Cum(V),"V");
> hit the "V" caption and select the top V stocks.
>
> Dimitris Tsokakis
> --- In amibroker@xxxxxxxxxxxxxxx, "newnow02" <newnow02@xxxx> wrote:
> > That's basically what I was doing tonight but that was pretty
> > painful if I understand what you're saying. Basically I went to
> > XETRA's web site and looked at their biggest movers (because
that's
> > all they had) just to get the names of some XETRA equities, then
> > looked up the symbol in Yahoo, then pulled it into Amibroker to
see
> > if it had any volume.
> >
> > Is that the only way to do it? I guess I was hoping that there
> > would be a stock screener out there like Quicken.com maybe has
> where
> > I could get the top 100 biggest stocks and then somehow figure
out
> > there Yahoo symbols. But I don't know how to eliminate all the
> very
> > illiquid stocks on XETRA...
> >
> > --- In amibroker@xxxxxxxxxxxxxxx, "DIMITRIS TSOKAKIS"
> > <TSOKAKIS@xxxx> wrote:
> > > It would be easier to begin with YHOO symbols
> > > http://finance.yahoo.com/q/cp?s=^gdaxi
> > > http://finance.yahoo.com/l?s=xetra&t=I&m=
> > >
> > > --- In amibroker@xxxxxxxxxxxxxxx, "newnow02" <newnow02@xxxx>
> wrote:
> > > > I'm a U.S. citizen stateside that wants to start backtesting
> > XETRA
> > > > stocks and possibly trade them through my IB account. The
> > problem
> > > > is that IB's web site lists 1000+ stocks on XETRA and I am
> > having
> > > to
> > > > go through one by one to find them in Yahoo's stock search
in
> > order
> > > > to in turn find their Yahoo symbols (so I can use Amiquote).
> > > >
> > > > Is there any easier way?
> > > >
> > > > What I'd like to find is the 100-200 largest (preferably non-
> > U.S.)
> > > > stocks on the XETRA exchange and their symbols in Yahoo.
Any
> > tips
> > > > would be much appreciated!
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Yahoo! Domains - Claim yours for only $14.70
http://us.click.yahoo.com/Z1wmxD/DREIAA/yQLSAA/GHeqlB/TM
---------------------------------------------------------------------~->
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
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/
|