PureBytes Links
Trading Reference Links
|
You can run individual optimization from OLE.
http://www.amibroker.com/guide/objects.html
Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message -----
From: "buandbe" <buandbe@xxxxxxxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Friday, June 13, 2008 5:08 PM
Subject: [amibroker] Re: Old (V4.4) optimizer
>
> understood.
> Is there any efficient way of getting per-symbol optimization reports ?
>
> This workaround gets too slow as the number of tickers increase :
>
> x = name();
> Ticker = iif(x=="aaa",1,
> iif(x=="bbb",2,
> iif(x=="ccc",3,
> 0 )));
>
> regards,
> buandbe
>
> --- In amibroker@xxxxxxxxxxxxxxx, "Tomasz Janeczko" <groups@xxx> wrote:
>>
>> Only old backtester generates per-symbol report. Old (v4.4)
> optimizer does not generate detailed reports.
>>
>> Best regards,
>> Tomasz Janeczko
>> amibroker.com
>> ----- Original Message -----
>> From: "buandbe" <buandbe@xxx>
>> To: <amibroker@xxxxxxxxxxxxxxx>
>> Sent: Friday, June 13, 2008 10:53 AM
>> Subject: [amibroker] Old (V4.4) optimizer
>>
>>
>> >
>> > I don't get optimization results per symbol regardless of whether
>> > "per-Symbol summary" under "Settings > Report > Old backtester >" is
>> > checked or not.
>> >
>> > Is it an expected behavior ?
>> >
>> > version 5.10.1.
>> >
>> >
>> >
>> > ------------------------------------
>> >
>> > Please note that this group is for discussion between users only.
>> >
>> > To get 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
>> >
>> >
>> >
>>
>
>
>
> ------------------------------------
>
> Please note that this group is for discussion between users only.
>
> To get 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
>
>
>
------------------------------------
Please note that this group is for discussion between users only.
To get 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/
|