PureBytes Links
Trading Reference Links
|
ABtool.dll is an AFL extension DLL plugin for AmiBroker v4+
ABtool_dll_Reference.txt contains information about the
AFL extension functions it offers.
HIGHLIGHTS OF THIS VERSION (see also History and ToDoList at the end of the ref):
030525Mo v0.9.10 beta
- Added: xxHttpFileGet() for downloading files and web pages
Added some sample URLs for retrieving historic and daily quotes from yahoo from within your script.
- Added: xxFtpFileGet(), xxFtpFilePut() for downloadng/uploading a file from/to an ftp server
- Added: xxClass, a new data structure. It is like a mixture of a dynamically growable/shrinkable container
and a hierarchical tree. It can have children, so can each of its children... and so on. Each can
have data and methods get added (and removed) dynamically at runtime. IMHO fascinating creatures :-)
(Dunno yet for what it can be useful, but I have the feeling it will become very important
sometime in the near future).
- Chgd: the kernel has got a Client/Server architecture and will in the next version be able to
serve multiple clients (applications, threads).
- Added: xxDelay(), xxPause()
Pauses execution for the duration of given milliconds (1000 ms == 1 second)
- Added: xxMin(a,b), xxMax(a,b), xxStrLen(str), xxNumLen(num), xxSizeof(type)
- Added: xxSysLog(str): user can put log entries also to ABtool's own log file
(see also xxLog() for logging into user log file)
- Added: xxFileIsExist(fname)
- Added: xxStudyGetNext(currentStudyId, chartId=1);
- Added: xxArraySave(), xxArrayLoad();
- Added: xxTableSave(), xxTableLoad();
- Fix: xxTableImport seperator: removed Blank and Comma from the default set of seperators (thanks to Salil)
- Added: xxWinOpen(), xxWinText(), xxWinClose() for text output
- Added: feature to xxTableImport(): if field string is enclosed in single or double quotes then
the quotes are removed.
- Added: xxDeleteStockFromDB(ticker)
- Added: some shorter synonyms for data type names; see xxType()
The latest version of the ABtool plugin for AB can be found
at the following locations:
- ABtool home site:
http://groups.yahoo.com/group/abtool/files/
- File area of the "amibroker" group at yahoo:
http://groups.yahoo.com/group/amibroker/files/ABtool/
- In the support area / 3rd party downloads at www.amibroker.com:
http://www.amibroker.net/3rdparty.php
Uenal Mutlu (UM)
uenal.mutlu@xxxxxxxxxxx
abtool-owner@xxxxxxxxxxxxxxx
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Get A Free Psychic Reading! Your Online Answer To Life's Important Questions.
http://us.click.yahoo.com/Lj3uPC/Me7FAA/CNxFAA/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
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|