PureBytes Links
Trading Reference Links
|
Hello again Tom,
Thats no prob, I already did it for Dutch stocks. In no time.
Best regards,
Johan
--- In amibroker@xxxx, "Tom Supera" <tom_supera@xxxx> wrote:
> Thanks Johan,
>
> Do you knew, if it's than possible to automatic download
historical quotes
> for more than one stock at the same time.
>
> Tom Supera
>
>
> ----- Original Message -----
> From: <GEERTS.JOHAN@xxxx>
> To: <amibroker@xxxx>
> Sent: Wednesday, October 10, 2001 11:01 PM
> Subject: [amibroker] Re: QuoteLoader
>
>
> > Helo Tom,
> >
> > I've contacted my friend, the developer, and he's working on an
> > English version, so normally it 's ready in less than one month.
At
> > the moment it's not possible to download Frankfurt or Xetra, but
he
> > will arange that too.
> >
> > I'll keep you in charge.
> >
> > Best regard,
> >
> > Johan
> >
> > --- In amibroker@xxxx, "Tom Supera" <tom_supera@xxxx> wrote:
> > > Dear Johan,
> > >
> > > I'm very interesting in downloading european quotes on
Frankfurt or
> > Xetra.
> > > Is it possible to download historical quotes with this programm
and
> > how can
> > > i select stocks.
> > > Example: Medigene WKN: 502090
> > > I'm from Austria and i can't speak netherlands.
> > > Can you give me instructions please.
> > >
> > >
> > > Thanks
> > > Tom Supera
> > >
> > >
> > > ----- Original Message -----
> > > From: <GEERTS.JOHAN@xxxx>
> > > To: <amibroker@xxxx>
> > > Sent: Wednesday, October 10, 2001 4:37 PM
> > > Subject: [amibroker] Re: QuoteLoader
> > >
> > >
> > > > Tomasz,
> > > >
> > > > Many, many thanks, it works. It don't suprise me, you're a
> > genius.
> > > >
> > > > I've send the message to my friend, and he just told me he can
> > make
> > > > QuoteLoader do it automatically now. You can't imagine how
happy
> > I
> > > > am. :-))))))))))))
> > > >
> > > > Many thanks and keep on the good work.
> > > >
> > > > Best regards,
> > > >
> > > > Johan
> > > >
> > > > --- In amibroker@xxxx, "Tomasz Janeczko" <amibroker@xxxx>
wrote:
> > > > > Dear Johan,
> > > > >
> > > > > As file format of AmiBroker database is constantly changing
> > > > > I think it is much better to export the quotes from your
> > friend's
> > > > > program to the standard ASCII file and then import it
> > > > > automatically using AmiBroker's COM interface (Import()
method
> > > > > of the Application object).
> > > > >
> > > > > For example the program may export the data in the following
> > format:
> > > > > Ticker, Date_YMD, Open, High, Low, Close, Volume
> > > > >
> > > > > Then a few lines of code are needed to import this file
> > > > automatically.
> > > > > In VB it looks like this:
> > > > >
> > > > > Set oAB = CreateObject("Broker.Application")
> > > > > result = oAB.Import( 0, "File name", "prnn.format" )
> > > > >
> > > > > Then the downloader will not need to be modified if I change
> > > > > the file format.
> > > > >
> > > > > Best regards,
> > > > > Tomasz Janeczko
> > > > > amibroker.com
> > > > >
> > > > > ----- Original Message -----
> > > > > From: <GEERTS.JOHAN@xxxx>
> > > > > To: <amibroker@xxxx>
> > > > > Sent: 10 October, 2001 15:34
> > > > > Subject: [amibroker] QuoteLoader
> > > > >
> > > > >
> > > > > Hello Tomasz,
> > > > >
> > > > > A Dutch friend of mine has just developed a program to
download
> > > > > quotes in a very short time and in different formats.
> > > > >
> > > > > At the moment it's only in Dutch and download only some
European
> > > > > quotes, but in the nearly future, it will be available in
> > English
> > > > and
> > > > > for major International stockmarkets.
> > > > >
> > > > > http://www.quoteloader.nl/
> > > > >
> > > > > I asked him to make it possible to import the quotes
> > automatically
> > > > > into AmiBroker because it will save me more time. To do
that, he
> > > > need
> > > > > to know the fileformat on recordlevel (or something like
that,
> > > > sorry,
> > > > > I don't know how to explain this in English, but I hope you
> > > > > understand what I mean). Is it possible to help me, so he
can
> > make
> > > > > this thing work form me, and maybe for all of us?
> > > > >
> > > > > I will keep you in charge and thanks for your support.
> > > > >
> > > > > Best regards,
> > > > >
> > > > > Johan
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > Your use of Yahoo! Groups is subject to
> > > > http://docs.yahoo.com/info/terms/
> > > >
> > > >
> > > >
> > > >
> > > >
> > > > Your use of Yahoo! Groups is subject to
> > http://docs.yahoo.com/info/terms/
> > > >
> > > >
> >
> >
> >
> >
> >
> > Your use of Yahoo! Groups is subject to
http://docs.yahoo.com/info/terms/
> >
> >
|