You might be able to add OLE code to access the AA object and
programatically export. You would need to wrap the code in a
condition to only execute during optimization. e.g.
if (status("actionExOptimizeBacktest") == 1) {
... call AA.export ...
}
Looks like that would result in X number of exports (each clobbering
the previous) where X is the number of optimization iterations. I
didn't see status for "finished optimizing". But then again, I didn't
look to hard either ;)
Mike
--- In [email protected], "ozzyapeman" <[EMAIL PROTECTED]> wrote:
>
> Thanks, Mike. I was aware of the manual exporting and reloading. But
> was wondering if there was an option to have these reports saved
> automatically. Looks like the manual export is the only option.
>
>
> --- In [email protected], "Mike" <sfclimbers@> wrote:
> >
> > After the optimization completes. Use File | Export... | HTML
from AA
> > to save it as HTML anywhere you want. You can reload that HTML
file
> > back into the AA window via File | Import...
> >
> > Mike
> >
> > --- In [email protected], "ozzyapeman" <zoopfree@> wrote:
> > >
> > > I know that every backtest report gets stored in AB's reports
folder.
> > > But when we click on "Optimize" in Automatic Analysis, where do
those
> > > particular optimization reports get saved, if anywhere?
> > >
> > > If optimization reports are not automatically saved, like
backtest
> > > reports are, is there any way to make AB save all such reports?
I
> > > looked at settings in AA and don't seem to see any option for
this.
> > >
> > > Thanks for any input.
> > >
> >
>