| 
 PureBytes Links 
Trading Reference Links 
 | 
ABtool v0.9.18 beta:
HIGHLIGHTS OF THIS VERSION (see also History and ToDoList at the end of the ref text):
030609Mo v0.9.18
  - Added: xxMkDir(dir);      creates directory which can consist of multiple parts like "test1/test2/test3";
  - Added: xxFileDelete(fname);
  - Added: xxDLLload(), xxDLLcall(), xxDLLunload()      0 to 10 AmiVar params possible
           This feature can be used to call ABtool extensions written using the simple "EasyDLL" API.
           It can also be used to protect intellectual property; ie. the kernel of user's system algorithm or
           any other function. User only needs to write a DLL with as many functions as he/she likes. 
           The functions must accept 0, or upto 10 variables of type "AmiVar" (see xxEasyDLL.txt), and the 
           function must return a variable of same type containing the result of the function call.
  - Improved: xxExec()   paths containing blanks are enclosed in quotes. See some notes there.
  - Added: xxFileCopy(src,dst)
  - New:   Released very early alpha version of "ABtool/xxTrader.exe". See xxTrader_Readme.txt
  - My announced backtester for R&S systems is unfortunately still not ready for publishing :-( 
    I hope within this week..
File available at the ABtool home site:
http://groups.yahoo.com/group/abtool
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/ySSFAA/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/ 
 |