PureBytes Links
Trading Reference Links
|
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@xxxxxxxxxxxxxxx>
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/
>
>
|