PureBytes Links
Trading Reference Links
|
You can also put together simple VBscripts that control AB optimizations/WFs as OLE. And in your AFLs, as Mike points out, you can do custom backtester routines that write whatever statistics you want, to file.
--- In amibroker@xxxxxxxxxxxxxxx, "Mike" <sfclimbers@xxx> wrote:
>
> I believe that the answer to all your questions is yes.
>
> Your AFL can do some of the work itself using fopen/fputs/fclose to write values to disk at the appropriate point (see ActionEx of Status function), which may then be read by your automation upon completion of the AFL.
>
> http://www.amibroker.com/guide/afl/afl_view.php?name=status
> http://www.amibroker.com/guide/afl/afl_view.php?name=fopen
> http://www.amibroker.com/guide/afl/afl_view.php?name=fputs
> http://www.amibroker.com/guide/afl/afl_view.php?name=fclose
>
> Or, your automation code can itself call the Export method on the Analysis object which you may then read in and parse.
>
> http://www.amibroker.com/guide/objects.html
>
> Mike
>
> --- In amibroker@xxxxxxxxxxxxxxx, "h3po" <h3pooo@> wrote:
> >
> > Hi, I have one more question:
> >
> > Will it be possible to control Amibroker as a COM server from a client application to..
> >
> > 1) Run an Optimization and 2) get access to the optimal parameters wrt a chosen performance metric (i.e. get access to the data in the output window from the optimization), and then
> >
> > 3) run a Walkforward validation and 4) get access to the performance metric (eg CAR/MDD) from this WF validation...
> >
> > ...all from a client application via out-of-process OLE/COM ?
> >
> > Regards,
> > Ole
> >
>
------------------------------------
**** IMPORTANT PLEASE READ ****
This group is for the discussion between users only.
This is *NOT* technical support channel.
TO GET TECHNICAL SUPPORT send an e-mail directly to
SUPPORT {at} amibroker.com
TO SUBMIT SUGGESTIONS please use FEEDBACK CENTER at
http://www.amibroker.com/feedback/
(submissions sent via other channels won't be considered)
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/amibroker/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:amibroker-digest@xxxxxxxxxxxxxxx
mailto:amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> 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/
|