PureBytes Links
Trading Reference Links
|
Thanks.
--- In amibroker@xxxxxxxxxxxxxxx, "Mike" <sfclimbers@xxx> wrote:
>
> 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 amibroker@xxxxxxxxxxxxxxx, "ozzyapeman" <zoopfree@> 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 amibroker@xxxxxxxxxxxxxxx, "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 amibroker@xxxxxxxxxxxxxxx, "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.
> > > >
> > >
> >
>
------------------------------------
**** 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/
|