PureBytes Links
Trading Reference Links
|
xxRUNSCRIPT.EXE
xxRunScript.exe is a small standalone tool for starting AFL scripts from other programs.
It is also used if the ABtool xxRunScript() function is called within an AFL script.
xxRunScript.exe should be placed into the ABtool subdirectory under the AmiBroker base
directory, or in a directory which is listed in your PATH environment variable.
The parameters are: strScriptFile strStartDate strEndDate iAAmodule iApplyTo iRangeMode iRangeN iWatchlist fRestoreScript
ScriptFile: name of the AFL file
StartDate: startdate as string in user's regional date format, or "" to ignore or for current date
EndDate: enddate as string in user's regional date format, or "" to ignore or for current date
AAmodule: 0=Scan, 1=Explore, 2=Backtest, 3=Optimize
ApplyTo: 0=all stocks, 1=current stock, 2=use filter
RangeMode: 0=all quotes, 1=n last quotes, 2=n last days, 3=use from/to date range
RangeN: >= 1, or -1 for ignoring it
Watchlist: 0..63, or -1 to ignore it
fRestore: 0 or 1, whether the current script and AA settings should be restored after running the given script
This tool can also be used from within other applications to pass and execute an AFL script in ABs AA.
Example:
xxRunScript "AFL/MyScript.afl" "" "" 1 1 1 1 60 1
For starting other scripts from within a running AFL script see the function xxRunScript()
in the ABtool reference text (available only in version 0.9.22 and higher).
Support is available via the ABtool yahoo group at
http://groups.yahoo.com/group/abtool
xxRunScript.exe (c) 2003 Uenal Mutlu (uenal.mutlu@xxxxxxxxxxx)
------------------------ 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/
|