PureBytes Links
Trading Reference Links
|
Hello,
There are 2 things: scripting host http://www.amibroker.com/guide/a_script.html
that is general document about scripting and
OLE interface docs:
http://www.amibroker.com/guide/objects.html
The latter is what you are looking for.
Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message -----
From: "Dave Merrill" <dmerrill@xxxxxxx>
To: "AmiBroker list" <amibroker@xxxxxxxxxxxxxxx>
Sent: Monday, February 09, 2004 3:55 PM
Subject: [amibroker] Scripting host info is where?
> Where can I find complete info on the AB scripting host? All I've found so
> far is this:
>
> http://www.amibroker.com/docs/ab201.html
>
> But the picture showing the object model doesn't appear, and the info there
> seems very incomplete. For example, Nigel Rowe recently posted this code to
> find out the number of the watchlist currently selected in the AA window:
>
> EnableScript("jscript");
> <%
> AA = AFL.CreateObject("Broker.Application").Analysis();
> AFL("watchlist") = AA.Filter(0, "watchlist");
> %>
>
> Unless I'm missing something obvious, the Analysis object, a really handy
> thing to work with, isn't mentioned at all in the above doc.
>
> Where should I be looking for info on the scriptable objects, properties,
> and methods available in AB?
>
> Dave Merrill
>
>
>
> Send BUG REPORTS to bugs@xxxxxxxxxxxxx
> Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
> -----------------------------------------
> Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
> (Web page: http://groups.yahoo.com/group/amiquote/messages/)
> --------------------------------------------
> Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
> Yahoo! Groups Links
>
>
>
>
>
>
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Ink Cartridges or Refill Kits for your HP, Epson, Canon or Lexmark
Printer at MyInks.com. Free s/h on orders $50 or more to the US & Canada.
http://www.c1tracking.com/l.asp?cid=5511
http://us.click.yahoo.com/mOAaAA/3exGAA/qnsNAA/GHeqlB/TM
---------------------------------------------------------------------~->
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> 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/
|