PureBytes Links
Trading Reference Links
|
Does that use the "new" optimizer?
d
_____
From: Tomasz Janeczko [mailto:amibroker@xxxxxx]
Sent: Friday, September 24, 2004 5:31 PM
To: amibroker@xxxxxxxxxxxxxxx
Subject: Re: [amibroker] separate optimizions for each stock in portfolio
Hello,
Actually you don't need to implement it yourself.
Individual optimization is already available from OLE interface.
If you pass the value of 1
to AA.Optimize() method it will run individual optimization
automatically for each stock for you.
AB = new ActiveXObject("Broker.Application");
AA = AB.Analysis;
AA.Optimize(1);
Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message -----
From: "Dwight Lewis" <dlldollars@xxxxxxxxxxxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Friday, September 24, 2004 11:05 PM
Subject: RE: [amibroker] separate optimizions for each stock in portfolio
> I'm currently working on this. I will probably be able to give you an
> example on Monday.
>
> dll
> -----Original Message-----
> From: mafiajoe_1 [mailto:mafiajoe_1@xxxxxxxx]
> Sent: Friday, September 24, 2004 10:57 AM
> To: amibroker@xxxxxxxxxxxxxxx
> Subject: [amibroker] separate optimizions for each stock in portfolio
>
>
> Hello,
>
> I am new to AmiBroker, so I am not sure whether this is possible, but
> what I would like to do is optimize my system so that I get optimized
> settings for each stock in the portfolio, rather than one single
> setting that is best for the entire portfolio.
>
> I would like to be able to get, store, and use (i.e. optimize and
> backtest) optimized variable settings that are specific to each
> individual stock in the portfolio, rather than one single set of
> values for the entire portfolio.
>
> Running manual tests is not an option.
>
> Thanks,
>
> Joe.
>
>
>
>
> Check AmiBroker web page at:
> http://www.amibroker.com/
>
> Check group FAQ at:
> http://groups.yahoo.com/group/amibroker/files/groupfaq.html
>
>
> Yahoo! Groups Sponsor
> ADVERTISEMENT
>
>
>
>
>
>
----------------------------------------------------------------------------
> --
> Yahoo! Groups Links
>
> a.. To visit your group on the web, go to:
> http://groups.yahoo.com/group/amibroker/
>
> b.. To unsubscribe from this group, send an email to:
> amibroker-unsubscribe@xxxxxxxxxxxxxxx
>
> c.. Your use of Yahoo! Groups is subject to the Yahoo! Terms of
Service.
>
>
>
> [Non-text portions of this message have been removed]
>
>
>
>
> Check AmiBroker web page at:
> http://www.amibroker.com/
>
> Check group FAQ at:
http://groups.yahoo.com/group/amibroker/files/groupfaq.html
> Yahoo! Groups Links
>
>
>
>
>
>
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at:
http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Sponsor
ADVERTISEMENT
<http://us.ard.yahoo.com/SIG=129mk841q/M=295196.4901138.6071305.3001176/D=gr
oups/S=1705632198:HM/EXP=1096147866/A=2128215/R=0/SIG=10se96mf6/*http://comp
anion.yahoo.com> click here
<http://us.adserver.yahoo.com/l?M=295196.4901138.6071305.3001176/D=groups/S=
:HM/A=2128215/rand=557160861>
_____
Yahoo! Groups Links
* To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
* To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<mailto:amibroker-unsubscribe@xxxxxxxxxxxxxxx?subject=Unsubscribe>
* Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service
<http://docs.yahoo.com/info/terms/> .
[Non-text portions of this message have been removed]
------------------------ Yahoo! Groups Sponsor --------------------~-->
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/GHeqlB/TM
--------------------------------------------------------------------~->
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> 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/
|