| 
 PureBytes Links 
Trading Reference Links 
 | 
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
> 
> 
> 
> 
> 
>
------------------------ 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/
 
 |