PureBytes Links
Trading Reference Links
|
The obvious thing you are missing is that 1 is probably the best
value ... When I ran your AFL with 10 tradables using straight AB
optimization that was the number it liked best for the Fitness you
picked ...
--- In amibroker@xxxxxxxxxxxxxxx, "Fred" <ftonetti@xxx> wrote:
>
> Support is not provided here ... This is NOT a forum for IO ...
Read
> the doc ...
>
> --- In amibroker@xxxxxxxxxxxxxxx, "nhall" <c-yahoo@> wrote:
> >
> > Hello,
> >
> > I've recently started using the "IO" (Intelligent Optimizer)
version
> > 2.2 add-on for AmiBroker, and it looks really cool, but I have a
> > problem getting it to produce useful results. Here is a very
simple
> > AFL example that I'll use in my example:
> >
> > -------------
> >
> > //IO: Fitness: CAR
> >
> > PositionSize = -10; // use a 10% position size
> >
> > RSI_low = Optimize("RSI Low", 1, 1, 100, 1);
> > RSI_high = 70;
> >
> > Buy = Cross( RSI(RSI_low), RSI(RSI_high));
> > Sell = Cross( RSI(RSI_high), RSI(RSI_low));
> >
> > -------------
> >
> > If I use IO to optimize this for *one symbol*, it works just fine
> and
> > converges on a solution for RSI_low. However, if I set the
Automatic
> > Analysis window to use either "All symbols" or a watchlist, IO
> > processes for a while and the answer it comes up with, no matter
> what,
> > is the *default* for the Optimize line in the AFL. For the example
> > above, it would come up with 1 for the RSI_low solution. If I
change
> > the default to 10, the solution it would arrive at is 10. If I
> create
> > a watchlist with just one symbol, the same symbol as I was using
> when
> > I had the Automatic Analysis window set to use the current
symbol,
> it
> > still does the same thing.
> >
> > I have read through the IO documentation several times yet feel
> like I
> > must be missing something obvious since I have to imagine most
> people
> > use IO to optimize over multiple symbols. Can anyone help me out?
> Thanks,
> >
> > Nick
> >
>
------------------------ Yahoo! Groups Sponsor --------------------~-->
Transfer from your equities account.
Receive up to $1,000 from GFT. Click here to learn more.
http://us.click.yahoo.com/aZttyC/X_xQAA/cosFAA/GHeqlB/TM
--------------------------------------------------------------------~->
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/
|