PureBytes Links
Trading Reference Links
|
QuoteTracker HTTP API is slow. Painfully slow. And it can not be used accross network
because it uses port 127.0.0.1 (local host) due to exchange compliancy requirements
that strictly prohibit distribution of quotes over network without special agreement.
AmiBroker has superior, native Win32 API that is 3-5 orders of magnitude faster
(see ADK download in http://www.amibroker.com/download.html )
It can be used from any language that supports building DLLs.
If your language can't do that, there is also OLE interface
http://www.amibroker.com/guide/objects.html
And it surely allows what you are after (use Documents.Open("symbol")
or in newest version (5.09) you can set the ticker of already open document
usign Name property of Document object)
Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message -----
From: "davemabe2000" <davemabe@xxxxxxxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Friday, May 09, 2008 2:56 PM
Subject: [amibroker] Programatically Add Symbol to Chart and QT's HTTP API
> I've got several charts spread across my monitors. I'd like to be
> able to programatically populate them with symbols, preferably using
> OLE. Is there a way to do this?
>
> One thing I love about QuoteTracker is it's HTTP API, which almost
> does what I need:
>
> http://www.quotetracker.com/help/qtserver.shtml
>
> It would be nice to have something like that to interact with
> Amibroker since it's cross platform, can be used across a network, and
> could be easily accessed from any programming language.
>
>
> ------------------------------------
>
> Please note that this group is for discussion between users only.
>
> To get support from AmiBroker please send an e-mail directly to
> SUPPORT {at} amibroker.com
>
> For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
> http://www.amibroker.com/devlog/
>
> For other support material please check also:
> http://www.amibroker.com/support.html
> Yahoo! Groups Links
>
>
>
------------------------------------
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
For other support material please check also:
http://www.amibroker.com/support.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/amibroker/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:amibroker-digest@xxxxxxxxxxxxxxx
mailto:amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> 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/
|