PureBytes Links
Trading Reference Links
|
Add the following to your code:
SetOption("GenerateReport", 1);
As found in the user manual:
http://www.amibroker.com/guide/afl/afl_view.php?id=201
The Report button will still be disabled after an optimization. So,
you'll have to have the report explorer open already, else open it
some other way.
Mike
--- In amibroker@xxxxxxxxxxxxxxx, "progster01" <progster@xxx> wrote:
>
> Hi.
>
> I'd be interested to hear about how folks deal with saving portfolio
> backtest (PB) results.
>
> Motivation -
>
> I've just run a PB using
>
> OptimizerSetEngine("cmae");
>
> and also part of this test, a custom metric.
>
> I find that the Report button is not available, and I'm not finding
> any other method (am I missing it?) to save both column headers and
> values to .txt or .cvs files.
>
> I seem to have painted myself into a corner ... <g>
>
------------------------------------
**** IMPORTANT ****
This group is for the discussion between users only.
This is *NOT* technical support channel.
*********************
TO GET TECHNICAL SUPPORT from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
*********************
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
For other support material please check also:
http://www.amibroker.com/support.html
*********************************
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/
|