PureBytes Links
Trading Reference Links
|
Ralf:
Nice job. The next "leap forward" would be to be
able to display the entire QT Raw Data file. Just making out my wish list
for today ;-)
Bill
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
ralf@xxxxxxxx
To: <A title=amibroker@xxxxxxxxxx
href="">amibroker@xxxxxxxxxxxxxxx
Sent: Thursday, May 31, 2001 7:41
PM
Subject: [amibroker] Re: Update Today's
Price with Realtime Data
Hi Bill, Andrew, Tomasz.To explain what the utility
does I give you the equivalent in terms of what you would do manually:Say
you have downloaded and updated yesterdays price data for all stocks.Today
it is say 11am and you are watching a particular stock and would like to see
inthe (ami)chart the ohlc for 10:58 and you know these values becauseyou
run Quotetracker.Manually you would (in Amibroker Menu) click -->
Stock --> Quotations... and a dialog box opens.There you would
select the mode 'Current Stock/All Quotes'. Then you would select today'sdate
and manually enter the according values. AmiBroker would then display
today's data.The utility does all of that with the click of a button
(at this stage the stock you wish to updatemust be in one of your
Quotetracker portfolios - may be later I add a function that would allowus
to get quotes for any stock).Attached the program.BTW it doesnot
touch your registry or create any files.You might put it into any
directory and then add it into your Tools menu.AND you need to enable
QuoteTrackers Webserver using it'sdefault port 16239.Copied from
QuoteTracker's Help File:####QuoteTracker contains a built inWeb
(HTTP protocol) API server that responds to a certain set of commands so that
external programs can extract information from it while it is running.
The server is bound to address 127.0.0.1 (local computer) only - this wayany
information that is received from QuoteTracker does not fall under the
"redistribution" heading and we avoid legal troubles from data providers or
from the exchanges.The QuoteTracker's Web server monitors port 16239.
You can change that by putting another port # into the STOCKS.INI file
(located in your QuoteTracker folder) under the [QTServer] section along with
the setting to turn the WebServer
on:[QTServer]Active=YESPORT=3939Note: PORT is
optional and can be any number. If not specified, it is 16239. You may
need to add the [QTServer] section yourself to the STOCKS.INI file if it's not
already there. The YES (after ACTIVE=) has to be
capitalized.####...would appreciate your commentsTomasz,
you can find all details here: <A
href="">http://www.quotetracker.com/qtserver.htmRegards
-
Ralf----------------------------------------------------------------------
Original Message ----- From: wavemechanic To: ralf@xxxx
Sent: Thursday, May 31, 2001 8:45 PMSubject: Re: [amibroker] Update
Today's Price with Realtime DataRalf:As another QT user,
would appreciate your app. Could you also explain what you mean by
AmiBroker's ticker. Do you mean it puts data into data files that
AmiBroker accesses?Thanks.Bill--- In amibroker@xxxxxx,
"Tomasz Janeczko" <amibroker@xxxx> wrote:> Ralf,> >
If I understand you well, your program gets only today's data.> (At
least I do not know the way to get the historical quotes> from
quotetracker - if there is a way please tell me)> > Best
regards,> Tomasz Janeczko> ===============> AmiBroker -
the comprehensive share manager.> <A
href="">http://www.amibroker.com> >
> ----- Original Message ----- > From: <ralf@xxxx>>
To: <amibroker@xxxx>> Sent: Thursday, May 31, 2001 7:10
AM> Subject: [amibroker] Update Today's Price with Realtime
Data> > > > Hi,> > anybody interested in the
above topic?> > I have been using QuoteTracker for several>
> months now and can say this is also an> > outstanding product -
next to Ami.> > Get it from www.quotetracker.com .> >
> > It provides realtime access to around> > one hundred
providers. In particular it> > can access stock from various
exchanges> > in the US, Canada, France, Australia,> >
Germany... Some (with delayed> > quotes) are free - for
realtime you need> > to register. There is a chance that
they> > can access your broker's data (eg my> > broker is
Westpac Australia) and have > > access even to Level II (bids and
asks).> > > > It also maintains your portfolio in >
> realtime and thousands of other things.> > All it costs isthe
odd click on their> > banner advertising so their sponsor>
> stay happy... (Alternatively you can> > pay ~$60 for a
licence).> > > > Having it running all day, I thoughtit
provides > > an ideal source to update a chart in > >
AmiBroker and help me getting the visual> > picture of where a stock
is heading.> > > > I have written a small app which -with
the> > click of a button - automatically transfers> >the
price data from Quotetracker into the> > current ticker of
Amibroker.> > > > It's about 500K - let me know if you are
interested> > and I might post it. > > Btw I intend to
donate it to this wonderful> > group.> > > >
Thanks to all for your contributions.> > > > Cheers -
Ralf> > > > > > > > >
> Your use of Yahoo! Groups is subject to <A
href="">http://docs.yahoo.com/info/terms/
> > > > > >Your
use of Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of Service.
|