PureBytes Links
Trading Reference Links
|
billtex2003,
Thanks for the tip, I did not know about the whole number requirment.
I will give it an spin and see how it all works.
Thanks again. Jack
--- In amibroker@xxxxxxxxxxxxxxx, "billtex2003" <billtex2003@xxxx> wrote:
> --- In amibroker@xxxxxxxxxxxxxxx, "ckinsey2003" <ckinsey2003@xxxx>
> wrote:
> > I would expect the following 3 lines to produce the same results
> in a
> > Backtest Report, using the value of .2 for AMA smoothing factor.
> But
> > they don't. Using the straight Value or the Optimize reduce my
> CAR by
> > about 50%.
> >
> > Help anyone please. What don't I know here ??
> >
> > Val1 = Param("AMAsmooth", .2, .10, .30, .01);
> >
> > -or-
> >
> > Val1 = Optimize("AMAsmooth", .2, .10, .30, .01);
> >
> > -or-
> >
> > Val1 = .2;
> >
> > Jack
>
> I don't know if this will help, but decimals have to be preceeded by
> a whole number - even if it's zero.
> .2 for example must be 0.2
------------------------ Yahoo! Groups Sponsor --------------------~-->
$9.95 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/J8kdrA/y20IAA/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/
|