PureBytes Links
Trading Reference Links
|
Hello,
All properties/methods exposed are documented.
Template can be loaded/saved using Window.LoadTemplate
Window.SaveTemplate
Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message -----
From: "davemabe2000" <davemabe@xxxxxxxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Friday, May 09, 2008 9:56 PM
Subject: [amibroker] Re: Programatically Add Symbol to Chart and QT's HTTP API
> Ahh. This is very nice. Are there any other properties exposed
> besides what's in the current set of docs?
>
> http://www.amibroker.com/guide/objects.html
>
> For example, I'd like to control the template of the document. Also
> maybe the location coordinates.
>
> This is really great - it's gonna save me a lot of time!
>
> --- In amibroker@xxxxxxxxxxxxxxx, "Tomasz Janeczko" <groups@xxx> wrote:
>>
>> 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@xxx>
>> 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
>
>
>
------------------------------------
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/
|