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